Class PropertiesSubset

java.lang.Object
org.apache.logging.converter.config.spi.PropertiesSubset

public final class PropertiesSubset extends Object
Represents a subset of configuration properties.
  • Method Details

    • of

      public static PropertiesSubset of(String prefix, Properties properties)
    • getPrefix

      public String getPrefix()
      The common prefix of this subset in the global configuration properties.

      Used for debugging messages.

    • getProperties

      public Properties getProperties()
      A subset of the global configuration properties with getPrefix() removed.