Uses of Class
com.sun.javatest.util.Properties
-
Packages that use Properties Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method 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.Methods in com.sun.javatest.util with parameters of type Properties Modifier and Type Method 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.Constructors in com.sun.javatest.util with parameters of type Properties Constructor 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.
-