Package net.sourceforge.plantuml
Class SourceFileReaderCopyCat
java.lang.Object
net.sourceforge.plantuml.SourceFileReaderAbstract
net.sourceforge.plantuml.SourceFileReaderCopyCat
- All Implemented Interfaces:
ISourceFileReader
-
Constructor Summary
ConstructorsConstructorDescriptionSourceFileReaderCopyCat
(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
-
SourceFileReaderCopyCat
public SourceFileReaderCopyCat(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
-