Class Configuration
java.lang.Object
net.sourceforge.plantuml.servlet.utility.Configuration
Shared PlantUML Server configuration.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Propertiesget()Get the configuration.static booleanGet a boolean configuration value.
-
Method Details
-
get
Get the configuration.- Returns:
- the complete configuration
-
get
Get a boolean configuration value.- Parameters:
key- config property key- Returns:
- true if the value is "on"
-