Uses of Class
com.sun.interview.Properties2
-
Packages that use Properties2 Package Description com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard".com.sun.javatest This package provides facilities for reading, executing and monitoring tests. -
-
Uses of Properties2 in com.sun.interview
Fields in com.sun.interview declared as Properties2 Modifier and Type Field Description protected Properties2
Properties2. defaults
A property list that contains default values for any keys not found in this property list.Constructors in com.sun.interview with parameters of type Properties2 Constructor Description Properties2(Properties2 defaults)
Creates an empty property list with the specified defaults. -
Uses of Properties2 in com.sun.javatest
Methods in com.sun.javatest that return Properties2 Modifier and Type Method Description static Properties2
InterviewPropagator. stringToProperties2(java.lang.String str)
Converts string representation of property question to Properties2 objectMethods in com.sun.javatest with parameters of type Properties2 Modifier and Type Method Description static java.lang.String
InterviewPropagator. properties2ToString(Properties2 pr)
Properties2 object to its string representation.
-