Package net.sourceforge.plantuml
Class SourceFileReader
java.lang.Object
net.sourceforge.plantuml.SourceFileReaderAbstract
net.sourceforge.plantuml.SourceFileReader
- All Implemented Interfaces:
ISourceFileReader
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.SourceFileReaderAbstract
builder, cpt, file, fileFormatOption, outputDirectory, outputFile
-
Constructor Summary
ConstructorsConstructorDescriptionSourceFileReader
(java.io.File file) SourceFileReader
(java.io.File file, java.io.File outputDirectory) SourceFileReader
(java.io.File file, java.io.File outputDirectory, java.lang.String charset) SourceFileReader
(java.io.File file, java.io.File outputDirectory, FileFormatOption fileFormatOption) SourceFileReader
(Defines defines, java.io.File file, java.io.File outputDirectory, java.util.List<java.lang.String> config, java.lang.String charset, FileFormatOption fileFormatOption) -
Method Summary
Methods inherited from class net.sourceforge.plantuml.SourceFileReaderAbstract
endsWithSlashOrAntislash, exportWarnOrErrIfWord, getBlocks, getGeneratedImages, getIncludedFiles, getReader, 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
public SourceFileReader(java.io.File file) throws java.io.IOException - Throws:
java.io.IOException
-
SourceFileReader
public SourceFileReader(java.io.File file, java.io.File outputDirectory, java.lang.String charset) throws java.io.IOException - Throws:
java.io.IOException
-
SourceFileReader
public SourceFileReader(java.io.File file, java.io.File outputDirectory) throws java.io.IOException - Throws:
java.io.IOException
-
SourceFileReader
public SourceFileReader(java.io.File file, java.io.File outputDirectory, FileFormatOption fileFormatOption) throws java.io.IOException - Throws:
java.io.IOException
-
SourceFileReader
public SourceFileReader(Defines defines, java.io.File file, java.io.File outputDirectory, java.util.List<java.lang.String> config, java.lang.String charset, FileFormatOption fileFormatOption) throws java.io.IOException - Throws:
java.io.IOException
-
-
Method Details
-
getSuggestedFile
- Specified by:
getSuggestedFile
in classSourceFileReaderAbstract
- Throws:
java.io.FileNotFoundException
-