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

R

RECLAIM_FILE_GAPS - Static variable in class org.clapper.util.misc.FileHashMap
Constructor flag value: Tells the object to reclaim unused space in the file, whenever possible.
RecursiveFileFinder - Class in org.clapper.util.io
A RecursiveFileFinder walks a directory tree and finds all files (or directories) that satisfy caller-supplied criteria.
RecursiveFileFinder() - Constructor for class org.clapper.util.io.RecursiveFileFinder
Construct a new RecursiveFileFinder object.
RegexClassFilter - Class in org.clapper.util.classutil
RegexClassFilter is a ClassFilter that matches class names using a regular expression.
RegexClassFilter(String) - Constructor for class org.clapper.util.classutil.RegexClassFilter
Construct a new RegexClassFilter using the specified pattern.
RegexClassFilter(String, int) - Constructor for class org.clapper.util.classutil.RegexClassFilter
Construct a new RegexClassFilter using the specified pattern.
RegexException - Exception in org.clapper.util.regex
Thrown by methods in the RegexUtil class to indicate regular expression-based errors.
RegexException() - Constructor for exception org.clapper.util.regex.RegexException
Default constructor, for an exception with no nested exception and no message.
RegexException(Throwable) - Constructor for exception org.clapper.util.regex.RegexException
Constructs an exception containing another exception, but no message of its own.
RegexException(String) - Constructor for exception org.clapper.util.regex.RegexException
Constructs an exception containing an error message, but no nested exception.
RegexException(String, Throwable) - Constructor for exception org.clapper.util.regex.RegexException
Constructs an exception containing another exception and a message.
RegexException(String, String, String) - Constructor for exception org.clapper.util.regex.RegexException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
RegexException(String, String, String, Object[]) - Constructor for exception org.clapper.util.regex.RegexException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
RegexException(String, String, String, Throwable) - Constructor for exception org.clapper.util.regex.RegexException
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.
RegexException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.regex.RegexException
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.
RegexFileFilter - Class in org.clapper.util.io
RegexFileFilter implements a java.io.FileFilter class that matches files using a regular expression.
RegexFileFilter(String, FileFilterMatchType) - Constructor for class org.clapper.util.io.RegexFileFilter
Construct a new RegexFileFilter using the specified pattern.
RegexFileFilter(String, int, FileFilterMatchType) - Constructor for class org.clapper.util.io.RegexFileFilter
Construct a new RegexFileFilter using the specified pattern.
RegexFilenameFilter - Class in org.clapper.util.io
RegexFilenameFilter implements a java.io.FilenameFilter class that matches files using a regular expression.
RegexFilenameFilter(String) - Constructor for class org.clapper.util.io.RegexFilenameFilter
Construct a new RegexFilenameFilter using the specified pattern, with an implied match type of FileFilterMatchType.FILENAME.
RegexFilenameFilter(String, FileFilterMatchType) - Constructor for class org.clapper.util.io.RegexFilenameFilter
Construct a new RegexFilenameFilter using the specified pattern.
RegexFilenameFilter(String, int, FileFilterMatchType) - Constructor for class org.clapper.util.io.RegexFilenameFilter
Construct a new RegexFilenameFilter using the specified pattern.
RegexUtil - Class in org.clapper.util.regex
This is a utility class implementing some common regular expression-based operations, using the java.util.regex classes.
RegexUtil() - Constructor for class org.clapper.util.regex.RegexUtil
Allocate a new RegexUtil object.
REGISTERED_SIGN - Static variable in class org.clapper.util.text.Unicode
The "registered" symbol ("R" in a circle).
release() - Method in class org.clapper.util.misc.ObjectLockSemaphore
Deprecated. Release this semaphore, incrementing its counter.
release() - Method in interface org.clapper.util.misc.Semaphore
Deprecated. Release this semaphore, incrementing its counter.
remove() - Method in class org.clapper.util.misc.ArrayIterator
Required by the Iterator interface, but not supported by this class.
remove() - Method in class org.clapper.util.misc.EnumerationIterator
Removes from the underlying collection the last element returned by the iterator.
remove(Object) - Method in class org.clapper.util.misc.FileHashMap
Removes the mapping for this key from this map, if present.
remove(Object) - Method in class org.clapper.util.misc.LRUMap
Removes the mapping for a key, if there is one.
remove() - Method in class org.clapper.util.misc.MultiIterator
Remove the object most recently extracted from the iterator.
remove(K) - Method in class org.clapper.util.misc.MultiValueMap
Removes all mappings for a key from this map, if present.
remove(K, V) - Method in class org.clapper.util.misc.MultiValueMap
Removes a single value from the set of values associated with a key.
remove(Object) - Method in class org.clapper.util.misc.OrderedHashMap
Deprecated. Removes the mapping for a key, if there is one.
remove(Object) - Method in class org.clapper.util.misc.PropertiesMap
Removes the mapping for a key, if there is one.
removeFilter(ClassFilter) - Method in class org.clapper.util.classutil.AndClassFilter
Remove a filter from the set of contained filters.
removeFilter(ClassFilter) - Method in class org.clapper.util.classutil.OrClassFilter
Remove a filter from the set of contained filters.
removeFilter(FileFilter) - Method in class org.clapper.util.io.AndFileFilter
Remove a filter from the set of contained filters.
removeFilter(FilenameFilter) - Method in class org.clapper.util.io.AndFilenameFilter
Remove a filter from the set of contained filters.
removeFilter(FileFilter) - Method in class org.clapper.util.io.CombinationFileFilter
Deprecated. Remove a filter from the set of contained filters.
removeFilter(FilenameFilter) - Method in class org.clapper.util.io.CombinationFilenameFilter
Deprecated. Remove a filter from the set of contained filters.
removeFilter(FileFilter) - Method in class org.clapper.util.io.OrFileFilter
Remove a filter from the set of contained filters.
removeFilter(FilenameFilter) - Method in class org.clapper.util.io.OrFilenameFilter
Remove a filter from the set of contained filters.
removeRemovalListener(ObjectRemovalListener) - Method in class org.clapper.util.misc.LRUMap
Remove an EventListener from the set of listeners to be invoked when an object is removed from the cache.
replace(int, int, String) - Method in class org.clapper.util.text.XStringBufBase
Replace the characters in a substring of this buffer with characters in the specified String.
replace(String, String) - Method in class org.clapper.util.text.XStringBufBase
Replace the first occurrence of a given substring in the buffer with another substring.
replace(String, char) - Method in class org.clapper.util.text.XStringBufBase
Replace the first occurrence of a given substring in the buffer with a given character
replaceAll(String, String) - Method in class org.clapper.util.text.XStringBufBase
Replace the all occurrences of a given substring in the buffer with another substring.
replaceAll(char, char) - Method in class org.clapper.util.text.XStringBufBase
Replace the all occurrences of a given character in the buffer with another character.
replaceAll(char, String) - Method in class org.clapper.util.text.XStringBufBase
Replace the all occurrences of a given character in the buffer with string.
replaceString(int, int, String) - Method in class org.clapper.util.text.XStringBufBase
Replace the characters in a substring of this buffer with characters in the specified String.
replaceString(int, int, String) - Method in class org.clapper.util.text.XStringBuffer
Replace the characters in a substring of this buffer with characters in the specified String.
replaceString(int, int, String) - Method in class org.clapper.util.text.XStringBuilder
Replace the characters in a substring of this buffer with characters in the specified String.
reset(String) - Method in class org.clapper.util.text.XStringBufBase
Removes all existing characters from the buffer and loads the string into the buffer.
reverse() - Method in class org.clapper.util.text.XStringBuffer
Reverse the contents of the buffer.
reverse() - Method in class org.clapper.util.text.XStringBuilder
Reverse the contents of the buffer.
RIGHT_DOUBLE_QUOTE - Static variable in class org.clapper.util.text.Unicode
Right double quotation mark
RIGHT_SINGLE_QUOTE - Static variable in class org.clapper.util.text.Unicode
Right single quotation mark
rightJustifyString(String, int) - Static method in class org.clapper.util.text.TextUtil
Right justify a string in a fixed-width field, using blanks for padding.
rightJustifyString(String, int, char) - Static method in class org.clapper.util.text.TextUtil
Right justify a string in a fixed-width field, using the specified character for padding.
RollingFileWriter - Class in org.clapper.util.io
A RollingFileWriter is similar to the JDK-supplied FileOutputStream class: It provides an output stream for writing data to a File.
RollingFileWriter(String) - Constructor for class org.clapper.util.io.RollingFileWriter
Constructs a RollingFileWriter that does not do automatic file roll-over.
RollingFileWriter(String, RollingFileWriter.Compression) - Constructor for class org.clapper.util.io.RollingFileWriter
Constructs a RollingFileWriter that does not do automatic file roll-over.
RollingFileWriter(String, String, RollingFileWriter.Compression) - Constructor for class org.clapper.util.io.RollingFileWriter
Constructs a RollingFileWriter that does not do automatic file roll-over.
RollingFileWriter(String, String, long, int) - Constructor for class org.clapper.util.io.RollingFileWriter
Create a new RollingFileWriter that will write to the specified file, optionally automatically rolling the file over when it exceeds a specified maximum size.
RollingFileWriter(String, long, int, RollingFileWriter.Compression) - Constructor for class org.clapper.util.io.RollingFileWriter
Create a new RollingFileWriter that will write to the specified file, optionally automatically rolling the file over when it exceeds a specified maximum size.
RollingFileWriter(String, String, long, int, RollingFileWriter.Compression, RollingFileWriter.RolloverCallback) - Constructor for class org.clapper.util.io.RollingFileWriter
Create a new RollingFileWriter that will write to the specified file, optionally automatically rolling the file over when it exceeds a specified maximum size.
RollingFileWriter.Compression - Enum in org.clapper.util.io
An enumeration of constants defining whether or not to compress backup files.
RollingFileWriter.RolloverCallback - Interface in org.clapper.util.io
Defines the interface to a callback object containing methods that a RollingFileWriter can invoke during processing.
romanNumeralsForNumber(int) - Static method in class org.clapper.util.text.TextUtil
Get the (upper-case) Roman numeral string for a number.
runCommand() - Method in class org.clapper.util.cmdline.CommandLineUtility
Actually runs the command.

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.