net.sourceforge.plantuml
Class SourceFileReader2

java.lang.Object
  extended by net.sourceforge.plantuml.SourceFileReader2
All Implemented Interfaces:
ISourceFileReader

public class SourceFileReader2
extends Object
implements ISourceFileReader


Constructor Summary
SourceFileReader2(Defines defines, File file, File outputFile, List<String> config, String charset, FileFormatOption fileFormatOption)
           
 
Method Summary
 List<String> getEncodedUrl()
           
 List<GeneratedImage> getGeneratedImages()
           
 Set<File> getIncludedFiles()
           
 boolean hasError()
           
 void setFileFormatOption(FileFormatOption fileFormatOption)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFileReader2

public SourceFileReader2(Defines defines,
                         File file,
                         File outputFile,
                         List<String> config,
                         String charset,
                         FileFormatOption fileFormatOption)
                  throws IOException
Throws:
IOException
Method Detail

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.