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 List<BlockUml>
getBlocks()
List<GeneratedImage>
getGeneratedImages()
boolean
hasError()
void
setCheckMetadata(boolean checkMetadata)
void
setFileFormatOption(FileFormatOption fileFormatOption)
-
-
-
Method Detail
-
getGeneratedImages
List<GeneratedImage> getGeneratedImages() throws IOException
- Throws:
IOException
-
hasError
boolean hasError()
-
setFileFormatOption
void setFileFormatOption(FileFormatOption fileFormatOption)
-
setCheckMetadata
void setCheckMetadata(boolean checkMetadata)
-
-