|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultsFinder | |
org.apache.avalon.util.defaults | Provides support for the aggregation of a set of property values into a single property set. |
Uses of DefaultsFinder in org.apache.avalon.util.defaults |
Classes in org.apache.avalon.util.defaults that implement DefaultsFinder | |
class |
SimpleDefaultsFinder
Attempts to discover defaults using an array of Properties as value sources. |
class |
SystemDefaultsFinder
Finds default property values within the system properties. |
Methods in org.apache.avalon.util.defaults that return DefaultsFinder | |
DefaultsFinder[] |
Defaults.getFinders()
Gets the linear set of finders composing the search policy. |
Constructors in org.apache.avalon.util.defaults with parameters of type DefaultsFinder | |
Defaults(String[] a_singles,
String[] a_enumerated,
DefaultsFinder[] a_finders)
Creates and populates a set of properties |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |