Package net.sourceforge.plantuml
Class BlockUmlBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.BlockUmlBuilder
-
- All Implemented Interfaces:
DefinitionsContainer,PreprocessorModeSet
public final class BlockUmlBuilder extends Object implements DefinitionsContainer
-
-
Constructor Summary
Constructors Constructor Description BlockUmlBuilder(List<String> config, String charset, Defines defines, Reader reader)Deprecated.being kept for backwards compatibility, perhaps other projects are using this?BlockUmlBuilder(List<String> config, String charset, Defines defines, Reader readerInit, SFile newCurrentDir, String desc)Deprecated.being kept for backwards compatibility, perhaps other projects are using this?BlockUmlBuilder(List<String> config, Charset charset, Defines defines, Reader readerInit, SFile newCurrentDir, String desc)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<BlockUml>getBlockUmls()StringgetCharset()Deprecated.being kept for backwards compatibility, perhaps other projects are using this?List<String>getDefinition(String name)ImportedFilesgetImportedFiles()Set<FileWithSuffix>getIncludedFiles()
-
-
-
Constructor Detail
-
BlockUmlBuilder
@Deprecated public BlockUmlBuilder(List<String> config, String charset, Defines defines, Reader readerInit, SFile newCurrentDir, String desc) throws IOException
Deprecated.being kept for backwards compatibility, perhaps other projects are using this?- Throws:
IOException
-
BlockUmlBuilder
@Deprecated public BlockUmlBuilder(List<String> config, String charset, Defines defines, Reader reader) throws IOException
Deprecated.being kept for backwards compatibility, perhaps other projects are using this?- Throws:
IOException
-
BlockUmlBuilder
public BlockUmlBuilder(List<String> config, Charset charset, Defines defines, Reader readerInit, SFile newCurrentDir, String desc) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getIncludedFiles
public final Set<FileWithSuffix> getIncludedFiles()
-
getDefinition
public List<String> getDefinition(String name)
- Specified by:
getDefinitionin interfaceDefinitionsContainer
-
getImportedFiles
public final ImportedFiles getImportedFiles()
- Specified by:
getImportedFilesin interfacePreprocessorModeSet
-
getCharset
@Deprecated public final String getCharset()
Deprecated.being kept for backwards compatibility, perhaps other projects are using this?- Specified by:
getCharsetin interfacePreprocessorModeSet
-
-