Interface and Description |
---|
org.clapper.util.misc.Semaphore
J2SE 5.0 now provides a java.util.concurrent.Semaphore class
|
Class and Description |
---|
org.clapper.util.io.CombinationFileFilter
Use
AndFileFilter and OrFileFilter |
org.clapper.util.io.CombinationFilenameFilter
Use
AndFilenameFilter and OrFilenameFilter |
org.clapper.util.misc.ObjectLockSemaphore
J2SE 5.0 now provides a java.util.concurrent.Semaphore class
|
org.clapper.util.misc.OrderedHashMap
Please use java.util.LinkedHashMap, instead
|
Exceptions and Description |
---|
org.clapper.util.misc.SemaphoreException
J2SE 5.0 now provides a java.util.concurrent.Semaphore class
|
Method and Description |
---|
org.clapper.util.misc.NestedException.getNestedException()
Use java.lang.Throwable.getCause() instead
|
org.clapper.util.text.UnixShellVariableSubstituter.substitute(String, VariableDereferencer, VariableNameChecker, Object, boolean)
As of version 2.3; please use
UnixShellVariableSubstituter.setHonorEscapes(boolean) |