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