Interface Configuration

    • Method Detail

      • setProperty

        void setProperty​(String name,
                         String value)
        A property is a configuration value for the container (eg the web port, the number of executing threads, etc).
        Parameters:
        name - the property name
        value - the property value
      • getPropertyValue

        String getPropertyValue​(String name)
        Parameters:
        name - the property name for which to return the value
        Returns:
        the property's value
        See Also:
        setProperty(String, String)
      • getType

        ConfigurationType getType()
        Returns:
        the configuration type (standalone, existing, runtime, etc)