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

C

capacity() - Method in class org.clapper.util.text.XStringBuffer
Return the current capacity of the buffer (i.e., the number of characters left before truncation will occur).
capacity() - Method in class org.clapper.util.text.XStringBuilder
Return the current capacity of the buffer (i.e., the number of characters left before truncation will occur).
centerString(String, int) - Static method in class org.clapper.util.text.TextUtil
Center a string in a fixed-width field, using blanks for padding.
centerString(String, int, char) - Static method in class org.clapper.util.text.TextUtil
Center a string in a fixed-width field, using the specified character for padding.
charAt(int) - Method in class org.clapper.util.text.XStringBufBase
Return the character at a specified index in the buffer.
charToUnicodeEscape(char, StringBuilder) - Static method in class org.clapper.util.text.TextUtil
Convert a character to its corresponding Unicode escape sequence.
charToUnicodeEscape(char) - Static method in class org.clapper.util.text.TextUtil
Convert a character to its corresponding Unicode escape sequence.
checkError() - Method in class org.clapper.util.io.JustifyTextWriter
Flush the stream and check its error state.
checkError() - Method in class org.clapper.util.io.WordWrapWriter
Flush the stream and check its error state.
ClassFilter - Interface in org.clapper.util.classutil
Instances of classes that implement this interface are used, with a ClassFinder object, to filter class names.
ClassFinder - Class in org.clapper.util.classutil
A ClassFinder object is used to find classes.
ClassFinder() - Constructor for class org.clapper.util.classutil.ClassFinder
Create a new ClassFinder that will search for classes using the default class loader.
ClassInfo - Class in org.clapper.util.classutil
Holds information about a loaded class in a way that doesn't rely on the underlying API used to load the class information.
ClassInfo(File) - Constructor for class org.clapper.util.classutil.ClassInfo
Create a ClassInfo object from a file.
ClassInfo(InputStream) - Constructor for class org.clapper.util.classutil.ClassInfo
Create a ClassInfo object from an InputStream.
ClassLoaderBuilder - Class in org.clapper.util.classutil
A ClassLoaderBuilder is used to build an alternate class loader that includes additional jar files, zip files and/or directories in its load path.
ClassLoaderBuilder() - Constructor for class org.clapper.util.classutil.ClassLoaderBuilder
Create a new ClassLoaderBuilder.
ClassModifiersClassFilter - Class in org.clapper.util.classutil
ClassModifiersClassFilter is a ClassFilter that matches class names that (a) can be loaded and (b) match a set of class modifiers (as defined by the constants in the java.lang.reflect.Modifier class).
ClassModifiersClassFilter(int) - Constructor for class org.clapper.util.classutil.ClassModifiersClassFilter
Construct a new ClassModifiersClassFilter that will accept any classes with the specified modifiers.
ClassUtil - Class in org.clapper.util.classutil
Miscellaneous class-related utility methods.
ClassUtilException - Exception in org.clapper.util.classutil
Thrown to indicate that an object already exists when it was expected not to exist.
ClassUtilException() - Constructor for exception org.clapper.util.classutil.ClassUtilException
Default constructor, for an exception with no nested exception and no message.
ClassUtilException(Throwable) - Constructor for exception org.clapper.util.classutil.ClassUtilException
Constructs an exception containing another exception, but no message of its own.
ClassUtilException(String) - Constructor for exception org.clapper.util.classutil.ClassUtilException
Constructs an exception containing an error message, but no nested exception.
ClassUtilException(String, Throwable) - Constructor for exception org.clapper.util.classutil.ClassUtilException
Constructs an exception containing another exception and a message.
ClassUtilException(String, String, String) - Constructor for exception org.clapper.util.classutil.ClassUtilException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
ClassUtilException(String, String, String, Object[]) - Constructor for exception org.clapper.util.classutil.ClassUtilException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
ClassUtilException(String, String, String, Throwable) - Constructor for exception org.clapper.util.classutil.ClassUtilException
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.
ClassUtilException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.classutil.ClassUtilException
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.
clear() - Method in class org.clapper.util.classutil.ClassFinder
Clear the finder's notion of where to search.
clear() - Method in class org.clapper.util.classutil.ClassLoaderBuilder
Clear the stored files in this object.
clear() - Method in class org.clapper.util.config.Configuration
Clear this object of all configuration data.
clear() - Method in class org.clapper.util.mail.EmailMessage
Clear the message.
clear() - Method in class org.clapper.util.misc.FileHashMap
Removes all mappings from this map.
clear() - Method in class org.clapper.util.misc.LRUMap
Remove all mappings from this map.
clear() - Method in class org.clapper.util.misc.MultiValueMap
Removes all mappings from this map.
clear() - Method in class org.clapper.util.misc.OrderedHashMap
Deprecated. Remove all mappings from this map.
clear() - Method in class org.clapper.util.misc.PropertiesMap
Remove all mappings from this map.
clear() - Method in class org.clapper.util.text.XStringBufBase
Removes all characters from the buffer leaving it empty.
clearAllAttachments() - Method in class org.clapper.util.mail.EmailMessage
Clear all attachments from this message.
clearAllRecipients() - Method in class org.clapper.util.mail.EmailMessage
Clear all recipient addresses from this message.
clearBcc() - Method in class org.clapper.util.mail.EmailMessage
Clear the list of "Bcc" addresses in this message, without clearing the "Cc" or "To" lists.
clearBindings() - Method in class org.clapper.util.scripting.bsf.BSFScriptEngineManager
Clear all current bindings.
clearBindings() - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngineManager
Clear all current bindings.
clearBindings() - Method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Clear all current bindings.
clearCc() - Method in class org.clapper.util.mail.EmailMessage
Clear the list of "Cc" addresses in this message, without clearing the "To" or "Bcc" lists.
clearSubject() - Method in class org.clapper.util.mail.EmailMessage
Clear this message's subject.
clearText() - Method in class org.clapper.util.mail.EmailMessage
Clear the text portion of this message.
clearTo() - Method in class org.clapper.util.mail.EmailMessage
Clear the list of "To" addresses in this message, without clearing the "Cc" or "Bcc" lists.
clone() - Method in class org.clapper.util.mail.EmailAddress
Clone this object.
clone() - Method in class org.clapper.util.misc.LRUMap
Returns a shallow copy of this instance.
clone() - Method in class org.clapper.util.misc.MultiValueMap
Returns a shallow copy of this MultivalueMap instance.
clone() - Method in class org.clapper.util.misc.OrderedHashMap
Deprecated. Returns a shallow copy of this instance.
close() - Method in class org.clapper.util.io.JustifyTextWriter
Close the stream, flushing it first.
close() - Method in class org.clapper.util.io.WordWrapWriter
Close the stream, flushing it first.
close() - Method in class org.clapper.util.io.XMLWriter
Close this Writer
close() - Method in class org.clapper.util.io.Zipper
Close the Zipper object, flushing any changes to and closing the underlying zip or jar file.
close() - Method in class org.clapper.util.misc.FileHashMap
Close this map.
CombinationFileFilter - Class in org.clapper.util.io
Deprecated. Use AndFileFilter and OrFileFilter
CombinationFileFilter() - Constructor for class org.clapper.util.io.CombinationFileFilter
Deprecated. Construct a new CombinationFileFilter with a mode of CombinationFileFilter.AND_FILTERS.
CombinationFileFilter(CombinationFilterMode) - Constructor for class org.clapper.util.io.CombinationFileFilter
Deprecated. Construct a new CombinationFileFilter with the specified mode.
CombinationFilenameFilter - Class in org.clapper.util.io
Deprecated. Use AndFilenameFilter and OrFilenameFilter
CombinationFilenameFilter() - Constructor for class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Construct a new CombinationFilenameFilter with a mode of CombinationFilenameFilter.AND_FILTERS.
CombinationFilenameFilter(CombinationFilterMode) - Constructor for class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Construct a new CombinationFilenameFilter with the specified mode.
CombinationFilterMode - Enum in org.clapper.util.io
Used solely to define type-safe mode values for CombinationFilenameFilter and CombinationFileFilter.
CommandLineException - Exception in org.clapper.util.cmdline
Thrown by a command-line utility when an error occurs while running the command.
CommandLineException() - Constructor for exception org.clapper.util.cmdline.CommandLineException
Default constructor, for an exception with no nested exception and no message.
CommandLineException(Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineException
Constructs an exception containing another exception, but no message of its own.
CommandLineException(String) - Constructor for exception org.clapper.util.cmdline.CommandLineException
Constructs an exception containing an error message, but no nested exception.
CommandLineException(String, Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineException
Constructs an exception containing another exception and a message.
CommandLineException(String, String, String) - Constructor for exception org.clapper.util.cmdline.CommandLineException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CommandLineException(String, String, String, Object[]) - Constructor for exception org.clapper.util.cmdline.CommandLineException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CommandLineException(String, String, String, Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineException
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.
CommandLineException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineException
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.
CommandLineUsageException - Exception in org.clapper.util.cmdline
Thrown by a command-line utility to indicate an error on the command line.
CommandLineUsageException() - Constructor for exception org.clapper.util.cmdline.CommandLineUsageException
Default constructor, for an exception with no nested exception and no message.
CommandLineUsageException(Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineUsageException
Constructs an exception containing another exception, but no message of its own.
CommandLineUsageException(String) - Constructor for exception org.clapper.util.cmdline.CommandLineUsageException
Constructs an exception containing an error message, but no nested exception.
CommandLineUsageException(String, Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineUsageException
Constructs an exception containing another exception and a message.
CommandLineUsageException(String, String, String) - Constructor for exception org.clapper.util.cmdline.CommandLineUsageException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CommandLineUsageException(String, String, String, Object[]) - Constructor for exception org.clapper.util.cmdline.CommandLineUsageException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CommandLineUsageException(String, String, String, Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineUsageException
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.
CommandLineUsageException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineUsageException
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.
CommandLineUserException - Exception in org.clapper.util.cmdline
Thrown to indicate a user error other than a usage exception.
CommandLineUserException() - Constructor for exception org.clapper.util.cmdline.CommandLineUserException
Default constructor, for an exception with no nested exception and no message.
CommandLineUserException(Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineUserException
Constructs an exception containing another exception, but no message of its own.
CommandLineUserException(String) - Constructor for exception org.clapper.util.cmdline.CommandLineUserException
Constructs an exception containing an error message, but no nested exception.
CommandLineUserException(String, Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineUserException
Constructs an exception containing another exception and a message.
CommandLineUserException(String, String, String) - Constructor for exception org.clapper.util.cmdline.CommandLineUserException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CommandLineUserException(String, String, String, Object[]) - Constructor for exception org.clapper.util.cmdline.CommandLineUserException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
CommandLineUserException(String, String, String, Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineUserException
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.
CommandLineUserException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.cmdline.CommandLineUserException
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.
CommandLineUtility - Class in org.clapper.util.cmdline
CommandLineUtility is an abstract base class for command-line utilities.
CommandLineUtility() - Constructor for class org.clapper.util.cmdline.CommandLineUtility
Constructor.
compare(Object, Object) - Method in class org.clapper.util.io.FileNameComparator
Compares its two arguments for order.
compareTo(Object) - Method in class org.clapper.util.mail.EmailAddress
Compare two email addresses.
compile(Reader) - Method in class org.clapper.util.scripting.bsf.BSFScriptEngine
Compile a script, if possible, returning an object that implements the UnifiedCompiledScript interface.
compile(Reader) - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngine
Compile a script, if possible, returning an object that implements the UnifiedCompiledScript interface.
compile(Reader) - Method in class org.clapper.util.scripting.UnifiedScriptEngine
Compile a script, if possible, returning an object that implements the UnifiedCompiledScript interface.
compile(String) - Method in class org.clapper.util.scripting.UnifiedScriptEngine
Compile a script, if possible, returning an object that implements the UnifiedCompiledScript interface.
compile(File) - Method in class org.clapper.util.scripting.UnifiedScriptEngine
Compile a script, if possible, returning an object that implements the UnifiedCompiledScript interface.
Configuration - Class in org.clapper.util.config
Configuration implements a parser, generator and in-memory store for a configuration file whose syntax is reminiscent of classic Windows .INI files, though with many extensions.
Configuration() - Constructor for class org.clapper.util.config.Configuration
Construct an empty Configuration object.
Configuration(File) - Constructor for class org.clapper.util.config.Configuration
Deprecated. as of 2.3 (unsafe); use Configuration.load(File) instead
Configuration(String) - Constructor for class org.clapper.util.config.Configuration
Deprecated. as of version 2.3 (unsafe); use Configuration.load(File) instead
Configuration(URL) - Constructor for class org.clapper.util.config.Configuration
Deprecated. as of version 2.3 (unsafe); use Configuration.load(File) instead
Configuration(InputStream) - Constructor for class org.clapper.util.config.Configuration
Deprecated. as of version 2.3 (unsafe); use Configuration.load(File) instead
ConfigurationException - Exception in org.clapper.util.config
A ConfigurationException is thrown by the Configuration class to signify errors in a configuration file.
ConfigurationException() - Constructor for exception org.clapper.util.config.ConfigurationException
Default constructor, for an exception with no nested exception and no message.
ConfigurationException(Throwable) - Constructor for exception org.clapper.util.config.ConfigurationException
Constructs an exception containing another exception, but no message of its own.
ConfigurationException(String) - Constructor for exception org.clapper.util.config.ConfigurationException
Constructs an exception containing an error message, but no nested exception.
ConfigurationException(String, Throwable) - Constructor for exception org.clapper.util.config.ConfigurationException
Constructs an exception containing another exception and a message.
ConfigurationException(String, String) - Constructor for exception org.clapper.util.config.ConfigurationException
Constructs an exception containing a configuration file section name and a message.
ConfigurationException(String, String, String) - Constructor for exception org.clapper.util.config.ConfigurationException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
ConfigurationException(String, String, String, Object[]) - Constructor for exception org.clapper.util.config.ConfigurationException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
ConfigurationException(String, String, String, Throwable) - Constructor for exception org.clapper.util.config.ConfigurationException
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.
ConfigurationException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.config.ConfigurationException
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.
containsEntry(String) - Method in class org.clapper.util.io.Zipper
Determine whether an entry with the specified name has been written to the zip file.
containsKey(Object) - Method in class org.clapper.util.misc.FileHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.clapper.util.misc.LRUMap
Determine whether this map contains a mapping for a given key.
containsKey(Object) - Method in class org.clapper.util.misc.MultiValueMap
Returns true if this map contains at least one value for the specified key.
containsKey(Object) - Method in class org.clapper.util.misc.PropertiesMap
Determine whether this map contains a mapping for a given key.
containsKeyValue(K, V) - Method in class org.clapper.util.misc.MultiValueMap
Returns true if this map contains the specified value for the specified key.
containsSection(String) - Method in class org.clapper.util.config.Configuration
Determine whether this object contains a specified section.
containsValue(Object) - Method in class org.clapper.util.misc.FileHashMap
Returns true if this map maps one or more keys that are mapped to the specified value.
containsValue(Object) - Method in class org.clapper.util.misc.LRUMap
Determine whether this map contains a given value.
containsValue(Object) - Method in class org.clapper.util.misc.MultiValueMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.clapper.util.misc.PropertiesMap
Determine whether this map contains a given value.
convertCharacterEntities(String) - Static method in class org.clapper.util.html.HTMLUtil
Converts all inline HTML character entities (c.f., http://www.w3.org/TR/REC-html40/sgml/entities.html) to their Unicode character counterparts, if possible.
convertCharacterEntities(String) - Static method in class org.clapper.util.text.HTMLUtil
Deprecated. Use HTMLUtil.convertCharacterEntities(java.lang.String)
convertToTimeZone(TimeZone) - Method in class org.clapper.util.misc.XDate
Convert this date from its time zone to another.
copyFile(File, File) - Static method in class org.clapper.util.io.FileUtil
Copy one file to another.
copyReader(Reader, Writer, int) - Static method in class org.clapper.util.io.FileUtil
Copy characters from a reader to a writer.
copyReader(Reader, Writer) - Static method in class org.clapper.util.io.FileUtil
Copy characters from a reader to a writer, using a default buffer size.
COPYRIGHT_SIGN - Static variable in class org.clapper.util.text.Unicode
Copyright symbol.
copyStream(InputStream, OutputStream) - Static method in class org.clapper.util.io.FileUtil
Copy an InputStream to an OutputStream.
copyStream(InputStream, OutputStream, int) - Static method in class org.clapper.util.io.FileUtil
Copy an InputStream to an OutputStream.
copyTextFile(File, String, File, String) - Static method in class org.clapper.util.io.FileUtil
Copy one file to another, character by character, possibly doing character set conversions
createClassLoader() - Method in class org.clapper.util.classutil.ClassLoaderBuilder
Create and return a class loader that will search the additional places defined in this builder.
createClassLoader(ClassLoader) - Method in class org.clapper.util.classutil.ClassLoaderBuilder
Create and return a class loader that will search the additional places defined in this builder.

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.