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

F

fatal(Object) - Method in class org.clapper.util.logging.Logger
Log a message with fatal log level.
fatal(Object, Throwable) - Method in class org.clapper.util.logging.Logger
Log an error with fatal log level.
fileCanContainClasses(File) - Static method in class org.clapper.util.classutil.ClassUtil
Determine whether a file is a jar file, zip file or directory (i.e., represents places that can be searched for classes).
fileExtensionForMIMEType(String) - Static method in class org.clapper.util.misc.MIMETypeUtil
Get an appropriate extension for a MIME type.
FileFilterMatchType - Enum in org.clapper.util.io
The FileFilterMatchType enumeration spells out the legal match types for RegexFilenameFilter and RegexFileFilter.
FileHashMap<K,V> - Class in org.clapper.util.misc
FileHashMap implements a java.util.Map that keeps the keys in memory, but stores the values as serialized objects in a random access disk file.
FileHashMap() - Constructor for class org.clapper.util.misc.FileHashMap
Create a new transient FileHashMap object.
FileHashMap(String) - Constructor for class org.clapper.util.misc.FileHashMap
Create a new transient FileHashMap object.
FileHashMap(String, int) - Constructor for class org.clapper.util.misc.FileHashMap
Create a new FileHashMap object that will read its data from and/or store its data in files derived from the specified prefix.
FileNameComparator - Class in org.clapper.util.io
FileNameComparator implements a Comparator class that compares file names (expressed either as String or File objects) for sorting.
FileNameComparator() - Constructor for class org.clapper.util.io.FileNameComparator
Construct a new FileNameComparator with the default settings.
FileNameComparator(boolean, boolean) - Constructor for class org.clapper.util.io.FileNameComparator
Construct a new FileNameComparator.
FileOnlyFilter - Class in org.clapper.util.io
FileOnlyFilter implements a java.io.FileFilter that matches anything that isn't a directory.
FileOnlyFilter() - Constructor for class org.clapper.util.io.FileOnlyFilter
 
FileUtil - Class in org.clapper.util.io
Static class containing miscellaneous file utility methods.
finalize() - Method in class org.clapper.util.io.Zipper
Destroys the object, closing the underlying zip or jar file, if it's open.
finalize() - Method in class org.clapper.util.mail.EmailMessage
Destructor.
finalize() - Method in class org.clapper.util.misc.FileHashMap
Finalizer
findAllInterfaces(ClassInfo, Map<String, ClassInfo>) - Method in class org.clapper.util.classutil.ClassFinder
Intended to be called only from a ClassFilter object's accept() method, this method attempts to find all the interfaces implemented by given class (directly and indirectly), by checking all the currently-loaded class data.
findAllSuperClasses(ClassInfo, Map<String, ClassInfo>) - Method in class org.clapper.util.classutil.ClassFinder
Intended to be called only from a ClassFilter object's accept() method, this method attempts to find all the superclasses (except java.lang.Objectfor a given class, by checking all the currently-loaded class data.
findClasses(Collection<ClassInfo>) - Method in class org.clapper.util.classutil.ClassFinder
Find all classes in the search areas, implicitly accepting all of them.
findClasses(Collection<ClassInfo>, ClassFilter) - Method in class org.clapper.util.classutil.ClassFinder
Search all classes in the search areas, keeping only those that pass the specified filter.
findFiles(File, Collection<File>) - Method in class org.clapper.util.io.RecursiveFileFinder
Find all files beneath a given directory.
findFiles(File, FilenameFilter, Collection<File>) - Method in class org.clapper.util.io.RecursiveFileFinder
Find all files beneath a given directory, filtered by the specified FilenameFilter.
findFiles(File, FileFilter, Collection<File>) - Method in class org.clapper.util.io.RecursiveFileFinder
Find all files beneath a given directory, filtered by the specified FilenameFilter.
flush() - Method in class org.clapper.util.io.JustifyTextWriter
Flush the stream.
flush() - Method in class org.clapper.util.io.RollingFileWriter
Flush the stream.
flush() - Method in class org.clapper.util.io.WordWrapWriter
Flush the stream.
flush() - Method in class org.clapper.util.io.XMLWriter
Flush this Writer
FORCE_OVERWRITE - Static variable in class org.clapper.util.misc.FileHashMap
Constructor flag value: Ignored unless FileHashMap.TRANSIENT is also specified, FORCE_OVERWRITE tells the constructor to overwrite the on-disk files if they already exist, instead of throwing an exception.
format(LogRecord) - Method in class org.clapper.util.logging.JavaUtilLoggingTextFormatter
Format the given log record and return the formatted string.
format() - Method in class org.clapper.util.text.Duration
Format the duration value as a string, like the kind of string handled by the Duration.parse(java.lang.String) method.
format(Locale) - Method in class org.clapper.util.text.Duration
Format the duration value as a string, like the kind of string handled by the Duration.parse(java.lang.String) method.
formatInTimeZone(String, TimeZone) - Method in class org.clapper.util.misc.XDate
Convenience method to produce a printable date in a specified time zone, using a SimpleDateFormat.

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.