Class Config

java.lang.Object
coneforest.psylla.Config

public class Config extends Object
Methods for obtaining configuration properties stored in the Config.properties resource.
  • Method Details

    • getProperty

      public static String getProperty(String name)
      Returns the value associated with the given name. If not found, returns null.
      Parameters:
      name - the property name.
      Returns:
      the value with the specified name.
    • stringPropertyNames

      public static Set<String> stringPropertyNames()
      Returns an unmodifiable set of property names.
      Returns:
      an unmodifiable set of property names.