Package net.sourceforge.plantuml
Class BlockUml
- java.lang.Object
-
- net.sourceforge.plantuml.BlockUml
-
public class BlockUml extends Object
-
-
Constructor Summary
Constructors Constructor Description BlockUml(List<StringLocated> strings, Defines defines, ISkinSimple skinParam, PreprocessorModeSet mode)
Deprecated.being kept for backwards compatibility, perhaps other projects are using this?BlockUml(ThemeStyle style, List<StringLocated> strings, Defines defines, ISkinSimple skinParam, PreprocessorModeSet mode, Charset charset)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<StringLocated>
convert(String... strings)
static List<StringLocated>
convert(List<String> strings)
String
etag()
List<StringLocated>
getData()
List<String>
getDefinition(boolean withHeader)
Diagram
getDiagram()
String
getEncodedUrl()
String
getFileOrDirname()
String
getFlashData()
Set<FileWithSuffix>
getIncluded()
Defines
getLocalDefines()
boolean
isStartDef(String name)
long
lastModified()
-
-
-
Constructor Detail
-
BlockUml
@Deprecated public BlockUml(List<StringLocated> strings, Defines defines, ISkinSimple skinParam, PreprocessorModeSet mode)
Deprecated.being kept for backwards compatibility, perhaps other projects are using this?
-
BlockUml
public BlockUml(ThemeStyle style, List<StringLocated> strings, Defines defines, ISkinSimple skinParam, PreprocessorModeSet mode, Charset charset)
-
-
Method Detail
-
getIncluded
public Set<FileWithSuffix> getIncluded()
-
getEncodedUrl
public String getEncodedUrl() throws IOException
- Throws:
IOException
-
getFlashData
public String getFlashData()
-
convert
public static List<StringLocated> convert(String... strings)
-
convert
public static List<StringLocated> convert(List<String> strings)
-
getFileOrDirname
public String getFileOrDirname()
-
getDiagram
public Diagram getDiagram()
-
getData
public final List<StringLocated> getData()
-
etag
public String etag()
-
lastModified
public long lastModified()
-
isStartDef
public boolean isStartDef(String name)
-
getLocalDefines
public Defines getLocalDefines()
-
-