net.sourceforge.plantuml
Class SourceFileReader
java.lang.Object
net.sourceforge.plantuml.SourceFileReader
- All Implemented Interfaces:
- ISourceFileReader
public class SourceFileReader
- extends Object
- implements ISourceFileReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceFileReader
public SourceFileReader(File file)
throws IOException
- Throws:
IOException
SourceFileReader
public SourceFileReader(File file,
File outputDirectory)
throws IOException
- Throws:
IOException
SourceFileReader
public SourceFileReader(File file,
File outputDirectory,
FileFormatOption fileFormatOption)
throws IOException
- Throws:
IOException
SourceFileReader
public SourceFileReader(Defines defines,
File file,
File outputDirectory,
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.