net.sourceforge.plantuml
Class SourceFileReader2
java.lang.Object
net.sourceforge.plantuml.SourceFileReader2
- All Implemented Interfaces:
- ISourceFileReader
public class SourceFileReader2
- extends Object
- implements ISourceFileReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceFileReader2
public SourceFileReader2(Defines defines,
File file,
File outputFile,
List<String> config,
String charset,
FileFormatOption fileFormatOption)
throws IOException
- Throws:
IOException
hasError
public boolean hasError()
throws IOException,
InterruptedException
- Specified by:
hasError
in interface ISourceFileReader
- Throws:
IOException
InterruptedException
getGeneratedImages
public List<GeneratedImage> getGeneratedImages()
throws IOException,
InterruptedException
- Specified by:
getGeneratedImages
in interface ISourceFileReader
- Throws:
IOException
InterruptedException
getEncodedUrl
public List<String> getEncodedUrl()
throws IOException,
InterruptedException
- Specified by:
getEncodedUrl
in interface ISourceFileReader
- Throws:
IOException
InterruptedException
setFileFormatOption
public final void setFileFormatOption(FileFormatOption fileFormatOption)
getIncludedFiles
public final Set<File> getIncludedFiles()
Copyright © 2013. All Rights Reserved.