Package | Description |
---|---|
org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
Modifier and Type | Method and Description |
---|---|
static ExtendedProperties |
ExtendedProperties.convertProperties(Properties props)
Convert a standard properties class into a configuration class.
|
ExtendedProperties |
ExtendedProperties.subset(String prefix)
Create an ExtendedProperties object that is a subset
of this one.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedProperties.combine(ExtendedProperties props)
Combines an existing Hashtable with this Hashtable.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.