net.sourceforge.plantuml
Interface ISourceFileReader

All Known Implementing Classes:
SourceFileReader, SourceFileReader2

public interface ISourceFileReader


Method Summary
 java.util.List<java.lang.String> getEncodedUrl()
           
 java.util.List<GeneratedImage> getGeneratedImages()
           
 boolean hasError()
           
 

Method Detail

getGeneratedImages

java.util.List<GeneratedImage> getGeneratedImages()
                                                  throws java.io.IOException,
                                                         java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

getEncodedUrl

java.util.List<java.lang.String> getEncodedUrl()
                                               throws java.io.IOException,
                                                      java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

hasError

boolean hasError()
                 throws java.io.IOException,
                        java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2013. All Rights Reserved.