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

A

AbstractClassFilter - Class in org.clapper.util.classutil
AbstractClassFilter implements a ClassFilter that matches class names that (a) can be loaded and (b) are abstract.
AbstractClassFilter() - Constructor for class org.clapper.util.classutil.AbstractClassFilter
Construct a new AbstractClassFilter that will accept only abstract classes.
AbstractVariableSubstituter - Class in org.clapper.util.text
Abstract base class for VariableSubstituter classes, containing various useful utility methods.
AbstractVariableSubstituter() - Constructor for class org.clapper.util.text.AbstractVariableSubstituter
Creates a new instance of AbstractVariableSubstituter
accept(ClassInfo, ClassFinder) - Method in class org.clapper.util.classutil.AndClassFilter
Determine whether a class name is to be accepted or not, based on the contained filters.
accept(ClassInfo, ClassFinder) - Method in interface org.clapper.util.classutil.ClassFilter
Tests whether a class name should be included in a class name list.
accept(ClassInfo, ClassFinder) - Method in class org.clapper.util.classutil.ClassModifiersClassFilter
Tests whether a class name should be included in a class name list.
accept(ClassInfo, ClassFinder) - Method in class org.clapper.util.classutil.NotClassFilter
Tests whether a class name should be included in a class name list.
accept(ClassInfo, ClassFinder) - Method in class org.clapper.util.classutil.OrClassFilter
Determine whether a class name is to be accepted or not, based on the contained filters.
accept(ClassInfo, ClassFinder) - Method in class org.clapper.util.classutil.RegexClassFilter
Determine whether a class name is to be accepted or not, based on the regular expression specified to the constructor.
accept(ClassInfo, ClassFinder) - Method in class org.clapper.util.classutil.SubclassClassFilter
Perform the acceptance test on the loaded Class object.
accept(File) - Method in class org.clapper.util.io.AndFileFilter
Determine whether a file is to be accepted or not, based on the contained filters.
accept(File, String) - Method in class org.clapper.util.io.AndFilenameFilter
Determine whether a file is to be accepted or not, based on the contained filters.
accept(File) - Method in class org.clapper.util.io.CombinationFileFilter
Deprecated. Determine whether a file is to be accepted or not, based on the contained filters and the mode.
accept(File, String) - Method in class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Determine whether a file is to be accepted or not, based on the contained filters and the mode.
accept(File) - Method in class org.clapper.util.io.DirectoryFilter
Determine whether the specified file is a directory or not.
accept(File) - Method in class org.clapper.util.io.FileOnlyFilter
Determine whether the specified file is a directory or not.
accept(File, String) - Method in class org.clapper.util.io.MultipleRegexFilenameFilter
Determine whether a file is to be accepted or not, based on the regular expressions in the reject and accept lists.
accept(File) - Method in class org.clapper.util.io.NotFileFilter
Tests whether a file should be included in a file list.
accept(File, String) - Method in class org.clapper.util.io.NotFilenameFilter
Tests whether a file should be included in a file list.
accept(File) - Method in class org.clapper.util.io.OrFileFilter
Determine whether a file is to be accepted or not, based on the contained filters.
accept(File, String) - Method in class org.clapper.util.io.OrFilenameFilter
Determine whether a file is to be accepted or not, based on the contained filters.
accept(File) - Method in class org.clapper.util.io.RegexFileFilter
Determine whether a file is to be accepted or not, based on the regular expressions in the reject and accept lists.
accept(File, String) - Method in class org.clapper.util.io.RegexFilenameFilter
Determine whether a file is to be accepted or not, based on the regular expressions in the reject and accept lists.
acquire(long) - Method in class org.clapper.util.misc.ObjectLockSemaphore
Deprecated. Acquire this semaphore.
acquire() - Method in class org.clapper.util.misc.ObjectLockSemaphore
Deprecated. Acquire this semaphore.
acquire(long) - Method in interface org.clapper.util.misc.Semaphore
Deprecated. Acquire this semaphore.
acquire() - Method in interface org.clapper.util.misc.Semaphore
Deprecated. Acquire this semaphore.
add(File) - Method in class org.clapper.util.classutil.ClassFinder
Add a jar file, zip file or directory to the list of places to search for classes.
add(File[]) - Method in class org.clapper.util.classutil.ClassFinder
Add an array jar files, zip files and/or directories to the list of places to search for classes.
add(Collection<File>) - Method in class org.clapper.util.classutil.ClassFinder
Add a Collection of jar files, zip files and/or directories to the list of places to search for classes.
add(File) - Method in class org.clapper.util.classutil.ClassLoaderBuilder
Add a jar file, zip file or directory to the list of places the not-yet-constructed class loader will search.
add(File[]) - Method in class org.clapper.util.classutil.ClassLoaderBuilder
Add an array of jar files, zip files or directories to the list of places the not-yet-constructed class loader will search.
add(Collection<File>) - Method in class org.clapper.util.classutil.ClassLoaderBuilder
Add a Collection of jar files, zip files or directories to the list of places the not-yet-constructed class loader will search.
add(int, T) - Method in class org.clapper.util.misc.SparseArrayList
Inserts the specified element at the specified position in this list.
addAcceptPattern(String) - Method in class org.clapper.util.io.MultipleRegexFilenameFilter
Add an "accept" pattern to this filter.
addAttachment(String) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message.
addAttachment(String, String) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message.
addAttachment(String, String, String) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message.
addAttachment(String[]) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message from an array of String objects.
addAttachment(String[], String) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message from an array of String objects.
addAttachment(String[], String, String) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message from an array of String objects.
addAttachment(InputStream) - Method in class org.clapper.util.mail.EmailMessage
Add an attachment to this message from an InputStream object.
addAttachment(InputStream, String) - Method in class org.clapper.util.mail.EmailMessage
Add an attachment to this message from an InputStream object.
addAttachment(InputStream, String, String) - Method in class org.clapper.util.mail.EmailMessage
Add a attachment to this message from an InputStream object.
addAttachment(Iterator) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message from an Iterator of String objects.
addAttachment(Iterator, String) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message from an Iterator of String objects.
addAttachment(Iterator, String, String) - Method in class org.clapper.util.mail.EmailMessage
Add a text attachment to this message from an Iterator of String objects.
addAttachment(File) - Method in class org.clapper.util.mail.EmailMessage
Add an attachment from the contents of a file.
addAttachment(File, String) - Method in class org.clapper.util.mail.EmailMessage
Add an attachment from the contents of a file.
addAttachment(File, String, String) - Method in class org.clapper.util.mail.EmailMessage
Add an attachment from the contents of a file.
addBcc(String) - Method in class org.clapper.util.mail.EmailMessage
Add an email address to the list of "Bcc" (blind carbon copy) addresses to receive this message.
addBcc(EmailAddress) - Method in class org.clapper.util.mail.EmailMessage
Add an email address to the list of "Bcc" (blind carbon copy) addresses to receive this message.
addBcc(String[]) - Method in class org.clapper.util.mail.EmailMessage
Add multiple email addresses to the list of "Bcc" addresses to receive this message.
addBcc(Collection<?>) - Method in class org.clapper.util.mail.EmailMessage
Add multiple email addresses to the list of "Bcc" addresses to receive this message.
addCc(String) - Method in class org.clapper.util.mail.EmailMessage
Add an email address to the list of "Cc" addresses to receive this message.
addCc(EmailAddress) - Method in class org.clapper.util.mail.EmailMessage
Add an email address, in the form of an EmailAddress object, to the list of "Cc" addresses to receive this message.
addCc(String[]) - Method in class org.clapper.util.mail.EmailMessage
Add multiple email addresses to the list of "Cc" addresses to receive this message.
addCc(Collection<?>) - Method in class org.clapper.util.mail.EmailMessage
Add multiple email addresses to the list of "Cc" addresses to receive this message.
addClassPath() - Method in class org.clapper.util.classutil.ClassFinder
Add the contents of the system classpath for classes.
addClassPath() - Method in class org.clapper.util.classutil.ClassLoaderBuilder
Add the contents of the classpath.
addCollection(Collection<T>) - Method in class org.clapper.util.misc.MultiIterator
Add a Collection to the end of the list of composite objects being iterated over.
addEnumeration(Enumeration<T>) - Method in class org.clapper.util.misc.MultiIterator
Add an Enumeration to the end of the list of composite objects being iterated over.
addFilter(ClassFilter) - Method in class org.clapper.util.classutil.AndClassFilter
Add a filter to the set of contained filters.
addFilter(ClassFilter) - Method in class org.clapper.util.classutil.OrClassFilter
Add a filter to the set of contained filters.
addFilter(FileFilter) - Method in class org.clapper.util.io.AndFileFilter
Add a filter to the set of contained filters.
addFilter(FilenameFilter) - Method in class org.clapper.util.io.AndFilenameFilter
Add a filter to the set of contained filters.
addFilter(FileFilter) - Method in class org.clapper.util.io.CombinationFileFilter
Deprecated. Add a filter to the set of contained filters.
addFilter(FilenameFilter) - Method in class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Add a filter to the set of contained filters.
addFilter(FileFilter) - Method in class org.clapper.util.io.OrFileFilter
Add a filter to the set of contained filters.
addFilter(FilenameFilter) - Method in class org.clapper.util.io.OrFilenameFilter
Add a filter to the set of contained filters.
addHeader(String, String) - Method in class org.clapper.util.mail.EmailMessage
Add a header to the outgoing message.
addIterator(Iterator<T>) - Method in class org.clapper.util.misc.MultiIterator
Add an Iterator to the end of the list of composite objects being iterated over.
addMap(Map<String, String>) - Method in class org.clapper.util.text.MultipleMapVariableDereferencer
Add a map to the list of maps to use when dereferencing variable values.
addOption(char, String, String) - Method in class org.clapper.util.cmdline.UsageInfo
Add an option and its explanation to the usage information.
addOption(char, String, String, String) - Method in class org.clapper.util.cmdline.UsageInfo
Add an option and its explanation to the usage information.
addParameter(String, String, boolean) - Method in class org.clapper.util.cmdline.UsageInfo
Add a positional parameter (i.e., one that follows the options) and its explanation to the usage information at the end of the list of positional parameters.
addRejectPattern(String) - Method in class org.clapper.util.io.MultipleRegexFilenameFilter
Add an "accept" pattern to this filter.
addRemovalListener(ObjectRemovalListener, boolean) - Method in class org.clapper.util.misc.LRUMap
Add an EventListener that will be called whenever an object is removed from the cache.
addSection(String) - Method in class org.clapper.util.config.Configuration
Add a new section to this configuration data.
addTo(String) - Method in class org.clapper.util.mail.EmailMessage
Add an email address to the list of "To" addresses to receive this message.
addTo(EmailAddress) - Method in class org.clapper.util.mail.EmailMessage
Add an email address, in the form of an EmailAddress object, to the list of "To" addresses to receive this message.
addTo(String[]) - Method in class org.clapper.util.mail.EmailMessage
Add multiple email addresses to the list of "To" addresses to receive this message.
addTo(Collection<?>) - Method in class org.clapper.util.mail.EmailMessage
Add multiple email addresses to the list of "To" addresses to receive this message.
addToCount(int) - Method in class org.clapper.util.misc.ObjectLockSemaphore
Deprecated. Increment the semaphore's current value, as well as its maximum value.
addToCount(int) - Method in interface org.clapper.util.misc.Semaphore
Deprecated. Increment the semaphore's current value, as well as its maximum value.
addUsagePrologue(String) - Method in class org.clapper.util.cmdline.UsageInfo
Add a prologue to be displayed before the standard usage message.
addUsageTrailer(String) - Method in class org.clapper.util.cmdline.UsageInfo
Add a trailer to be displayed after the standard usage message.
AND_FILTERS - Static variable in class org.clapper.util.io.CombinationFileFilter
Deprecated. Convenience constant for backward compatibility: Mode setting that instructs the filter to AND all the contained filters.
AND_FILTERS - Static variable in class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Convenience constant for backward compatibility: Mode setting that instructs the filter to AND all the contained filters.
AndClassFilter - Class in org.clapper.util.classutil
An AndClassFilter logically ANDs other ClassFilter objects.
AndClassFilter() - Constructor for class org.clapper.util.classutil.AndClassFilter
Construct a new AndClassFilter with no contained filters.
AndClassFilter(ClassFilter...) - Constructor for class org.clapper.util.classutil.AndClassFilter
Construct a new AndClassFilter with a set of contained filters.
AndFileFilter - Class in org.clapper.util.io
An AndFileFilter contains logically ANDs other java.io.FileFilter objects.
AndFileFilter() - Constructor for class org.clapper.util.io.AndFileFilter
Construct a new AndFileFilter with no contained filters.
AndFileFilter(FileFilter...) - Constructor for class org.clapper.util.io.AndFileFilter
Construct a new AndFileFilter with a set of contained filters.
AndFilenameFilter - Class in org.clapper.util.io
An AndFilenameFilter logically ANDs other java.io.FilenameFilter objects.
AndFilenameFilter() - Constructor for class org.clapper.util.io.AndFilenameFilter
Construct a new AndFilenameFilter with no contained filters.
AndFilenameFilter(FilenameFilter...) - Constructor for class org.clapper.util.io.AndFilenameFilter
Construct a new AndFilenameFilter with a set of contained filters.
append(boolean) - Method in class org.clapper.util.text.XStringBufBase
Append the string representation of a boolean value to the buffer.
append(char) - Method in class org.clapper.util.text.XStringBufBase
Append the specified character to the buffer.
append(char[]) - Method in class org.clapper.util.text.XStringBufBase
Append the specified array of characters to the buffer.
append(char[], int, int) - Method in class org.clapper.util.text.XStringBufBase
Append the specified characters in a character array to the buffer.
append(double) - Method in class org.clapper.util.text.XStringBufBase
Append the string representation of a double value to the buffer.
append(float) - Method in class org.clapper.util.text.XStringBufBase
Append the string representation of a float value to the buffer.
append(int) - Method in class org.clapper.util.text.XStringBufBase
Append the string representation of a int value to the buffer.
append(long) - Method in class org.clapper.util.text.XStringBufBase
Append the string representation of a long value to the buffer.
append(Object) - Method in class org.clapper.util.text.XStringBufBase
Append the string representation of an object to the buffer.
append(short) - Method in class org.clapper.util.text.XStringBufBase
Append the string representation of a short value to the buffer.
append(String) - Method in class org.clapper.util.text.XStringBufBase
Append the specified string to the buffer.
append(CharSequence) - Method in class org.clapper.util.text.XStringBufBase
Append the entire contents of the specified CharSequence to the buffer.
append(CharSequence, int, int) - Method in class org.clapper.util.text.XStringBufBase
Append a subsequence of the specified CharSequence to the buffer.
ArrayIterator<T> - Class in org.clapper.util.misc
The ArrayIterator class provides a bridge between an array of objects and an Iterator.
ArrayIterator(T[]) - Constructor for class org.clapper.util.misc.ArrayIterator
Allocate a new ArrayIterator object that will iterate over the specified array of objects.
ArrayIterator(T[], int) - Constructor for class org.clapper.util.misc.ArrayIterator
Allocate a new ArrayIterator object that will iterate over the specified array of objects, starting at a particular index.

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.