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.
|
Modifier and Type | Field and Description |
---|---|
protected Properties2 |
Properties2.defaults
A property list that contains default values for any keys not
found in this property list.
|
Constructor and Description |
---|
Properties2(Properties2 defaults)
Creates an empty property list with the specified defaults.
|
Modifier and Type | Method and Description |
---|---|
static Properties2 |
InterviewPropagator.stringToProperties2(java.lang.String str)
Converts string representation of property question to Properties2 object
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
InterviewPropagator.properties2ToString(Properties2 pr)
Properties2 object to its string representation.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.