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