Package net.sourceforge.plantuml
Interface ISourceFileReader
-
- All Known Implementing Classes:
SourceFileReader,SourceFileReaderAbstract,SourceFileReaderCopyCat,SourceFileReaderHardFile
public interface ISourceFileReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<BlockUml>getBlocks()java.util.List<GeneratedImage>getGeneratedImages()booleanhasError()voidsetCheckMetadata(boolean checkMetadata)ISourceFileReadersetFileFormatOption(FileFormatOption fileFormatOption)
-
-
-
Method Detail
-
getGeneratedImages
java.util.List<GeneratedImage> getGeneratedImages() throws java.io.IOException
- Throws:
java.io.IOException
-
getBlocks
java.util.List<BlockUml> getBlocks()
-
hasError
boolean hasError()
-
setFileFormatOption
ISourceFileReader setFileFormatOption(FileFormatOption fileFormatOption)
-
setCheckMetadata
void setCheckMetadata(boolean checkMetadata)
-
-