All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary
Class
Description
AbstractCellEditor
AccessWrapper
AllFilesFileFilter
A filter which accepts all (non-directory) files.
AllTestsFilter
Basic filter which accepts all tests presented to it.
APIScript
A Script designed to compile/execute a test.
BackupPolicy
An abstract base class to provide a way of opening files subject
to a policy of what to do if a file of the same name already exists.
BackupUtil
BasicInterviewParameters
A basic implementation of InterviewParameters that uses standard
interviews for all the various interview sections, except the environment
section, which remains to be implemented by subtypes.
BasicParameters
A basic implementation of Parameters for all except the EnvParameters
subsection.
BasicSession
The very classic implementation of Session that encapsulates the WorkDirectory
instance and InterviewParameters instance.
BasicSession.E_NewConfig
Event which is delivered when current configuration has been modified.
BasicSession.E_NewWD
Event which is delivered when WorkDircotry has been set.
BasicSession.OrderedObserver
Extension to the Observer interface for those classes which
are sensitive to the order of notifying.
BasicSession.U_NewConfig
Class of update to configuration
BasicSessionControl
Class that encapsulate logic of user's actions on update session:
operations on configuration and work directory.
BinaryTestFinder
A TestFinder to read a compressed binary file containing the
previously "compiled" results of some other test finder.
BinaryTestWriter
BinaryTestWriter creates the data file used by BinaryTestFinder.
BP_DocumentationSubpanel
ChameleonTestFinder
A TestFinder that delegates to different test finders in different
areas of the test suite, as described by a special "map" file.
Checklist
A Checklist is a sorted collection of messages,
for the purpose of providing a list of actions that must
be performed in association with a completed interview.
Checklist.Item
An Item contains a message to appear in a checklist.
ChoiceArrayQuestion
A
question
to which the response is one of a number of choices.
ChoiceQuestion
A
question
to which the response is one of a number of choices.
COFReport
ColorPrefsPane
Command
Command provides the ability to invoke arbitrary Java
code from within a Script.
Command
A class to represent a command to be executed.
CommandContext
An object to carry the shared state required and derived from
executing a series of commands.
CommandManager
Command managers are relatively lightweight managers for the command objects
that embody end-user command-line functionality.
CommandParser
A class to parse a series of commands, with the help of their associated command managers.
CommentStream
This class extract all ASCII characters within a block comments.
CompositeFilter
A filter which uses one or more filters to implement its accept method.
CompositeQuestion
A specialized base class for questions which have more than one value to be
manipulated by the user.
ConcurrencyInterview
This interview collects the concurrency parameter.
ConfigManager
A manager for all the various configuration commands.
ContextManager
The context manager provides an interface for customization of the user
interface and control over certain parameters of harness operation.
ContextManager.TestManagerDialog
Special class for creating dialogs which should be attached to the
context of this test manager.
CustomPropagationController
This class provides a way to extend default behavior of template propagation process
CustomPropagationController.EventType
EventType.Start - propagation starting event
EventType.TemplateLoaded - external template data loaded and accessible
EventType.Finish - propagation finishing event
CustomReport
API to specify a customized report type for the Test Manager.
CustomReport.ReportConfigPanel
Configuration panel for a report.
CustomReportFormat
CustomTestResultViewer
Base class defines custom viewers for test results.
Debug
Access to debugging settings which have been activated.
Deck
A class to providing a panel with CardLayout.
DefaultInterviewParameters
Deprecated.
DefaultTestRunner
Traditional implementation of the test execution engine which has been
used throughout the JT Harness 2.x harness.
Desktop
Desktop is the host for a series of Tools,
which may be displayed as in a number of styles,
provided by a DeskView.
DesktopManager
A tool manager to handle the command line options for the JT Harness desktop.
DirectoryClassLoader
Deprecated.
DirectoryFileFilter
A filter which accepts directories.
DynamicArray
A class that manipulates arrays of Objects (no primitives).
EditableFileList
A component that displays an editable list of filenames.
EditableList
A component that displays an editable list of items.
EditJTI
This class provides a utility for command-line editing of configuration (.jti) files.
EditJTI.BadArgs
This exception is used to indicate a problem with the command line arguments.
EditJTI.Fault
This exception is used to report problems that arise when using this API.
EditLinks
A utility to rewrite links within a set of HTML files.
EditLinks.BadArgs
An exception to report bad command line arguments.
EnvironmentInterview
This interview collects the environment parameter, by means of environment (jte) files
and an environment name.
EnvironmentManager
A command manager to handle the command line options for adding
default values into every test environment.
ErrorQuestion
A "null" question with no response.
ET_Control
Base interface of ExecTool components
ET_ControlFactory
Interface of factory to be used by ExecTool to create controls over
test configuring and running.
ET_DefaultControlFactory
Default implementation of ET_ControlFactory interface.
ET_DefaultHelpControl
ET_DefaultViewControl
ET_FilterControl
Basic interface for controls over filters
ET_FilterHandler
This class handles all the special filter juggling that exec tool needs to do.
ET_HelpControl
Signal interface for a control over help.
ET_ReportControl
Signal interface for a control over reporter.
ET_SessionControl
Control over configuration settings in the harness.
ET_ViewControl
ExcludeList
A set of tests to be excluded from a test run.
ExcludeList.Entry
An entry in the exclude list.
ExcludeList.Fault
This exception is used to report problems manipulating an exclude list.
ExcludeListFilter
A test filter that filters out tests that appear in an
ExcludeList
.
ExcludeListInterview
This interview collects the "exclude list" test filter parameters.
ExcludeListUpdateHandler
A class to handle downloading exclude lists from a server.
ExecModel
ExecStdTestOtherJVMCmd
This is a modification of ProcessCommand
suitable
for executing standard tests in a separate JVM.
ExecStdTestSameJVMCmd
ExecStdTestSameJVMCmd executes a standard test (one that implements
the Test interface) in the same Java Virtual Machine as the caller.
ExecTool
ExecToolManager
ExitCount
ExitCount can be used by a family of cooperating objects (windows?) to cause
the process to exit when the last object is destroyed.
ExpandTestFinder
This class allows a new tag "@expand" which allows a single test
description to be expanded into multiple test descriptions using
variable substitution.
ExtensionFileFilter
A filter which accepts files based on their extension.
FeatureManager
This class represents default feature manager.
Fifo
A simple variable length first-in first-out queue.
FileChooser
A variant of JFileChooser, with support for file filters based on
filename extensions.
FileFilter
An interface for filtering files.
FileFilter
A filter interface for files.
FileHistory
A class to maintain a history of recently used files.
FileHistory.Listener
A class that will dynamically add the latest entries for a
FileHistory onto a menu.
FileInfoCache
FileListQuestion
A
question
to which the response is one or more filenames.
FileOpener
An interface for a handler, provided by a tool manager,
that can open files of a particular type.
FileOpener.Fault
This exception is to report problems that occur while opening a file.
FileParameters
An implementation of Parameters, using data read from a .jtp file.
FileQuestion
A
question
to which the response is a filename.
FilesAndDirectoriesFileFilter
A filter which accepts all files and directories.
FileSystemTableModel
FileTable
FilterConfig
The primary purpose is to hold the a variety of named filter sets from
which the user will select one (the "active" one).
FilterConfig.Observer
Observe changes to the state of the view.
FinalQuestion
A special type of question used to indicate the last of
the questions of an interview.
FloatQuestion
A
question
to which the response is an floating point number.
Harness
The object responsible for coordinating the execution of a test run.
Harness.Fault
This exception is used to report problems while executing a test run.
Harness.Observer
This interface provides a means for Harness to report
on events that might be of interest as it executes.
HarnessAware
Interface for those classes that needs an access to the instance harness
Help
Class that contains a number of static method to work with both JavaTest
and JavaHelp objects to make the core JavaTest classes unaware of JavaHelp.
Help.Fault
An exception used to report errors while using a TestSUite object.
HelpExternalLink
This link type opens in external browser if current OS supports awt.Desktop
usage:
note that the protocol should be specified in the URL path (e.g.
HelpLink
A lightweight component that will activate online help, suitable for
use in More Info help panes.
HelpLinkBeanInfo
HelpManager
A manager for command line help.
HelpSetFactory
The interface that implements bridge between javax.help package and
JavaTest.
HelpSetFactory.Default
HelpTree
A class that provides a tree of information nodes that can be
selectively printed, suitable for simple command line help.
HelpTree.Node
A node within a HelpTree.
HTMLCommentStream
This class extracts all ASCII characters within HTML comments
bound by "".
HTMLReport
HTML format of the report.
HTMLTestFinder
This class searches out test descriptions as represented by
certain HTML elements in a hierarchy of HTML files.
HTMLWriter
A class to facilitate writing HTML via a stream.
HTMLWriterEx
A class to facilitate writing HTML via a stream.
HttpManager
A tool manager to handle the command line options for starting
an HTTP server to monitor JT Harness's progress while executing tests.
I18NResourceBundle
A class that lazily opens a package-specific resource bundle
containing localization data for a class.
I18NUtils
Utility class to get general internationalization properties and
perform general transformations.
IconFactory
A factory for standard JT Harness icons.
IconLabel
A lightweight component that can display an icon from the
IconFactory
.
IconLabelBeanInfo
InetAddressQuestion
A
question
to which the response is an IP address.
InitialUrlFilter
Filters tests based on a set of initial files or URLs.
Interview
The base class for an interview: a series of
questions
, to be
presented to the user via some tool such as an assistant or wizard.
Interview.BadHelpFault
Deprecated.
Interview.Fault
This exception is to report problems that occur while updating an interview.
Interview.HelpNotFoundFault
Deprecated.
Interview.NotOnPathFault
This exception is thrown when a question is expected to be on
the current path, and is not.
Interview.Observer
An observer interface for receiving notifications as the state of
the interview is updated.
InterviewEditor
Dialog to edit InterviewParameters object.
InterviewEditor.Observer
For private communication with SessionControl, not for broadcast outside
of core JT.
InterviewParameters
Configuration parameters provided via an interview.
InterviewParameters.JTIFault
Indicates problems when accessing the configuration file.
InterviewParameters.TemplateManager
The template manager is used to change behavior of
template saving, the default implementation is
the context manager of corresponding test suite.
InterviewParameters.TestSuiteFault
Indicates problems when accessing the test suite.
InterviewParameters.WorkDirFault
Indicates problems when accessing the work directory.
InterviewPropagator
InterviewPropagator.TestRefresher
InterviewPropagator.ViewManager
InterviewSet
InterviewSet is an interview that is also a container for an ordered
set of child interviews.
InterviewSet.CycleFault
This exception will be thrown when an attempt to made to specify a dependency
that would create a dependency cycle.
IntQuestion
A
question
to which the response is an integer.
JavaCommentStream
This class extracts all ASCII characters within two of Java's
comments: traditional comments (bound by "/*" and "*\/") and
documentation comments (bound by "/**" and "*\/").
JavaCompileCommand
Invoke a Java compiler via reflection.
JavaHelpFactory
Implementation of the HelpSetFactory interface which is aware of javax.help
library.
JavaHelpFactory.BadHelpFault
This exception is to report problems found while opening a JavaHelp help set.
JavaHelpFactory.HelpNotFoundFault
This exception is thrown when a named help set cannot be found.
JavaTestContextMenu
Class to encapsulate a custom context menu item to be added to the GUI by a
test suite.
JavaTestError
Special error class to be used for errors which may pop out of JT Harness and
be seen by the user.
JavaTestMenuManager
Class to manage custom menus.
JavaTestSecurityManager
This class is set for JT Harness running as an application.
JavaTestToolBar
The custom toolbar.
Keywords
A filter for sets of keywords, as found on test descriptions.
Keywords.Fault
An exception used to report errors while using a Keywords object.
KeywordScript
Default script, which delegates to one of a number of scripts defined in
environment entries, according to the keywords on the test description.
KeywordsFilter
A test filter that filters tests according to the keywords on a test description.
KeywordsInterview
This interview collects the keyword parameters.
KflPlainText
Class to emit KFL check results in plain text format.
KflSorter
Support class to read and process a list of tests and test cases which are
known to fail during execution.
KflSorter.TestDiff
Created for each result which somehow does not match what was expected
based on the KFL.
KflSorter.Transitions
KnownFailuresList
Support class to read and process a list of tests and test cases which are
known to fail during execution.
KnownFailuresList.Entry
An entry in the exclude list.
KnownFailuresList.Fault
This exception is used to report problems manipulating an exclude list.
KnownFailuresListInterview
This interview collects the "kfl" test filter parameters.
LastRunFilter
This filter designed to show only the results from the last test run.
LastRunInfo
Information about the last or current test run.
LegacyParameters
A configuration interview for legacy test suites that use environment
(.jte) files to define the environment used to run tests.
LineParser
A class to parse lines of words in a stream.
LineParser.Fault
This exception is used to report problems while using a line parser.
ListQuestion
A
question
to support the construction of an
open-ended set of complex values determined by a specified subinterview.
ListQuestion.Body
A special subtype of Interview to use for the questions in the body of
a loop.
LogFile
An object providing support for writing log messages to a file.
LogManager
A command manager to handle the command line options for
controlling logging messages generated by the harness.
Main
The main program class for JT Harness.
Main.Fault
Thrown when a bad command line argument is encountered.
MainAppletContext
This class provides a means whereby tools can temporarily give access
to a shared AppletContext and applet instance(s) which will be
used in AppletContext tests.
MainFrame
This class provides a means whereby tools in Personal Java can
temporarily give access to a shared GUI frame, such as the
one top-level Frame.
MultiFormatPane
A panel to display files which may be linked together by hyperlinks.
MultiFormatPane.MediaPane
MultiStatus
When executing multiple test cases in the same test class, it is usually
easier for each test case to return a Status object representing whether that
individual test case passed or failed.
MultiTest
Base class for tests with multiple sub test cases.
MultiTest.SetupException
This exception is thrown when a problem occurs initializing the test.
NavigationPane
NullQuestion
A "null" question with no response.
ObservableTestFilter
An extension to the basic test filter which provides observer capabilities.
ObservableTestFilter.Observer
An observer that is notified when the filter has been changed.
OrderedTwoWayTable
A map-like structure which has two side-by-side ordered sets of Objects in pairs.
ParameterFilter
This filter knows how to deal with the the Parameters interface to get
the necessary filtering effect.
Parameters
Configuration parameters for a test run.
Parameters.ConcurrencyParameters
An interface providing basic abstract access to an integer
specifying the maximum number of tests that can be run in parallel.
Parameters.EnvParameters
An interface providing basic abstract access to the environment
used to run each test.
Parameters.ExcludeListParameters
An interface providing basic abstract access to an exclude list,
defining tests to be excluded from the test run.
Parameters.KeywordsParameters
An interface providing basic abstract access to a keywords object
which can be used to select tests according to their keywords.
Parameters.LegacyEnvParameters
An interface providing abstract access to environments, as contained
in a set of .jte files, as used by older, legacy test suites.
Parameters.MutableConcurrencyParameters
An interface providing abstract access to an integer
specifying the maximum number of tests that can be run in parallel.
Parameters.MutableExcludeListParameters
An interface providing abstract access to an exclude list,
as defined by a set of files, defining tests to be excluded
from the test run.
Parameters.MutableKeywordsParameters
An interface providing abstract access to a keywords object
which can be used to select tests according to their keywords.
Parameters.MutablePriorStatusParameters
An interface providing abstract access to a set of booleans
which can be used to select tests according to their prior execution
status.
Parameters.MutableTestsParameters
An interface providing abstract access to a set of paths
defining the tests and folders of tests to be run.
Parameters.MutableTimeoutFactorParameters
An interface providing abstract access to an integer
specifying a scale factor for the standard timeout used for each test.
Parameters.PriorStatusParameters
An interface providing basic abstract access to a set of booleans
which can be used to select tests according to their prior execution
status.
Parameters.TestsParameters
An interface providing basic abstract access to the set of paths
defining the tests and folders of tests to be run.
Parameters.TimeoutFactorParameters
An interface providing basic abstract access to an integer
specifying a scale factor for the standard timeout used for each test.
PathClassLoader
A class loader for loading classes from a path of directories,
zip files and jar files.
PieChart
Component which draws a 2D pie chart with a drop shadow, based on supplied
data.
PlainTextReport
Plain text version of the report.
Preferences
A class which provides a collection of user preferences,
and a GUI interface to edit them.
Preferences.Observer
An observer interface for use by those that wishing to monitor changes
to user preferences.
PreferencesPane
An abstract class for a GUI panel that can be displayed to
allow the user to edit some of the user preferences.
PrefixMap
A map whose entries are stored in a parent map by prefixing
the key names with a specific string.
PriorStatusInterview
This interview collects the "prior status" test filter parameters.
ProcessCommand
A Command to execute an arbitrary OS command.
ProductInfo
Information about this release of the JT Harness test harness.
Properties
The Properties
class represents a persistent set of
properties.
Properties2
The Properties
class represents a persistent set of
properties.
PropertiesQuestion
A
question
which consists of many key-value pairs.
PropertiesQuestion.BooleanConstraints
Constraints allowing a value to be either a boolean or Yes/No response.
PropertiesQuestion.FilenameConstraints
Constrains the response to filenames or paths, and allows chooser
widgets to be rendered for the user when appropriate.
PropertiesQuestion.FloatConstraints
Constraints specifying a floating point type.
PropertiesQuestion.IntConstraints
PropertiesQuestion.StringConstraints
Value restrictions for string type responses.
PropertiesQuestion.ValueConstraints
PropertyArray
A space-efficient string to string map.
PropertyArray.PropertyArrayError
A class used to report problems that may occur when using PropertyArray.
QSW_Listener
Interface that will be invoked, when QuickStartWizard has finished.
Question
Questions are the primary constituent elements of
interviews
.
RandomTestFinder
A test finder that reads tests from a delegate, and returns the
results in the random order.
ReadAheadIterator
An iterator that can read ahead of the current position, either for
performance reasons or to help find out the number of items returned by an
iterator before accessing them.
Report
A report generator for sets of test results.
Report.CustomReportManager
Report.Settings
Deprecated.
Report.StartGenListener
ReportDirChooser
A custom JFileChooser, for a user to choose a report directory.
ReportManager
A command manager to provide commands for reporting test results.
ReportScript
A special script which reads the result file which is presumed to exist in
the work directory as the result of a prior run.
ReportSettings
Specify what parts of the reports to generate.
ResourceLoader
ResourceTable
A table providing simple named locks for arbitrary resources.
ReverseTestFinder
A test finder that reads tests from a delegate, and returns the
results in the reverse order.
Script
Script is the abstract base class providing the ability to control
how a test is to be compiled and executed.
Script.TimeoutProvider
Interface for extended testTimeout control.
SelectedWorkDirApprover
ServiceViewer
Session
An interface that encapsulates all properties required to run tests.
Session.Event
Root interface for all events happened when state of Session changed.
Session.Fault
Exception signaling of the problem happened while dealing with Session.
Session.Observer
Interface for observers of the Session state.
Session.Update
Root interface for all updates to Session.
SessionExt
Extention to the Session interface.
ShowTests
ShowTests is a utility program to show the tests that are read by
a test finder.
ShScriptCommentStream
This class extracts all ASCII characters within standard shell script
comments.
SimpleInterviewParameters
A simple interview that can be used for simple test suites.
SortedProperties
A subtype of Properties for which the keys method will return a sorted enumeration.
Startup
A lightweight class to display a startup (splash) image.
Status
A class to embody the result of a test: a status-code and a related message.
StatusFilter
A test filter that filters tests according to their prior execution status.
StdTestScript
A Script to compile/execute a standard test.
StringArray
A class to convert to and from a single string with space separated
substrings.
StringFitter
StringListQuestion
A
question
to which the response is an array of strings.
StringQuestion
A
question
to which the response is a string.
SysEnv
A class to provide access to OS environment variables, by means of
an external command which is executed.
TagTestFinder
This class searches out test descriptions found in a file system
tree.
TemplateUtilities
Template support utility methods.
TemplateUtilities.ConfigInfo
Test
This interface is implemented by tests to be run by standard scripts.
TestCases
A handler for the set of test cases in a test.
TestCases.Fault
Exception used to report internal errors.
TestDescription
TestDescription objects embody the parameters of a test and provide the
ability to run a test.
TestEnvContext
A table representing the collection of environments found in a set of environment files.
TestEnvContext.Fault
TestEnvironment
This class provides "environments", as embodied by groups of related properties.
TestEnvironment.Fault
This exception is used to report resolving values in an environment.
TestFilter
A filter interface for TestDescriptions.
TestFilter.Fault
This exception is to report problems that occur while filtering tests.
TestFilter.Observer
An interface for notification about why a test has been filtered out.
TestFinder
Base implementation for test finders which search for test descriptions
given a starting location.
TestFinder.ErrorHandler
This interface is used to report significant errors found while
reading files, but which are not of themselves serious enough
to stop reading further.
TestFinder.Fault
This exception is to report serious problems that occur while
finding tests.
TestFinderDecorator
A test finder decorator that reads tests from a delegate, and returns the
results in the reverse/random order.
TestFinderQueue
An iterator-based interface to the tests in a test suite, as read by a test finder.
TestFinderQueue.Observer
This interface provides a means for TestFinder to report on events that
might be of interest as it executes.
TestResult
The TestResult object encapsulates the results from a test.
TestResult.Fault
This exception is to report problems using TestResult objects.
TestResult.Observer
An interface to observe activity in a TestResult as it is created.
TestResult.ReloadFault
This exception ay occur anytime the JTR file is being read from the filesystem.
TestResult.ResultFileNotFoundFault
This exception is thrown if the JTR file cannot be found.
TestResultCache
Class which maintains a cache of the results currently existing inside a
work directory.
TestResultCache.Observer
Interface which allows an external class to monitor the cache's
activities.
TestResultTable
Collected results from a test suite.
TestResultTable.Fault
Exception class to communicate any special conditions which may occur
while using this class.
TestResultTable.Observer
Observer to monitor changes to a TestResultTable.
TestResultTable.TreeEventObserver
Extension to TreeObserver to receive notifications related
to events happened on tree nodes.
TestResultTable.TreeIterator
Defines an iterator/enumerator interface for retrieving tests out of the
tree.
TestResultTable.TreeNode
Interface to a node which contitutes the skeleton of the test result tree.
TestResultTable.TreeNodeObserver
Observer interface to watch a single tree node.
TestResultTable.TreeObserver
Tree-aware observer of the TRT.
TestRunner
TestRunner is the abstract base class providing the ability to
control how tests are run.
TestsInterview
This interview collects the "initial files" parameter.
TestSuite
A class providing information about and access to the tests in a test suite.
TestSuite.DuplicateLogNameFault
TestSuite.Fault
An exception used to report errors while using a TestSUite object.
TestSuite.NoSuchLogFault
TestSuite.NotTestSuiteFault
An exception that is used to report that a given file is not a test suite.
TestSuiteChooser
A custom JFileChooser, for a user to choose a test suite.
TestTreeSelectionPane
A pane for selecting tests in a test result table.
TextStream
This class implements an output stream that has additional methods for
printing.
TextWriter
This class implements an output stream that has additional methods for
printing.
TimeoutFactorInterview
This interview collects the timeout factor parameter.
Timer
Timer objects accept requests to call back on Timeable objects after a
specifiable delay.
Timer.Timeable
Implementations of this interface are passed to Timer, to be
called back after a specified interval.
Tool
A base class for tools to appear on the JT Harness desktop.
Tool.Observer
An observer interface for use by those that wishing to monitor changes
to a tool.
ToolAction
Standard template for creation of an Action to be used in a Tool.
ToolBarManager
The "Tool Bar Manager" tool, which allows a user to add, remove,
and get custom toolbars.
ToolDialog
Lightweight wrapper class to provide standard support for tool dialogs.
ToolManager
Tool managers are relatively lightweight managers for tools
that provide end-user GUI functionality.
ToolManager.Fault
This exception is used to report problems while using a tool manager.
TP_DocumentationSubpanel
TreeQuestion
A
question
to which the response is a set of selected
nodes within a tree.
TreeQuestion.Model
An interface that provides the model for the tree whose nodes
are selected by a TreeQuestion.
TreeSelectionPane
A component to allow selection of nodes in a tree.
TreeSelectionPane.Model
The model for the tree whose nodes can be selected in a TreeSelectionPane.
TRT_TreeNode
This is the implementation of a tree node structure for TestResultTable.
TRT_TreeNode.Fault
TT_BasicNode
Representation of a node in the GUI tree representing the visible test structure.
TT_TestNode
TT_TreeNode
Basic part of the onscreen model of the test tree.
UIFactory
A factory for GUI components, providing support for
internationalization, tool tips, context sensitive help, and on.
UIFactory.Colors
UIFactory.UIFactoryExt
Extension to the UIFactory that allows to use more than one resource
bundle.
VerboseCommand
A command supporting an extensible set of boolean options.
WDC_FileFilter
WDC_FileView
WizEdit
An API (with a basic front-end application) for batch editing an
interview.
WizEdit.BadArgs
This exception is used to indicate a problem with the command line arguments.
WizEdit.Fault
This exception is to report problems that occur while editing
the responses to questions in an interview.
WizPrint
An API (with a basic front-end application) for generating HTML printouts
of an
interview
.
WizPrint.BadArgs
This exception is to report problems that occur with command line arguments.
WizPrint.Fault
This exception is to report problems that occur while updating an interview.
WorkDirChooser
A custom JFileChooser, for a user to choose a work directory.
WorkDirChooseTool
WorkDirChooseTool.ChosenFileHandler
The class is used by WorkDirChooseTool to interact with those,
who use WorkDirChooseTool in LOAD_CONFIG, LOAD_TEMPLATE modes.
WorkDirChooseTool.ExecModelStub
The class is used by WorkDirChooseTool to interact with those,
who use WorkDirChooseTool to open or create work dir.
WorkDirectory
A class providing access to the working state of a test run, as embodied
in a work directory.
WorkDirectory.BadDirectoryFault
Signals that there is a serious, unrecoverable problem when trying to
open or create a work directory.
WorkDirectory.Fault
This exception is used to report problems that arise when using
work directories.
WorkDirectory.InitializationFault
Signals that there is a problem trying to initialize from the data in
the work directory.
WorkDirectory.MismatchFault
Signals that a work directory does not match the given test suite.
WorkDirectory.NotWorkDirectoryFault
Signals that a directory (while valid in itself) is not a valid work directory.
WorkDirectory.PurgeFault
Signals that a problem occurred while trying to purge files in work directory.
WorkDirectory.TemplateMissingFault
Signals that the template pointed to by that directory is missing.
WorkDirectory.TestSuiteFault
Signals that there is a problem trying to determine the test suite
appropriate for the work directory.
WorkDirectory.WorkDirectoryExistsFault
Signals that a work directory already exists when an attempt is made
to create one.
WrapWriter
A writer that will automatically word wrap lines to fit within
left and right margins.
WriterStream
Note: this class should be JDK 1.1 compatible
XMLReport
XML report (dump).
XMLReportMaker
XMLWriter
A class to facilitate writing XML via a stream.
YesNoQuestion
A
question
to which the response is yes or no.