net.sourceforge.plantuml
Class SourceFileReader

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

public class SourceFileReader
extends Object
implements ISourceFileReader


Constructor Summary
SourceFileReader(Defines defines, File file, File outputDirectory, List<String> config, String charset, FileFormatOption fileFormatOption)
           
SourceFileReader(File file)
           
SourceFileReader(File file, File outputDirectory)
           
SourceFileReader(File file, File outputDirectory, 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

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
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.