Class SourceFileReaderAbstract

    • Field Detail

      • file

        protected java.io.File file
      • outputDirectory

        protected java.io.File outputDirectory
      • outputFile

        protected java.io.File outputFile
      • cpt

        protected int cpt
    • Constructor Detail

      • SourceFileReaderAbstract

        public SourceFileReaderAbstract()
    • Method Detail

      • setCheckMetadata

        public void setCheckMetadata​(boolean checkMetadata)
      • hasError

        public boolean hasError()
      • getBlocks

        public java.util.List<BlockUml> getBlocks()
      • getReader

        protected java.io.Reader getReader​(java.lang.String charset)
                                    throws java.io.FileNotFoundException,
                                           java.io.UnsupportedEncodingException
        Throws:
        java.io.FileNotFoundException
        java.io.UnsupportedEncodingException
      • getIncludedFiles

        public final java.util.Set<FileWithSuffix> getIncludedFiles()
      • setFileFormatOption

        public final void setFileFormatOption​(FileFormatOption fileFormatOption)
      • endsWithSlashOrAntislash

        protected boolean endsWithSlashOrAntislash​(java.lang.String newName)
      • exportWarnOrErrIfWord

        protected void exportWarnOrErrIfWord​(java.io.File f,
                                             Diagram system)
                                      throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • getGeneratedImages

        public final java.util.List<GeneratedImage> getGeneratedImages()
                                                                throws java.io.IOException
        Throws:
        java.io.IOException