public class SourceFileReader extends java.lang.Object implements ISourceFileReader
Constructor and Description |
---|
SourceFileReader(net.sourceforge.plantuml.preproc.Defines defines,
java.io.File file,
java.io.File outputDirectory,
java.util.List<java.lang.String> config,
java.lang.String charset,
FileFormatOption fileFormatOption) |
SourceFileReader(java.io.File file) |
SourceFileReader(java.io.File file,
java.io.File outputDirectory) |
SourceFileReader(java.io.File file,
java.io.File outputDirectory,
FileFormatOption fileFormatOption) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getEncodedUrl() |
java.util.List<GeneratedImage> |
getGeneratedImages() |
java.util.Set<java.io.File> |
getIncludedFiles() |
boolean |
hasError() |
void |
setFileFormatOption(FileFormatOption fileFormatOption) |
public SourceFileReader(java.io.File file) throws java.io.IOException
java.io.IOException
public SourceFileReader(java.io.File file, java.io.File outputDirectory) throws java.io.IOException
java.io.IOException
public SourceFileReader(java.io.File file, java.io.File outputDirectory, FileFormatOption fileFormatOption) throws java.io.IOException
java.io.IOException
public SourceFileReader(net.sourceforge.plantuml.preproc.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
java.io.IOException
public boolean hasError() throws java.io.IOException, java.lang.InterruptedException
hasError
in interface ISourceFileReader
java.io.IOException
java.lang.InterruptedException
public java.util.List<GeneratedImage> getGeneratedImages() throws java.io.IOException, java.lang.InterruptedException
getGeneratedImages
in interface ISourceFileReader
java.io.IOException
java.lang.InterruptedException
public java.util.List<java.lang.String> getEncodedUrl() throws java.io.IOException, java.lang.InterruptedException
getEncodedUrl
in interface ISourceFileReader
java.io.IOException
java.lang.InterruptedException
public final void setFileFormatOption(FileFormatOption fileFormatOption)
public final java.util.Set<java.io.File> getIncludedFiles()