net.sourceforge.plantuml
Interface ISourceFileReader

All Known Implementing Classes:
SourceFileReader, SourceFileReader2

public interface ISourceFileReader


Method Summary
 List<String> getEncodedUrl()
           
 List<GeneratedImage> getGeneratedImages()
           
 boolean hasError()
           
 

Method Detail

getGeneratedImages

List<GeneratedImage> getGeneratedImages()
                                        throws IOException,
                                               InterruptedException
Throws:
IOException
InterruptedException

getEncodedUrl

List<String> getEncodedUrl()
                           throws IOException,
                                  InterruptedException
Throws:
IOException
InterruptedException

hasError

boolean hasError()
                 throws IOException,
                        InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2012. All Rights Reserved.