|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Properties | |
---|---|
com.sun.javatest.util | This package contains utility classes provided in support of the Javatest test harness. |
Uses of Properties in com.sun.javatest.util |
---|
Fields in com.sun.javatest.util declared as Properties | |
---|---|
protected Properties |
Properties.defaults
A property list that contains default values for any keys not found in this property list. |
Methods in com.sun.javatest.util that return Properties | |
---|---|
Properties |
PropertyArray.getProperties()
Get the data in this PropertyArray as a standard Properties object. |
static Properties |
PropertyArray.getProperties(java.lang.String[] data)
Get a standard Properties object from an array of properties. |
Methods in com.sun.javatest.util with parameters of type Properties | |
---|---|
static java.lang.String[] |
PropertyArray.getArray(Properties props)
Get a compact array containing the names and values of entries from a standard Properties object. |
Constructors in com.sun.javatest.util with parameters of type Properties | |
---|---|
Properties(Properties defaults)
Creates an empty property list with the specified defaults. |
|
PropertyArray(Properties props)
Create a immutable PropertyArray object from a standard Properties object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |