Package org.jostraca.util

Application framework and utility classes.

See:
          Description

Interface Summary
BooleanAntlrLexerTokenTypes  
BuildResource Representation of properties of build resources.
BuildResourceSupport.BuildResourceOperator  
FileUtil.FileNameFilter  
PrefixOperatorPSM.Operation  
PropertySetModifier A PropertySetModifier is unary operation on a PropertySet which modifies some or all of the Properties in some way, perhaps adding new ones.
RegExpMatch Facade for a regular expression match.
RegExpProvider Interface regular expression implementations.
Standard Define a standard set of global constants.
UserMessageHandler Accepts messages for display to user.
ValueCode Predefined list of code names for common values used in ValueSets, mainly for error messages contexts.
WayPoint An identifier for a particular state of program execution.
 

Class Summary
ArgUtil Command argument processing utility functions.
BasicWayPoint An identifier for a particular point of program execution.
BooleanAntlrLexer  
BooleanAntlrParser  
BooleanAntlrTree  
BooleanParser  
BuildResourceSupport Support functions for BuildResource classes.
ClassUtil  
ClassUtil.ByteClassLoader  
CommandLineUserMessageHandler Accepts messages for display to user on command line.
CommandRunner Utility class for running a subprocess synchronously from Java and retrieving the contents of System.out and/or system.err.
CommandRunner.CharPump Inner class, copies from Reader to Writer.
DateUtil Simple date utility methods.
ErrorUtil Utility class for error handling.
ExecutableCommand Parameterised and fault-handling command executer.
ExecutableCommand.AlternativeExecutableCommands  
FileBackup Simple file backup.
FileBuildResource FileBuildResource compares two files and is uptodate if the files are uptodate with respect to each other: later is modified after ealier.
FileRef Reference to a File object.
FileRefBuildResource FileRefBuildResource is the same as FileBuildResource but is created with FileRefs so that the actual files can be changed/determined later.
FileUtil File handling utility methods.
GnuRegExp Facade for regular expression implementations.
GnuRegExpMatch GNU regular expression match.
GnuRegExpProvider Interface regular expression implementations.
InstanceManager Manages a collection of object instances.
Internal A simple handler for internal errors.
ListUtil List utility methods.
MessageHandlerOutputStream Records messages for displaying to user.
NextLoop Simple next loop, with rollover.
NullUserMessageHandler Accepts messages for display to user and ignores them.
OrderedPropertySetManager Maintain an ordered list of named PropertySets.
OroRegExp Adapter for Jakarta ORO regular expressions.
OroRegExpMatch Jakarta ORO regular expression match.
OroRegExpProvider Adapter for Jakarta ORO regular expressions.
PackageLocal Adapter for Jakarta ORO regular expressions.
Pair Immutable basic data container for ordered pairs of objects No null checks are made.
PrefixOperatorPSM Performs modifications on property values based on a prefix operation.
PrefixOperatorPSM.FileOperation  
PrefixOperatorPSM.NilOperation  
PropertySet Stores an editable list of name-value pairs.
PropertySetException.Code Code enumeration class for PropertySetException
PropertySetManager Manage a collection of PropertySets, including loading and storing defaults.
PropertySetManager.Mode  
PropertySetModifierManager Manages an ordered set of PropertySetModifier objects.
RecordingUserMessageHandler Records messages for displaying to user.
RegExp Facade for regular expression implementations.
RegExp.Mode  
RegExp.ModeSet  
RegExpException.Code Code enumeration class for RegExpException
RegExpFileNameFilter Match file names using a RegExp.
RootBuildResource A root of a build resource tree.
SimpleObjectManager Manages an ordered set of dynamically loaded objects.
StandardException.Cat  
StandardException.Code  
TextSegmenter Segment a String into marked segments.
TextUtil Text processing utility functions.
Tracker Simple time based file tracking of arbitrary named values.
TypeUtil Mappings from a standard set of abstract type names to concrete Java language and other type names are provided.
UserMessageFormatter Format and i18n user messages.
UserMessageHandler.TypeNameUtil  
UtilException.Code Code enumeration class for UtilException
ValueSet Stores an editable list of name-value pairs, just like PropertySet.
VersionDeclaration Non-functional class that declares the version of this package.
WayPointRecorder Simple class to records WayPoints.
 

Exception Summary
PropertySetException PropertySetException class.
RegExpException RegExpException class.
StandardException Define a standard super class for exceptions.
UtilException UtilException class.
 

Package org.jostraca.util Description

Application framework and utility classes.



Copyright © 2000-2002 Richard Rodger