Package net.sourceforge.plantuml
Class SourceFileReader
java.lang.Object
net.sourceforge.plantuml.SourceFileReaderAbstract
net.sourceforge.plantuml.SourceFileReader
- All Implemented Interfaces:
ISourceFileReader
-
Constructor Summary
ConstructorsConstructorDescriptionSourceFileReader
(File file) SourceFileReader
(File file, File outputDirectory) SourceFileReader
(File file, File outputDirectory, String charset) SourceFileReader
(File file, File outputDirectory, FileFormatOption fileFormatOption) SourceFileReader
(Defines defines, File file, File outputDirectory, List<String> config, String charset, FileFormatOption fileFormatOption) -
Method Summary
Methods inherited from class net.sourceforge.plantuml.SourceFileReaderAbstract
endsWithSlashOrAntislash, exportWarnOrErrIfWord, getBlocks, getFileFormatOption, getFileName, getGeneratedImages, getIncludedFiles, getReader, getSuggestedFile, hasError, setCheckMetadata, setFileFormatOption, setNoerror
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.ISourceFileReader
getBlocks, getGeneratedImages, hasError, setCheckMetadata, setFileFormatOption
-
Constructor Details
-
SourceFileReader
- Throws:
IOException
-
SourceFileReader
- Throws:
IOException
-
SourceFileReader
- Throws:
IOException
-
SourceFileReader
public SourceFileReader(File file, File outputDirectory, FileFormatOption fileFormatOption) throws IOException - Throws:
IOException
-
SourceFileReader
public SourceFileReader(Defines defines, File file, File outputDirectory, List<String> config, String charset, FileFormatOption fileFormatOption) throws IOException - Throws:
IOException
-
-
Method Details
-
getSuggestedFile
- Specified by:
getSuggestedFile
in classSourceFileReaderAbstract
- Throws:
FileNotFoundException
-