Package coneforest.psylla
Class Config
java.lang.Object
coneforest.psylla.Config
Methods for obtaining configuration properties stored in the
Config.properties
resource.-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getProperty
(String name) Returns the value associated with the given name.Returns an unmodifiable set of property names.
-
Method Details
-
getProperty
Returns the value associated with the given name. If not found, returnsnull
.- Parameters:
name
- the property name.- Returns:
- the value with the specified name.
-
stringPropertyNames
Returns an unmodifiable set of property names.- Returns:
- an unmodifiable set of property names.
-