net.sourceforge.plantuml
Class SourceFileReader
- java.lang.Object
-
- net.sourceforge.plantuml.SourceFileReader
-
- All Implemented Interfaces:
- ISourceFileReader
public class SourceFileReader extends java.lang.Object implements ISourceFileReader
-
-
Constructor Summary
Constructors Constructor and Description SourceFileReader(Defines defines, java.io.File file, java.io.File outputDirectory, java.util.List<java.lang.String> config, java.lang.String charset, FileFormatOption fileFormatOption)SourceFileReader(java.io.File file)SourceFileReader(java.io.File file, java.io.File outputDirectory)SourceFileReader(java.io.File file, java.io.File outputDirectory, FileFormatOption fileFormatOption)SourceFileReader(java.io.File file, java.io.File outputDirectory, java.lang.String charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<BlockUml>getBlocks()java.util.List<GeneratedImage>getGeneratedImages()java.util.Set<FileWithSuffix>getIncludedFiles()booleanhasError()voidsetFileFormatOption(FileFormatOption fileFormatOption)
-
-
-
Constructor Detail
-
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 Detail
-
hasError
public boolean hasError()
- Specified by:
hasErrorin interfaceISourceFileReader
-
getGeneratedImages
public java.util.List<GeneratedImage> getGeneratedImages() throws java.io.IOException
- Specified by:
getGeneratedImagesin interfaceISourceFileReader- Throws:
java.io.IOException
-
getBlocks
public java.util.List<BlockUml> getBlocks()
- Specified by:
getBlocksin interfaceISourceFileReader
-
setFileFormatOption
public final void setFileFormatOption(FileFormatOption fileFormatOption)
- Specified by:
setFileFormatOptionin interfaceISourceFileReader
-
getIncludedFiles
public final java.util.Set<FileWithSuffix> getIncludedFiles()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG