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