Java org.apache.commons.discovery.tools ManagedProperties fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.discovery.tools ManagedProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.discovery.tools ManagedProperties.

The text is from its open source code.

Method

PropertiesgetProperties()
This is an expensive operation.
StringgetProperty(String propertyName)
Get value for property bound to the current thread context class loader.
StringgetProperty(String propertyName, String dephault)
Get value for property bound to the current thread context class loader.
StringgetProperty(ClassLoader classLoader, String propertyName)
Get value for property bound to the class loader.
EnumerationpropertyNames()
Return list of all property names.
voidsetProperties(Map newProperties)
Set property values for Properties bound to the current thread context class loader.
voidsetProperties(Map newProperties, boolean isDefault)
Set property values for Properties bound to the current thread context class loader.
voidsetProperty(String propertyName, String value)
Set value for property bound to the current thread context class loader.
voidsetProperty(String propertyName, String value, boolean isDefault)
Set value for property bound to the current thread context class loader.