Uses of Class
com.sun.javatest.util.Properties

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.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.