Uses of Package
org.sadun.util

Packages that use org.sadun.util
org.sadun.util New generic utilities package.  
org.sadun.util.ant Apache ANT related tasks and classes.  
org.sadun.util.pool The simple Object Pool package. 
org.sadun.util.pool2 NOT COMPLETE YET.  
org.sadun.util.test   
org.sadun.util.tp The Thread pool implementation package. 
org.sadun.util.version   
org.sadun.util.watchdog The Watchdog implementation package.  
org.sadun.util.xml.configuration The XML nested configuraton SAX handler and related types. 
 

Classes in org.sadun.util used by org.sadun.util
AxisObjectSerializer
          This class serializes an AXIS object into an XML byte array.
Broadcaster
          A general interface for mechanisms that can broadcast messages to a given context (for example, across multiple threads, processes, hosts, networks, etc).
Broadcaster.BroadcastingException
           
ClassPackageExplorer
          Classes implementing this interface can explore the classpath, retrieving the contents of Java packages and enumerate the classes therein.
ClassPathChecker
          Verifies wether or not all the entries in classpath are available
CommandRunner.Listener
          Classes implementing this interface may receive CommandRunnerevents.
EnvironmentVariables
          An helper class to handle environment variables when they're present on the underlying operating system.
EnvironmentVariables.NameTransformer
          Classes implementing this interface can transform environment names in a "canonical" form
ForEach.Filter
          Users can implement this interface (anonymously or via a named class) to apply the action only to a subset of the objects in the collection.
HTMLAnchorIterator.URLsCollection
          A classt to hold the results of a HTMLAnchorIterator HTMLAnchorIterator#getURLs()operation, containing both string URLs which can be successfully translated to URL objects and ones which can't.
IdIterator
           
LineSet
          An ordered set of Strings, to which filters can be applied
LineSet.BaseFilter
           
LineSet.Filter
          A Filter for matching certain lines in the set.
ObjectLister
          A class to list the elements of an array or a collection/enumeration into a string, each element divided by a separtor, by invoking either the toString() method or a given method with no parameters (and returning a String).
ObjectPropertyManager.NoSuchPropertyException
          An exception thrown when the ObjectPropertyManager cannot find a property in a bean.
ObjectWithId
          Objects implementing this interface have a string identifier.
ObjectWithIdMetadata
           
OperationTimedoutException
           
PrefixProvider
          Classes implementing this interface can provide a prefix for a PrefixPrintWriter object.
SequentialUniqueIdGenerator.IdStorage
          Classes implementing this interface allow access to a shared storage of ids to use with a SequentialUniqueIdGenerator.
SequentialUniqueIdGenerator.IdStorage.IdStorageException
           
SimpleClassPackageExplorer.PackageExplorationListener
          Classes implementing this interface receive notifications of the explorer's activity.
TelnetInputStream
          A stream to handle telnet-based communication.
TelnetInputStream.TelnetCommand
          A Telnet command, associated to a specific TelnetInputStream.
TelnetInputStream.TelnetCommandListener
          A listener to Telnet commands.
TelnetInputStreamConsumer
          This class wraps over a TelnetInputStreamto provide stream consumption capabilities.
TelnetInputStreamConsumer.CompositeCriterium
          An abstract criterium based on other criteria.
TelnetInputStreamConsumer.Criterium
          A criterium for evaluating input from a TelnetInputStream.
UniqueIdGenerator
          A generator of IDs unique even across different machines.
UnixLoginHandler.LoginIncorrectException
          A class to signal an incorrect login by an UnixLoginHandler.
Version
          A generic interface to a version object.
 

Classes in org.sadun.util used by org.sadun.util.ant
Version
          A generic interface to a version object.
 

Classes in org.sadun.util used by org.sadun.util.pool
Setup
          Instances of this class can setup existing objects
 

Classes in org.sadun.util used by org.sadun.util.pool2
Terminable
          This interface extends the standard Runnable by providing methods to gracefully shut down a Thread.
 

Classes in org.sadun.util used by org.sadun.util.test
OperationTimedoutException
           
UnixLoginHandler.LoginIncorrectException
          A class to signal an incorrect login by an UnixLoginHandler.
 

Classes in org.sadun.util used by org.sadun.util.tp
Terminable
          This interface extends the standard Runnable by providing methods to gracefully shut down a Thread.
 

Classes in org.sadun.util used by org.sadun.util.version
Version
          A generic interface to a version object.
VersionImpl
          A simple implementation of Version.
 

Classes in org.sadun.util used by org.sadun.util.watchdog
Terminable
          This interface extends the standard Runnable by providing methods to gracefully shut down a Thread.
 

Classes in org.sadun.util used by org.sadun.util.xml.configuration
Setup
          Instances of this class can setup existing objects