- java.lang.Object
-
- net.sourceforge.plantuml.SourceFileReaderAbstract
-
- net.sourceforge.plantuml.SourceFileReaderHardFile
-
- All Implemented Interfaces:
ISourceFileReader
public class SourceFileReaderHardFile extends SourceFileReaderAbstract implements ISourceFileReader
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.SourceFileReaderAbstract
builder, cpt, file, fileFormatOption, outputDirectory, outputFile
-
-
Constructor Summary
Constructors Constructor Description SourceFileReaderHardFile(Defines defines, File file, File outputFile, List<String> config, String charset, FileFormatOption fileFormatOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SuggestedFile
getSuggestedFile(BlockUml blockUml)
-
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 Detail
-
SourceFileReaderHardFile
public SourceFileReaderHardFile(Defines defines, File file, File outputFile, List<String> config, String charset, FileFormatOption fileFormatOption) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getSuggestedFile
protected SuggestedFile getSuggestedFile(BlockUml blockUml)
- Specified by:
getSuggestedFile
in classSourceFileReaderAbstract
-
-