Class Configuration

java.lang.Object
net.sourceforge.plantuml.servlet.utility.Configuration

public final class Configuration extends Object
Shared PlantUML Server configuration.
  • Method Details

    • get

      public static Properties get()
      Get the configuration.
      Returns:
      the complete configuration
    • get

      public static boolean get(String key)
      Get a boolean configuration value.
      Parameters:
      key - config property key
      Returns:
      true if the value is "on"