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

E

EM_DASH - Static variable in class org.clapper.util.text.Unicode
Em dash
EM_SPACE - Static variable in class org.clapper.util.text.Unicode
Em space
EmailAddress - Class in org.clapper.util.mail
This class encodes an RFC822-compliant email address is a simplified container, hiding the gory details of the underlying Java Mail API.
EmailAddress(String) - Constructor for class org.clapper.util.mail.EmailAddress
Constructs a new EmailMessage object from an email address string.
EmailAddress(EmailAddress) - Constructor for class org.clapper.util.mail.EmailAddress
Constructs a new copy of an existing EmailMessage object.
EmailException - Exception in org.clapper.util.mail
A EmailException is thrown by the various email classes to signify errors in a configuration file.
EmailException() - Constructor for exception org.clapper.util.mail.EmailException
Default constructor, for an exception with no nested exception and no message.
EmailException(Throwable) - Constructor for exception org.clapper.util.mail.EmailException
Constructs an exception containing another exception, but no message of its own.
EmailException(String) - Constructor for exception org.clapper.util.mail.EmailException
Constructs an exception containing an error message, but no nested exception.
EmailException(String, Throwable) - Constructor for exception org.clapper.util.mail.EmailException
Constructs an exception containing another exception and a message.
EmailException(String, String, String) - Constructor for exception org.clapper.util.mail.EmailException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
EmailException(String, String, String, Object[]) - Constructor for exception org.clapper.util.mail.EmailException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
EmailException(String, String, String, Throwable) - Constructor for exception org.clapper.util.mail.EmailException
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.
EmailException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.mail.EmailException
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.
EmailMessage - Class in org.clapper.util.mail
The EmailMessage class is a simplified front-end to a portion of Sun's Java Mail API.
EmailMessage() - Constructor for class org.clapper.util.mail.EmailMessage
Constructs a new EmailMessage object.
EmailMessage(String) - Constructor for class org.clapper.util.mail.EmailMessage
Constructs a new EmailMessage object, with the specified sender address.
EmailTransport - Interface in org.clapper.util.mail
EmailTransport defines the interface for classes that can send EmailMessage objects.
EN_DASH - Static variable in class org.clapper.util.text.Unicode
En dash
EN_SPACE - Static variable in class org.clapper.util.text.Unicode
En space
enableLogging() - Static method in class org.clapper.util.logging.Logger
Enable logging by instantiating the underlying Log objects.
encodeMetacharacters(int, int) - Method in class org.clapper.util.text.XStringBufBase
Replaces certain characters in the string buffer with Java metacharacter ("backslash") sequences.
encodeMetacharacters() - Method in class org.clapper.util.text.XStringBufBase
A version of encodeMetacharacters that processes the entire string buffer.
encodeNumber(long, int, char[], StringBuilder) - Static method in class org.clapper.util.text.TextUtil
Encode a long integer in an arbitrary base; the caller specifies an array of digit characters to be used for the encoding.
encodeNumber(short, int, char[], StringBuilder) - Static method in class org.clapper.util.text.TextUtil
Encode a short integer in an arbitrary base; the caller specifies an array of digit characters to be used for the encoding.
encodeNumber(int, int, char[], StringBuilder) - Static method in class org.clapper.util.text.TextUtil
Encode an integer in an arbitrary base; the caller specifies an array of digit characters to be used for the encoding.
endTestSuite(JUnitTest) - Method in class org.clapper.util.ant.JUnitSummaryFormatter
Extends the base class's method to display the test suite name before each summary result.
ensureCapacity(int) - Method in class org.clapper.util.text.XStringBuffer
Ensure that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class org.clapper.util.text.XStringBuilder
Ensure that the capacity of the buffer is at least equal to the specified minimum.
entrySet() - Method in class org.clapper.util.misc.FileHashMap
Returns a "thin" set view of the mappings contained in this map.
entrySet() - Method in class org.clapper.util.misc.LRUMap
Get a set view of the mappings in this map.
entrySet() - Method in class org.clapper.util.misc.MultiValueMap
Returns an unmodifiable Set view of the mappings contained in this map.
entrySet() - Method in class org.clapper.util.misc.PropertiesMap
Get a set view of the mappings in this map.
EnumerationIterator<T> - Class in org.clapper.util.misc
The EnumerationIterator class is an adapter that makes a java.util.Enumeration object look and behave like a java.util.Iterator objects.
EnumerationIterator(Enumeration<T>) - Constructor for class org.clapper.util.misc.EnumerationIterator
Allocate a new EnumerationIterator object that will forward its calls to the specified Enumeration.
equals(Object) - Method in class org.clapper.util.io.FileNameComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class org.clapper.util.mail.EmailAddress
Determine whether this email address is equivalent to another email address, by comparing the normalized address strings.
equals(Object) - Method in class org.clapper.util.mail.MultipartSubtype
Determine whether this object is equivalent to another.
equals(Object) - Method in class org.clapper.util.misc.FileHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class org.clapper.util.misc.MultiValueMap
Compares the specified object with this map for equality.
error(Object) - Method in class org.clapper.util.logging.Logger
Log a message with error log level.
error(Object, Throwable) - Method in class org.clapper.util.logging.Logger
Log an error with error log level.
escapeHTML(String) - Static method in class org.clapper.util.html.HTMLUtil
Escape characters that are special in HTML, so that the resulting string can be included in HTML (or XML).
eval(String) - Method in class org.clapper.util.scripting.bsf.BSFScriptEngine
Evaluate a script or a script snippet and return the value of the evaluation.
eval(String) - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngine
Evaluate a script or a script snippet and return the value of the evaluation.
eval(String) - Method in class org.clapper.util.scripting.UnifiedScriptEngine
Evaluate a script or a script snippet and return the value of the evaluation.
exec(UnifiedCompiledScript) - Method in class org.clapper.util.scripting.bsf.BSFScriptEngine
Execute a previously compiled script.
exec(Reader) - Method in class org.clapper.util.scripting.bsf.BSFScriptEngine
Execute a script.
exec(UnifiedCompiledScript) - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngine
Execute a previously compiled script.
exec(Reader) - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngine
Execute a script.
exec(Reader) - Method in class org.clapper.util.scripting.UnifiedScriptEngine
Execute a script.
exec(File) - Method in class org.clapper.util.scripting.UnifiedScriptEngine
Execute a script.
exec(String) - Method in class org.clapper.util.scripting.UnifiedScriptEngine
Execute a script.
exec(UnifiedCompiledScript) - Method in class org.clapper.util.scripting.UnifiedScriptEngine
Execute a previously compiled script.
execute() - Method in class org.clapper.util.ant.HostnameTask
Execute the Ant task, retrieving the host name and storing it in the property.
execute() - Method in class org.clapper.util.ant.MakeBuildInfoTask
Execute the Ant task, retrieving the host name and storing it in the property.
execute(String[]) - Method in class org.clapper.util.cmdline.CommandLineUtility
Called to initiate execution of the command line utility.

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.