Package com.sun.javatest.util


package com.sun.javatest.util
This package contains utility classes provided in support of the Javatest test harness.
Since:
3.0
  • Class
    Description
    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.
     
    Access to debugging settings which have been activated.
    Deprecated.
    use PathClassLoader
    A class that manipulates arrays of Objects (no primitives).
    ExitCount can be used by a family of cooperating objects (windows?) to cause the process to exit when the last object is destroyed.
    A filter interface for files.
     
    Helper methods related to data formatting.
    A class that provides a tree of information nodes that can be selectively printed, suitable for simple command line help.
    A node within a HelpTree.
    A selection of nodes within a HelpTree.
    A class to facilitate writing HTML via a stream.
    A class that lazily opens a package-specific resource bundle containing localization data for a class.
    A class to parse lines of words in a stream.
    This exception is used to report problems while using a line parser.
    Provides simple console logging using java.util.logging API.
    An object providing support for writing log messages to a file.
    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.
    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.
    A map-like structure which has two side-by-side ordered sets of Objects in pairs.
    A class loader for loading classes from a path of directories, zip files and jar files.
    A map whose entries are stored in a parent map by prefixing the key names with a specific string.
    A space-efficient string to string map.
    A class used to report problems that may occur when using PropertyArray.
    A collection of utility methods related to java.util.Properties loading, saving and transformation.
    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.
    A subtype of Properties for which the keys method will return a sorted enumeration.
    A class to convert to and from a single string with space separated substrings.
    A class to provide access to OS environment variables, by means of an external command which is executed.
    This class implements an output stream that has additional methods for printing.
    This class implements an output stream that has additional methods for printing.
    Timer objects accept requests to call back on Timeable objects after a specifiable delay.
    Entry objects are returned as the result calling requestDelayedCallback on a timer; they may be used to cancel the request.
    Implementations of this interface are passed to Timer, to be called back after a specified interval.
    A writer that will automatically word wrap lines to fit within left and right margins.
    Note: this class should be JDK 1.1 compatible
    A class to facilitate writing XML via a stream.