A B C D E F G H I J K L M N O P R S T U V W X Z

O

ObjectExistsException - Exception in org.clapper.util.misc
Thrown to indicate that an object already exists when it was expected not to exist.
ObjectExistsException() - Constructor for exception org.clapper.util.misc.ObjectExistsException
Default constructor, for an exception with no nested exception and no message.
ObjectExistsException(Throwable) - Constructor for exception org.clapper.util.misc.ObjectExistsException
Constructs an exception containing another exception, but no message of its own.
ObjectExistsException(String) - Constructor for exception org.clapper.util.misc.ObjectExistsException
Constructs an exception containing an error message, but no nested exception.
ObjectExistsException(String, Throwable) - Constructor for exception org.clapper.util.misc.ObjectExistsException
Constructs an exception containing another exception and a message.
ObjectExistsException(String, String, String) - Constructor for exception org.clapper.util.misc.ObjectExistsException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
ObjectExistsException(String, String, String, Object[]) - Constructor for exception org.clapper.util.misc.ObjectExistsException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
ObjectExistsException(String, String, String, Throwable) - Constructor for exception org.clapper.util.misc.ObjectExistsException
Constructs an exception containing a resource bundle name, a message key, a default message (in case the resource bundle can't be found), and another exception.
ObjectExistsException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.misc.ObjectExistsException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), arguments to be incorporated in the message via java.text.MessageFormat, and another exception.
ObjectLockSemaphore - Class in org.clapper.util.misc
Deprecated. J2SE 5.0 now provides a java.util.concurrent.Semaphore class
ObjectLockSemaphore(int) - Constructor for class org.clapper.util.misc.ObjectLockSemaphore
Deprecated. Allocate a new semaphore with the specified initial count.
ObjectRemovalEvent - Class in org.clapper.util.misc
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.
ObjectRemovalEvent(Object) - Constructor for class org.clapper.util.misc.ObjectRemovalEvent
Construct a ObjectRemovalEvent event to announce the removal of an object from a data store.
ObjectRemovalListener - Interface in org.clapper.util.misc
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.
objectRemoved(ObjectRemovalEvent) - Method in interface org.clapper.util.misc.ObjectRemovalListener
This method gets called when an object is removed from a store.
ONE_HALF_FRACTION - Static variable in class org.clapper.util.text.Unicode
"One-half" (1/2) symbol.
ONE_QUARTER_FRACTION - Static variable in class org.clapper.util.text.Unicode
"One-quarter" (1/4) symbol.
OR_FILTERS - Static variable in class org.clapper.util.io.CombinationFileFilter
Deprecated. Convenience constant for backward compatibility: Mode setting that instructs the filter to OR all the contained filters.
OR_FILTERS - Static variable in class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Convenience constant for backward compatibility: Mode setting that instructs the filter to OR all the contained filters.
OrClassFilter - Class in org.clapper.util.classutil
An OrClassFilter contains logically ORs other ClassFilter objects.
OrClassFilter() - Constructor for class org.clapper.util.classutil.OrClassFilter
Construct a new OrClassFilter with no contained filters.
OrClassFilter(ClassFilter...) - Constructor for class org.clapper.util.classutil.OrClassFilter
Construct a new OrClassFilter with two contained filters.
OrderedHashMap<K,V> - Class in org.clapper.util.misc
Deprecated. Please use java.util.LinkedHashMap, instead
OrderedHashMap() - Constructor for class org.clapper.util.misc.OrderedHashMap
Deprecated. Construct a new empty map with a default capacity and load factor.
OrderedHashMap(int) - Constructor for class org.clapper.util.misc.OrderedHashMap
Deprecated. Construct a new empty map with the specified initial capacity and a default load factor.
OrderedHashMap(int, float) - Constructor for class org.clapper.util.misc.OrderedHashMap
Deprecated. Constructs a new, empty map with the specified initial capacity and the specified load factor.
OrderedHashMap(Map<? extends K, ? extends V>) - Constructor for class org.clapper.util.misc.OrderedHashMap
Deprecated. Constructs a new map with the same mappings as the given map.
OrderedHashMap(OrderedHashMap<? extends K, ? extends V>) - Constructor for class org.clapper.util.misc.OrderedHashMap
Deprecated. Constructs a new map with the same mappings as the given OrderedHashMap.
OrFileFilter - Class in org.clapper.util.io
An OrFileFilter logically ORs other java.io.FileFilter objects.
OrFileFilter() - Constructor for class org.clapper.util.io.OrFileFilter
Construct a new OrFileFilter with no contained filters.
OrFileFilter(FileFilter...) - Constructor for class org.clapper.util.io.OrFileFilter
Construct a new OrFileFilter with two contained filters.
OrFilenameFilter - Class in org.clapper.util.io
An OrFilenameFilter logically ORs other java.io.FilenameFilter objects.
OrFilenameFilter() - Constructor for class org.clapper.util.io.OrFilenameFilter
Construct a new OrFilenameFilter with no contained filters.
OrFilenameFilter(FilenameFilter...) - Constructor for class org.clapper.util.io.OrFilenameFilter
Construct a new OrFilenameFilter with two contained filters.
org.clapper.util.ant - package org.clapper.util.ant
org.clapper.util.ant - Custom Ant Task Classes.
org.clapper.util.classutil - package org.clapper.util.classutil
 
org.clapper.util.cmdline - package org.clapper.util.cmdline
 
org.clapper.util.config - package org.clapper.util.config
org.clapper.util.config - A Configuration File Parser.
org.clapper.util.html - package org.clapper.util.html
 
org.clapper.util.io - package org.clapper.util.io
org.clapper.util.io - Input/Output Classes.
org.clapper.util.logging - package org.clapper.util.logging
org.clapper.util.logging - Logging Classes.
org.clapper.util.mail - package org.clapper.util.mail
org.clapper.util.mail - Mail Classes.
org.clapper.util.misc - package org.clapper.util.misc
org.clapper.util.misc - Miscellaneous Utility Classes.
org.clapper.util.regex - package org.clapper.util.regex
 
org.clapper.util.scripting - package org.clapper.util.scripting
 
org.clapper.util.scripting.bsf - package org.clapper.util.scripting.bsf
 
org.clapper.util.scripting.javax_script - package org.clapper.util.scripting.javax_script
 
org.clapper.util.text - package org.clapper.util.text
org.clapper.util.text - Text and String Classes.

A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.