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

I

INDEX_FILE_SUFFIX - Static variable in class org.clapper.util.misc.FileHashMap
Index file suffix.
INDEX_PATTERN - Static variable in class org.clapper.util.io.RollingFileWriter
The pattern to substitute.
indexOf(int) - Method in class org.clapper.util.text.XStringBufBase
Returns the index within this string of the first occurrence of the specified character.
indexOf(String) - Method in class org.clapper.util.text.XStringBufBase
Returns the index within this string of the first occurrence of the specified substring in this sequence, starting at position 0.
indexOf(String, int) - Method in class org.clapper.util.text.XStringBufBase
Returns the index within this string of the first occurrence of the specified substring in this sequence, with the search starting at the specified position.
info(Object) - Method in class org.clapper.util.logging.Logger
Log a message with info log level.
info(Object, Throwable) - Method in class org.clapper.util.logging.Logger
Log an error with info log level.
insert(int, boolean) - Method in class org.clapper.util.text.XStringBufBase
Insert the string representation of a booleanvalue into the buffer at a specified position.
insert(int, char) - Method in class org.clapper.util.text.XStringBufBase
Insert a single character at a specified position in the buffer.
insert(int, char[]) - Method in class org.clapper.util.text.XStringBufBase
Insert the contents of a character array into the buffer at a specified position.
insert(int, char[], int, int) - Method in class org.clapper.util.text.XStringBufBase
Insert characters from a character array into the buffer at a specified position.
insert(int, double) - Method in class org.clapper.util.text.XStringBufBase
Insert the string representation of a doublevalue into the buffer at a specified position.
insert(int, float) - Method in class org.clapper.util.text.XStringBufBase
Insert the string representation of a floatvalue into the buffer at a specified position.
insert(int, int) - Method in class org.clapper.util.text.XStringBufBase
Insert the string representation of a intvalue into the buffer at a specified position.
insert(int, long) - Method in class org.clapper.util.text.XStringBufBase
Insert the string representation of a longvalue into the buffer at a specified position.
insert(int, short) - Method in class org.clapper.util.text.XStringBufBase
Insert the string representation of a shortvalue into the buffer at a specified position.
insert(int, Object) - Method in class org.clapper.util.text.XStringBufBase
Insert the string representation of an arbitrary object into the buffer at a specified position.
insert(int, String) - Method in class org.clapper.util.text.XStringBufBase
Insert the contents of a string into the buffer at a specified position.
insertCharacter(int, char) - Method in class org.clapper.util.text.XStringBufBase
Insert a single character into the buffer at a specified position.
insertCharacter(int, char) - Method in class org.clapper.util.text.XStringBuffer
Insert a single character into the buffer at a specified position.
insertCharacter(int, char) - Method in class org.clapper.util.text.XStringBuilder
Insert a single character into the buffer at a specified position.
insertCharacters(int, char[], int, int) - Method in class org.clapper.util.text.XStringBufBase
Insert characters from a character array into the buffer at a specified position.
insertCharacters(int, char[], int, int) - Method in class org.clapper.util.text.XStringBuffer
Insert characters from a character array into the buffer at a specified position.
insertCharacters(int, char[], int, int) - Method in class org.clapper.util.text.XStringBuilder
Insert characters from a character array into the buffer at a specified position.
instantiateClass(String) - Static method in class org.clapper.util.classutil.ClassUtil
Convenience method that loads a class and attempts to instantiate it via its default constructor.
InterfaceOnlyClassFilter - Class in org.clapper.util.classutil
InterfaceOnlyClassFilter implements a ClassFilter that matches class names that (a) can be loaded and (b) are interfaces.
InterfaceOnlyClassFilter() - Constructor for class org.clapper.util.classutil.InterfaceOnlyClassFilter
Construct a new InterfaceOnlyClassFilter that will accept only classes that are interfaces.
IOExceptionExt - Exception in org.clapper.util.io
Defines an alternative to the JDK's IOException class that permits localized messages.
IOExceptionExt() - Constructor for exception org.clapper.util.io.IOExceptionExt
Default constructor, for an exception with no nested exception and no message.
IOExceptionExt(Throwable) - Constructor for exception org.clapper.util.io.IOExceptionExt
Constructs an exception containing another exception, but no message of its own.
IOExceptionExt(String) - Constructor for exception org.clapper.util.io.IOExceptionExt
Constructs an exception containing an error message, but no nested exception.
IOExceptionExt(String, Throwable) - Constructor for exception org.clapper.util.io.IOExceptionExt
Constructs an exception containing another exception and a message.
IOExceptionExt(String, String, String) - Constructor for exception org.clapper.util.io.IOExceptionExt
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
IOExceptionExt(String, String, String, Object[]) - Constructor for exception org.clapper.util.io.IOExceptionExt
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), and arguments to be incorporated in the message via java.text.MessageFormat.
IOExceptionExt(String, String, String, Throwable) - Constructor for exception org.clapper.util.io.IOExceptionExt
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.
IOExceptionExt(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.io.IOExceptionExt
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.
isAbsolutePath(String) - Static method in class org.clapper.util.io.FileUtil
Determine whether a string represents an absolute path.
isDebugEnabled() - Method in class org.clapper.util.logging.Logger
Determine whether debug logging is currently enabled.
isEmpty() - Method in class org.clapper.util.misc.LRUMap
Determine whether this map is empty or not.
isEmpty() - Method in class org.clapper.util.misc.MultiValueMap
Determine whether the map is empty.
isEmpty() - Method in class org.clapper.util.misc.PropertiesMap
Determine whether this map is empty or not.
isErrorEnabled() - Method in class org.clapper.util.logging.Logger
Determine whether error logging is currently enabled.
isFatalEnabled() - Method in class org.clapper.util.logging.Logger
Determine whether fatal logging is currently enabled.
isInfoEnabled() - Method in class org.clapper.util.logging.Logger
Determine whether info logging is currently enabled.
isPrintable(char) - Static method in class org.clapper.util.text.TextUtil
Determine whether a character is printable.
isTraceEnabled() - Method in class org.clapper.util.logging.Logger
Determine whether trace logging is currently enabled.
isValid() - Method in class org.clapper.util.misc.FileHashMap
Determine whether the FileHashMap is valid or not.
isVariableMetacharacter(char) - Static method in class org.clapper.util.text.UnixShellVariableSubstituter
Determine whether a character is one of the variable metacharacters (i.e., the characters that identify a variable reference).
isWarningEnabled() - Method in class org.clapper.util.logging.Logger
Determine whether warn logging is currently enabled.
iterator() - Method in class org.clapper.util.misc.EnumerationIterator
Returns this iterator.
iterator() - Method in class org.clapper.util.misc.MultiIterator
Returns this iterator.

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.