Class SourceFileReader

java.lang.Object
net.sourceforge.plantuml.SourceFileReaderAbstract
net.sourceforge.plantuml.SourceFileReader
All Implemented Interfaces:
ISourceFileReader

public class SourceFileReader extends SourceFileReaderAbstract implements ISourceFileReader
  • Constructor Details

    • SourceFileReader

      public SourceFileReader(java.io.File file) throws java.io.IOException
      Throws:
      java.io.IOException
    • SourceFileReader

      public SourceFileReader(java.io.File file, java.io.File outputDirectory, java.lang.String charset) throws java.io.IOException
      Throws:
      java.io.IOException
    • SourceFileReader

      public SourceFileReader(java.io.File file, java.io.File outputDirectory) throws java.io.IOException
      Throws:
      java.io.IOException
    • SourceFileReader

      public SourceFileReader(java.io.File file, java.io.File outputDirectory, FileFormatOption fileFormatOption) throws java.io.IOException
      Throws:
      java.io.IOException
    • SourceFileReader

      public SourceFileReader(Defines defines, java.io.File file, java.io.File outputDirectory, java.util.List<java.lang.String> config, java.lang.String charset, FileFormatOption fileFormatOption) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details