Package net.sourceforge.plantuml
Class BlockUmlBuilder
java.lang.Object
net.sourceforge.plantuml.BlockUmlBuilder
- All Implemented Interfaces:
DefinitionsContainer
,PreprocessorModeSet
-
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 String
Deprecated.being kept for backwards compatibility, perhaps other projects are using this?getDefinition
(String name) final ImportedFiles
final 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:
getDefinition
in interfaceDefinitionsContainer
-
getImportedFiles
- Specified by:
getImportedFiles
in interfacePreprocessorModeSet
-
getCharset
Deprecated.being kept for backwards compatibility, perhaps other projects are using this?- Specified by:
getCharset
in interfacePreprocessorModeSet
-