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

G

get(Object) - Method in class org.clapper.util.misc.FileHashMap
Returns the value associated with the the specified key.
get(Object) - Method in class org.clapper.util.misc.LRUMap
Retrieve an object from the map.
get(Object) - Method in class org.clapper.util.misc.MultiValueMap
Synonym for MultiValueMap.getFirstValueForKey(K), required by the Map interface.
get(Object) - Method in class org.clapper.util.misc.PropertiesMap
Retrieve an object from the map.
get(String) - Method in class org.clapper.util.scripting.bsf.BSFScriptEngineManager
Get the value for a specified key in the object bindings.
get(String) - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngineManager
Get the value for a specified key in the object bindings.
get(String) - Method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Get the value for a specified key in the object bindings.
getAbortOnSyntaxError() - Method in class org.clapper.util.text.AbstractVariableSubstituter
Get the value of the flag that controls whether the substitute() methods will abort when they encounter a syntax error.
getAbortOnSyntaxError() - Method in interface org.clapper.util.text.VariableSubstituter
Get the value of the flag that controls whether the substitute() methods will abort when they encounter a syntax error.
getAbortOnUndefinedVariable() - Method in class org.clapper.util.config.Configuration
Get the value of the flag that controls whether the Configuration object will abort when it encounters an undefined variable.
getAbortOnUndefinedVariable() - Method in class org.clapper.util.text.AbstractVariableSubstituter
Get the value of the flag that controls whether the substitute() methods will abort when they encounter an undefined variable.
getAbortOnUndefinedVariable() - Method in interface org.clapper.util.text.VariableSubstituter
Get the value of the flag that controls whether the substitute() methods will abort when they encounter an undefined variable.
getAddress() - Method in class org.clapper.util.mail.EmailAddress
Get the RFC822-compliant email address string associated with this EmailAddress object.
getApplicationName() - Method in class org.clapper.util.misc.VersionBase
Get the application name.
getApplicationNameKey() - Method in class org.clapper.util.misc.Version
Get the key for the name of the utility or application.
getApplicationNameKey() - Method in class org.clapper.util.misc.VersionBase
Get the key for the name of the utility or application.
getAttachment(int) - Method in class org.clapper.util.mail.EmailMessage
Get an attachment from the message.
getAttachmentContentType(int) - Method in class org.clapper.util.mail.EmailMessage
Get the content type (i.e., MIME type) of a given attachment.
getBcc() - Method in class org.clapper.util.mail.EmailMessage
Get the list of "Bcc" addresses to which this message will be sent.
getBindings() - Method in class org.clapper.util.scripting.bsf.BSFScriptEngineManager
Get the global object bindings.
getBindings() - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngineManager
Get the global object bindings.
getBindings() - Method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Get the global object bindings.
getBufferAsAppendable() - Method in class org.clapper.util.text.XStringBufBase
Get the underlying buffer (e.g., StringBuffer, StringBuilder) as an Appender object.
getBufferAsAppendable() - Method in class org.clapper.util.text.XStringBuffer
Get the underlying buffer (e.g., StringBuffer, StringBuilder) as an Appender object.
getBufferAsAppendable() - Method in class org.clapper.util.text.XStringBuilder
Get the underlying buffer (e.g., StringBuilder, StringBuilder) as an Appender object.
getBufferAsCharSequence() - Method in class org.clapper.util.text.XStringBufBase
Get the underlying buffer (e.g., StringBuffer, StringBuilder) as a CharSequence object.
getBufferAsCharSequence() - Method in class org.clapper.util.text.XStringBuffer
Get the underlying buffer (e.g., StringBuffer, StringBuilder) as a CharSequence object.
getBufferAsCharSequence() - Method in class org.clapper.util.text.XStringBuilder
Get the underlying buffer (e.g., StringBuilder, StringBuilder) as a CharSequence object.
getBuildAntVersion() - Method in class org.clapper.util.misc.BuildInfo
Get the version of Ant used during the build process.
getBuildDate() - Method in class org.clapper.util.misc.BuildInfo
Get the build date, as a string, from the resource bundle.
getBuildID() - Method in class org.clapper.util.misc.BuildInfo
Get the build ID string.
getBuildInfoBundleName() - Method in class org.clapper.util.misc.Version
Get the class name of the build info resource bundle, which contains data about when the product was built, generated (presumably) during the build by BuildInfo.makeBuildInfoBundle().
getBuildInfoBundleName() - Method in class org.clapper.util.misc.VersionBase
Get the class name of the build info resource bundle, which contains data about when the product was built, generated (presumably) during the build by BuildInfo.makeBuildInfoBundle().
getBuildJavaCompiler() - Method in class org.clapper.util.misc.BuildInfo
Get the Java compiler used during the build.
getBuildJavaVM() - Method in class org.clapper.util.misc.BuildInfo
Get the string that identifies the Java virtual machine that was used during the build.
getBuildOperatingSystem() - Method in class org.clapper.util.misc.BuildInfo
Get the string that identifies the operating system where the build occurred.
getBuildUserID() - Method in class org.clapper.util.misc.BuildInfo
Get the string that identifies the user who built the software.
getCc() - Method in class org.clapper.util.mail.EmailMessage
Get the list of "Cc" addresses to which this message will be sent.
getChars(int, int, char[], int) - Method in class org.clapper.util.text.XStringBufBase
Copy the some or all of the contents of the buffer into a character array.
getChars(int, int, char[], int) - Method in class org.clapper.util.text.XStringBuffer
Copy the some or all of the contents of the buffer into a character array.
getChars(int, int, char[], int) - Method in class org.clapper.util.text.XStringBuilder
Copy the some or all of the contents of the buffer into a character array.
getClassLocation() - Method in class org.clapper.util.classutil.ClassInfo
Get the location (the jar file, zip file or directory) where the class was found.
getClassName() - Method in class org.clapper.util.classutil.ClassInfo
Get the class name.
getCollection(K) - Method in class org.clapper.util.misc.MultiValueMap
Returns an unmodifiable Collection containing all values associated with the the specified key.
getCommandName() - Method in class org.clapper.util.cmdline.UsageInfo
Get the command name to be used in the usage output.
getConfigurationFileURL() - Method in class org.clapper.util.config.Configuration
Get the URL of the configuration file, if available.
getConfigurationTokens(String, String) - Method in class org.clapper.util.config.Configuration
Get the value for a variable as a series of tokens.
getConfigurationValue(String, String) - Method in class org.clapper.util.config.Configuration
Get the value for a variable.
getContentType() - Method in class org.clapper.util.mail.StringDataSource
Get the content type (i.e., the MIME type) associated with the underlying string's content.
getCopyright() - Method in class org.clapper.util.misc.VersionBase
Get the copyright string.
getCopyrightKey() - Method in class org.clapper.util.misc.Version
Get the key for the copyright string.
getCopyrightKey() - Method in class org.clapper.util.misc.VersionBase
Get the key for the copyright string.
getCustomUsageInfo(UsageInfo) - Method in class org.clapper.util.cmdline.CommandLineUtility
Called by parseParams() to get the custom command-line options and parameters handled by the subclass.
getDefaultEncoding() - Static method in class org.clapper.util.io.FileUtil
Get the virtual machine's default encoding.
getDuration() - Method in class org.clapper.util.text.Duration
Get the stored duration value, in milliseconds.
getEngineByExtension(String) - Method in class org.clapper.util.scripting.bsf.BSFScriptEngineManager
Get a UnifiedScriptEngine for the specified language, by mapping a file name extension to the language.
getEngineByExtension(String) - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngineManager
Get a UnifiedScriptEngine for the specified language, by mapping a file name extension to the language.
getEngineByExtension(String) - Method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Get a UnifiedScriptEngine for the specified language, by mapping a file name extension to the language.
getEngineByName(String) - Method in class org.clapper.util.scripting.bsf.BSFScriptEngineManager
Get a UnifiedScriptEngine for the specified language.
getEngineByName(String) - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngineManager
Get a UnifiedScriptEngine for the specified language.
getEngineByName(String) - Method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Get a UnifiedScriptEngine for the specified language.
getEngineForFile(File) - Method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Get a UnifiedScriptEngine for a given file, by using the file's extension.
getExpectedVersion() - Method in exception org.clapper.util.misc.VersionMismatchException
Get the expected version string from this exception.
getFile() - Method in class org.clapper.util.io.Zipper
Get the File object that describes the underlying Jar or zip file to which this Zipper object is writing.
getFileNameExtension(File) - Static method in class org.clapper.util.io.FileUtil
Get the extension for a path or file name.
getFileNameExtension(String) - Static method in class org.clapper.util.io.FileUtil
Get the extension for a path or file name.
getFileNameNoExtension(File) - Static method in class org.clapper.util.io.FileUtil
Get the name of a file without its extension.
getFileNameNoExtension(String) - Static method in class org.clapper.util.io.FileUtil
Get the name of a file without its extension.
getFilters() - Method in class org.clapper.util.classutil.AndClassFilter
Get the contained filters, as an unmodifiable collection.
getFilters() - Method in class org.clapper.util.classutil.OrClassFilter
Get the contained filters, as an unmodifiable collection.
getFirstValueForKey(K) - Method in class org.clapper.util.misc.MultiValueMap
Returns the first value in the set of values associated with a key.
getFoundVersion() - Method in exception org.clapper.util.misc.VersionMismatchException
Get the found version string from this exception.
getHonorEscapes() - Method in class org.clapper.util.text.UnixShellVariableSubstituter
Get the value of the flag that controls whether or not the substitute() method will honor backslash escapes within variable references.
getIndentation() - Method in class org.clapper.util.io.WordWrapWriter
Retrieve the current indentation setting for wrapped lines.
getIndentationChar() - Method in class org.clapper.util.io.WordWrapWriter
Get the current indentation character.
getInitialCapacity() - Method in class org.clapper.util.misc.LRUMap
Get the initial capacity of this LRUMap.
getInputStream() - Method in class org.clapper.util.mail.StringDataSource
Get a new InputStream object that will read from this object's string buffer.
getInstance() - Static method in class org.clapper.util.misc.Version
Get an instance of this class.
getInterfaces() - Method in class org.clapper.util.classutil.ClassInfo
Get the names of all directly implemented interfaces.
getJustification() - Method in class org.clapper.util.io.JustifyTextWriter
Retrieve the current justification style.
getKeys() - Method in class org.clapper.util.misc.XResourceBundle
Returns an enumeration of the keys.
getKeysInInsertionOrder(List<? super K>) - Method in class org.clapper.util.misc.OrderedHashMap
Deprecated. Get the keys in the order they were added to this map.
getLineLength() - Method in class org.clapper.util.io.JustifyTextWriter
Retrieve the current line length.
getLineLength() - Method in class org.clapper.util.io.WordWrapWriter
Retrieve the current line length.
getLoadFactor() - Method in class org.clapper.util.misc.LRUMap
Get the load factor for this LRUMap.
getManager(ScriptFrameworkType) - Static method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Get the script engine manager for a specific underlying scripting framework.
getManager(ScriptFrameworkType[]) - Static method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Get the UnifiedScriptEngineManager for the first available underlying scripting framework.
getMaximumCapacity() - Method in class org.clapper.util.misc.LRUMap
Get the maximum capacity of this LRUMap.
getMessage(String, Locale, String, String) - Static method in class org.clapper.util.misc.BundleUtil
Get a localized message from a bundle.
getMessage(String, String, Object[]) - Static method in class org.clapper.util.misc.BundleUtil
Get a message from the bundle using the default locale.
getMessage(String, Locale, String, String, Object[]) - Static method in class org.clapper.util.misc.BundleUtil
Get a localized message from the bundle.
getMessage(String, Locale, String, Object[]) - Static method in class org.clapper.util.misc.BundleUtil
Get a localized message from the bundle.
getMessage() - Method in exception org.clapper.util.misc.NestedException
Returns the error message string for this exception.
getMessage(Locale) - Method in exception org.clapper.util.misc.NestedException
Returns the error message string for this exception.
getMessages() - Method in exception org.clapper.util.misc.NestedException
Get all the messages of all the nested exceptions, as one string, with each message on a separate line.
getMessages(boolean) - Method in exception org.clapper.util.misc.NestedException
Get all the messages of all the nested exceptions, as one string.
getMessages(boolean, Locale) - Method in exception org.clapper.util.misc.NestedException
Get all the messages of all the nested exceptions, as one string.
getMode() - Method in class org.clapper.util.io.CombinationFileFilter
Deprecated. Get the combination mode of this CombinationFileFilter object.
getMode() - Method in class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Get the combination mode of this CombinationFilenameFilter object.
getModifier() - Method in class org.clapper.util.classutil.ClassInfo
Get the Reflection API-based modifier bitfield for the class.
getMultipartSubtype() - Method in class org.clapper.util.mail.EmailMessage
Get this message's multipart subtype value.
getName() - Method in class org.clapper.util.mail.StringDataSource
Get the name associated with the underlying string's content.
getNestedException() - Method in exception org.clapper.util.misc.NestedException
Deprecated. Use java.lang.Throwable.getCause() instead
getNextIndex() - Method in class org.clapper.util.misc.ArrayIterator
Get the index of the next element to be retrieved.
getOptionalBooleanValue(String, String, boolean) - Method in class org.clapper.util.config.Configuration
Convenience method to get and convert an optional boolean parameter.
getOptionalCardinalValue(String, String, int) - Method in class org.clapper.util.config.Configuration
Convenience method to get and convert an optional non-negative integer parameter.
getOptionalDoubleValue(String, String, double) - Method in class org.clapper.util.config.Configuration
Convenience method to get and convert an optional floating point numeric parameter.
getOptionalIntegerValue(String, String, int) - Method in class org.clapper.util.config.Configuration
Convenience method to get and convert an optional integer parameter.
getOptionalStringValue(String, String, String) - Method in class org.clapper.util.config.Configuration
Convenience method to get an optional string value.
getOutputStream() - Method in class org.clapper.util.mail.StringDataSource
According to the documentation for the DataSource interface, this method returns an OutputStream where the data can be written and throws the appropriate exception if it can not do so.
getPathName() - Method in class org.clapper.util.io.RollingFileWriter
Get the path name of the file being written to.
getPersonalName() - Method in class org.clapper.util.mail.EmailAddress
Get the user friend personal name associated with this EmailAddress object.
getPrefix() - Method in class org.clapper.util.io.WordWrapWriter
Get the current prefix.
getRawValue(String, String) - Method in class org.clapper.util.config.Configuration
Get the raw value (i.e., without any substitutions) for a variable.
getRequiredBooleanValue(String, String) - Method in class org.clapper.util.config.Configuration
Convenience method to get and convert a required boolean parameter.
getRequiredCardinalValue(String, String) - Method in class org.clapper.util.config.Configuration
Convenience method to get and convert a required integer parameter.
getRequiredDoubleValue(String, String) - Method in class org.clapper.util.config.Configuration
Convenience method to get and convert a required floating point numeric parameter.
getRequiredIntegerValue(String, String) - Method in class org.clapper.util.config.Configuration
Convenience method to get and convert a required integer parameter.
getRollOverMessage() - Method in interface org.clapper.util.io.RollingFileWriter.RolloverCallback
Return a message to be written to the rolled-over file and the newly-opened primary file at the moment of roll-over.
getSectionName() - Method in exception org.clapper.util.config.NoSuchSectionException
Gets the section name associated with this exception.
getSectionName() - Method in exception org.clapper.util.config.NoSuchVariableException
Gets the section name associated with this exception.
getSectionName() - Method in exception org.clapper.util.config.SectionExistsException
Gets the section name associated with this exception.
getSectionNames(Collection<String>) - Method in class org.clapper.util.config.Configuration
Get the names of the sections in this object, in the order they were parsed and/or added.
getSectionNames() - Method in class org.clapper.util.config.Configuration
Get the names of the sections in this object, in the order they were parsed and/or added.
getSender() - Method in class org.clapper.util.mail.EmailMessage
Get the email address that will be used as the sender.
getShortClassName(String) - Static method in class org.clapper.util.classutil.ClassUtil
Strip the package name from a fully-qualified class name and return just the short class name.
getShortClassName(Class) - Static method in class org.clapper.util.classutil.ClassUtil
Strip the package name from a fully-qualified class name and return just the short class name.
getString(String, String) - Static method in class org.clapper.util.misc.BundleUtil
Get a string from a bundle, using the default locale.
getString(String, String, String) - Static method in class org.clapper.util.misc.BundleUtil
Get a string from a bundle, using the default locale.
getString(String, String) - Method in class org.clapper.util.misc.XResourceBundle
Get a string for the given key from this resource bundle, applying a default if not found.
getSubject() - Method in class org.clapper.util.mail.EmailMessage
Get the subject of this message.
getSuperClassName() - Method in class org.clapper.util.classutil.ClassInfo
Get the parent (super) class name, if any.
getText() - Method in class org.clapper.util.mail.EmailMessage
Get the text portion of the message.
getTo() - Method in class org.clapper.util.mail.EmailMessage
Get the list of "To" addresses to which this message will be sent.
getTotalEntries() - Method in class org.clapper.util.io.Zipper
Get the total number of entries written to the zip or jar file so far.
getTotalFilters() - Method in class org.clapper.util.classutil.AndClassFilter
Get the total number of contained filter objects (not counting any filter objects they, in turn, contain).
getTotalFilters() - Method in class org.clapper.util.classutil.OrClassFilter
Get the total number of contained filter objects (not counting any filter objects they, in turn, contain).
getType() - Method in class org.clapper.util.scripting.bsf.BSFScriptEngineManager
Get the framework type (ScriptFrameworkType associated with the UnifiedScriptEngineManager object.
getType() - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngineManager
Get the framework type (ScriptFrameworkType associated with the UnifiedScriptEngineManager object.
getType() - Method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Get the framework type (ScriptFrameworkType associated with the UnifiedScriptEngineManager object.
getTypeFromString(String) - Static method in enum org.clapper.util.scripting.ScriptFrameworkType
Converts a string to a ScriptFrameworkType value, with the following features: Comparison is case-blind.
getUsageMessage(String) - Method in class org.clapper.util.cmdline.ParameterParser
Generate a usage message.
getUsageMessage(String, int) - Method in class org.clapper.util.cmdline.ParameterParser
Generate a usage message.
getValue() - Method in class org.clapper.util.misc.ObjectLockSemaphore
Deprecated. Get the semaphore's current value (i.e., its count).
getValue() - Method in interface org.clapper.util.misc.Semaphore
Deprecated. Get the semaphore's current value (i.e., its count).
getValuesForKey(K) - Method in class org.clapper.util.misc.MultiValueMap
Return an unmodifiable Collection of all the values for a specific key.
getValuesForKey(K, Collection<V>) - Method in class org.clapper.util.misc.MultiValueMap
Copy all the values for a specific key into a caller-supplied Collection.
getVariableName() - Method in exception org.clapper.util.config.NoSuchVariableException
Gets the variable name associated with this exception.
getVariableNames(String, Collection<String>) - Method in class org.clapper.util.config.Configuration
Get the names of the all the variables in a section, in the order they were parsed and/or added.
getVariableNames(String) - Method in class org.clapper.util.config.Configuration
Get the names of the all the variables in a section, in the order they were parsed and/or added.
getVariableValue(String, Object) - Method in class org.clapper.util.config.Configuration
Get the value associated with a given variable.
getVariableValue(String, Object) - Method in class org.clapper.util.text.MapVariableDereferencer
Get the value associated with a given variable.
getVariableValue(String, Object) - Method in class org.clapper.util.text.MultipleMapVariableDereferencer
Get the value associated with a given variable.
getVariableValue(String, Object) - Method in interface org.clapper.util.text.VariableDereferencer
Get the value associated with a given variable.
getVersion() - Method in class org.clapper.util.misc.VersionBase
Get the version number.
getVersionBundleName() - Method in class org.clapper.util.misc.Version
Get the class name of the version resource bundle, which contains values for the product version, copyright, etc.
getVersionBundleName() - Method in class org.clapper.util.misc.VersionBase
Get the class name of the version resource bundle, which contains values for the product version, copyright, etc.
getVersionDisplay() - Method in class org.clapper.util.misc.VersionBase
Get the multiline version output.
getVersionKey() - Method in class org.clapper.util.misc.Version
Get the key for the version string.
getVersionKey() - Method in class org.clapper.util.misc.VersionBase
Get the key for the version string.
getXResourceBundle(String) - Static method in class org.clapper.util.misc.XResourceBundle
Analogous to the equivalent getBundle method in the JDK's ResourceBundle class.
getXResourceBundle(String, Locale) - Static method in class org.clapper.util.misc.XResourceBundle
Analogous to the equivalent getBundle method in the JDK's ResourceBundle class.
getXResourceBundle(String, Locale, ClassLoader) - Static method in class org.clapper.util.misc.XResourceBundle
Analogous to the equivalent getBundle method in the JDK's ResourceBundle class.

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.