net.sourceforge.plantuml
Class BlockUmlBuilder

java.lang.Object
  extended by net.sourceforge.plantuml.BlockUmlBuilder

public final class BlockUmlBuilder
extends Object


Constructor Summary
BlockUmlBuilder(List<String> config, Defines defines, Reader reader, File newCurrentDir)
           
 
Method Summary
 List<BlockUml> getBlockUmls()
           
 Set<File> getIncludedFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockUmlBuilder

public BlockUmlBuilder(List<String> config,
                       Defines defines,
                       Reader reader,
                       File newCurrentDir)
                throws IOException
Throws:
IOException
Method Detail

getBlockUmls

public List<BlockUml> getBlockUmls()

getIncludedFiles

public final Set<File> getIncludedFiles()


Copyright © 2012. All Rights Reserved.