net.sourceforge.plantuml
Class SourceFileReader

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

public class SourceFileReader
extends java.lang.Object
implements ISourceFileReader


Constructor Summary
SourceFileReader(Defines defines, java.io.File file, java.io.File outputDirectory, java.util.List<java.lang.String> config, java.lang.String charset, FileFormatOption fileFormatOption)
           
SourceFileReader(java.io.File file)
           
SourceFileReader(java.io.File file, java.io.File outputDirectory)
           
SourceFileReader(java.io.File file, java.io.File outputDirectory, FileFormatOption fileFormatOption)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFileReader

public SourceFileReader(java.io.File file)
                 throws java.io.IOException
Throws:
java.io.IOException

SourceFileReader

public SourceFileReader(java.io.File file,
                        java.io.File outputDirectory)
                 throws java.io.IOException
Throws:
java.io.IOException

SourceFileReader

public SourceFileReader(java.io.File file,
                        java.io.File outputDirectory,
                        FileFormatOption fileFormatOption)
                 throws java.io.IOException
Throws:
java.io.IOException

SourceFileReader

public SourceFileReader(Defines defines,
                        java.io.File file,
                        java.io.File outputDirectory,
                        java.util.List<java.lang.String> config,
                        java.lang.String charset,
                        FileFormatOption fileFormatOption)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

hasError

public boolean hasError()
                 throws java.io.IOException,
                        java.lang.InterruptedException
Specified by:
hasError in interface ISourceFileReader
Throws:
java.io.IOException
java.lang.InterruptedException

getGeneratedImages

public java.util.List<GeneratedImage> getGeneratedImages()
                                                  throws java.io.IOException,
                                                         java.lang.InterruptedException
Specified by:
getGeneratedImages in interface ISourceFileReader
Throws:
java.io.IOException
java.lang.InterruptedException

getEncodedUrl

public java.util.List<java.lang.String> getEncodedUrl()
                                               throws java.io.IOException,
                                                      java.lang.InterruptedException
Specified by:
getEncodedUrl in interface ISourceFileReader
Throws:
java.io.IOException
java.lang.InterruptedException

setFileFormatOption

public final void setFileFormatOption(FileFormatOption fileFormatOption)

getIncludedFiles

public final java.util.Set<java.io.File> getIncludedFiles()


Copyright © 2011. All Rights Reserved.