Package net.sourceforge.plantuml
Class BlockUmlBuilder
java.lang.Object
net.sourceforge.plantuml.BlockUmlBuilder
- All Implemented Interfaces:
DefinitionsContainer
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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
Modifier and TypeMethodDescriptionfinal StringDeprecated.being kept for backwards compatibility, perhaps other projects are using this?getDefinition(String name) final ImportedFilesfinal Set<FileWithSuffix>
-
Constructor Details
-
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 Details
-
getBlockUmls
-
getIncludedFiles
-
getDefinition
- Specified by:
getDefinitionin interfaceDefinitionsContainer
-
getImportedFiles
- Specified by:
getImportedFilesin interfaceDefinitionsContainer
-
getCharset
Deprecated.being kept for backwards compatibility, perhaps other projects are using this?- Specified by:
getCharsetin interfaceDefinitionsContainer
-