Uses of Package
org.clapper.util.misc

Packages that use org.clapper.util.misc
org.clapper.util.classutil   
org.clapper.util.cmdline   
org.clapper.util.config org.clapper.util.config - A Configuration File Parser. 
org.clapper.util.io org.clapper.util.io - Input/Output Classes. 
org.clapper.util.mail org.clapper.util.mail - Mail Classes. 
org.clapper.util.misc org.clapper.util.misc - Miscellaneous Utility Classes. 
org.clapper.util.regex   
org.clapper.util.scripting   
org.clapper.util.text org.clapper.util.text - Text and String Classes. 
 

Classes in org.clapper.util.misc used by org.clapper.util.classutil
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
 

Classes in org.clapper.util.misc used by org.clapper.util.cmdline
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
 

Classes in org.clapper.util.misc used by org.clapper.util.config
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
 

Classes in org.clapper.util.misc used by org.clapper.util.io
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
 

Classes in org.clapper.util.misc used by org.clapper.util.mail
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
 

Classes in org.clapper.util.misc used by org.clapper.util.misc
LRUMap
          An LRUMap implements a Map of a fixed maximum size that enforces a least recently used discard policy.
MultiValueMap
          MultivalueMap implements a hash table that permits multiple values per key.
MultiValueMap.ValuesCollectionAllocator
          Used to allocate a new Collection for the values associated with a key.
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
ObjectExistsException
          Thrown to indicate that an object already exists when it was expected not to exist.
ObjectRemovalEvent
          An ObjectRemovalEvent is an event that is propagated to certain event listeners when an object is removed from some kind of a store or data structure.
ObjectRemovalListener
          An ObjectRemovalListener is an EventListener that can be registered with certain data store objects to receive an ObjectRemovalEvent whenever an object is removed from the data store.
OrderedHashMap
          Deprecated. Please use java.util.LinkedHashMap, instead
Semaphore
          Deprecated. J2SE 5.0 now provides a java.util.concurrent.Semaphore class
SemaphoreException
          Thrown by classes that implement the Semaphore interface, to indicate an error.
Version
          Contains the software version for the org.clapper.util library.
VersionBase
          Base class for classes that want to access and display version information that's stored in a resource bundle generated by BuildInfo.makeBuildInfoBundle() as well as a static resource bundle containing non-build related strings.
VersionMismatchException
          Thrown by version-sensitive classes to indicate a fatal version mismatch.
XDate
          Version of java.util.Date that provides some extra utility functions.
XResourceBundle
          This class is an extended version of the JDK's ResourceBundle class, providing some extra methods.
 

Classes in org.clapper.util.misc used by org.clapper.util.regex
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
 

Classes in org.clapper.util.misc used by org.clapper.util.scripting
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
 

Classes in org.clapper.util.misc used by org.clapper.util.text
NestedException
          NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.