Package net.sourceforge.plantuml
Interface ISourceFileReader
- All Known Implementing Classes:
SourceFileReader
,SourceFileReaderAbstract
,SourceFileReaderCopyCat
,SourceFileReaderHardFile
public interface ISourceFileReader
-
Method Summary
Modifier and TypeMethodDescriptionjava.util.List<BlockUml>
java.util.List<GeneratedImage>
boolean
hasError()
void
setCheckMetadata
(boolean checkMetadata) void
setFileFormatOption
(FileFormatOption fileFormatOption)
-
Method Details
-
getGeneratedImages
- Throws:
java.io.IOException
-
getBlocks
java.util.List<BlockUml> getBlocks() -
hasError
boolean hasError() -
setFileFormatOption
-
setCheckMetadata
void setCheckMetadata(boolean checkMetadata)
-