All Classes and Interfaces
Class
Description
Thread factory to be used by executors that need to customize thread name, group, uncaught exception handling, and daemon status.
This is to create a Bundle of linked Exception : a code may not stop at the first Exception it catches
but store the Exception in reverse order and then , when finished, throw a Set of Exception.
A utility class to create unique Instant instances within the same millisecond
by providing an arbitrary unique value for the nanosecond part of the Instant.
A dedicated LogManager class to control the resetting of the LogManager when
a sigterm signal is received.
Class to implement command processing
Inner class to implement command decoding
Inner interface to define command dispatching
Inner class to implement lookup tables
Class to implement command processing, new style
Enhanced inner interface to define command dispatching
Inner class to implement command decoding
Inner interface to define command dispatching
Inner class to implement lookup tables
This class deals with "common resources": that is resources that
are not linked to a specific package (such resources are often queried
using an initial slash when querying a resource through the Class
resource methods such as getResource : getResource("/global.properties")).
\file ConsOut.java
Methods for real console output
\author Owen Saxton
A set of static methods to check constraints.
Routines for converting between numbers and byte sub-arrays
A Log File Handler that rolls every day.
Allows registering multiple
URLStreamHandlerFactory instances within the same JVM.Utility class to define patterns for file names and dynamically resolve and
inject quantities into it.
This class is responsible for converting strings to objects of a particular
class.
simple bridge from Log4J to JUL.
Utility class to provide Log4j configuration.
Wrapper around
java.util.Logger, kept for backward compatibility, should not be used in new code.The role of this class is:
to read the logging.properties and offer other codes (namely handlers) access
to the properties described (a thing not permitted by the standard logManager)
to be sure that the Handlers are lazily loaded (the standard LogManager may
not be able to load the Handlers class due to ClassLoading problems)
to delegate informations to the LogManager so it can behave properly (e.g.
\file Output.java
Interface for console output
\author Owen Saxton
a simple tuple with two values.
Path of a configuration parameter.
Represents a periodic task submitted to a
Scheduler.Defines behavior of
PeriodicTask under abnormal circumstances.Customized scheduling executor for running periodic and delayed tasks.
Tests strings for similarity based on Levenshtein distance.
manages formatting of stackTrace.
A simple text formatter.
this is to build compound exception: that is exceptions that
may be thrown in a bundle.
Immutable simple tree that can be used by swing Trees.
inner class that delegates to PreOrderNodeIterator
to fetch content in pre-order.
Inner class to fetch nodes in pre-order.
Reverse operation of InputConversionEngine
A simple tuple with two immutable values.
Filter that discards logs which level smaller than
Level.WARNING and
coming from loggers other than "org.lsst.ccs.subsystem" or "org.lsst.ccs.driver".A Pair whee the first element is a String.
Wraps an Exception thrown during bean operations in a RuntimeException