Package | Description |
---|---|
com.sun.javatest.util |
This package contains utility classes provided in support of the Javatest test harness.
|
Modifier and Type | Field and Description |
---|---|
protected Properties |
Properties.defaults
A property list that contains default values for any keys not
found in this property list.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
PropertyArray.getArray(Properties props)
Get a compact array containing the names and values of entries
from a standard Properties object.
|
Constructor and Description |
---|
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.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.