Interface ISourceFileReader

All Known Implementing Classes:
SourceFileReader, SourceFileReaderAbstract, SourceFileReaderCopyCat, SourceFileReaderHardFile

public interface ISourceFileReader
  • Method Details

    • getGeneratedImages

      java.util.List<GeneratedImage> getGeneratedImages() throws java.io.IOException
      Throws:
      java.io.IOException
    • getBlocks

      java.util.List<BlockUml> getBlocks()
    • hasError

      boolean hasError()
    • setFileFormatOption

      void setFileFormatOption(FileFormatOption fileFormatOption)
    • setCheckMetadata

      void setCheckMetadata(boolean checkMetadata)