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

F

FileCache - class com.marringtons.file.FileCache.
This class caches a defined number of disk files for reading to reduce disk access for files that are accessed repetively.
FileCache(int) - Constructor for class com.marringtons.file.FileCache
Create a new file cache with a fixed size specified in code.
FileCache(String) - Constructor for class com.marringtons.file.FileCache
Create a new file cache with a fixed size from a properties file.
FileCache(String, int) - Constructor for class com.marringtons.file.FileCache
Create a new file cache with a fixed size from a properties file and a default value if the property does not exist.
FileReader - class com.marringtons.file.FileReader.
This class provides simple access to read a text file that is found on one of the system paths or Zip files.
FileReader() - Constructor for class com.marringtons.file.FileReader
Default constructor.
FileReader(String) - Constructor for class com.marringtons.file.FileReader
Search for a file on all datapaths, given the absolute (to datapath) name.
FileReader(String, boolean) - Constructor for class com.marringtons.file.FileReader
In some circumstances it is an error if the file does not exists.
Files - class com.marringtons.file.Files.
Static file helper methods for finding, reading and unlinking files.
Format - class com.marringtons.string.Format.
This class provides a simple string formatting interface with more power than the C printf() and is much easier to use than the java.text.MessageFormat class. java.text.MessageFormat will rebuild the pattern if the static format() methods are called.
Formatter - class com.marringtons.object.Formatter.
A Formatter is a class to format strings from DAO entries to convert from an internal representation to strings for display.
Formatter() - Constructor for class com.marringtons.object.Formatter
 
Formatter.Error - exception com.marringtons.object.Formatter.Error.
Thrown when formatting encounters an exception.
Fraction - class com.marringtons.number.Fraction.
This is an immutable class representing fractions as 3 longs.
Fraction(long, long, long) - Constructor for class com.marringtons.number.Fraction
Constructor must fill final components of the fraction.
Fraction(String) - Constructor for class com.marringtons.number.Fraction
Constructor to create fraction from a string.
fetch(String) - Method in class com.marringtons.file.FileCache
Fetch a file either from the cache or from disk.
fetch() - Method in class com.marringtons.net.HTTP.Request
Fetch and process a browser request from any source.
fetch(String) - Method in class com.marringtons.net.HTTP.Request
Called ny unit tests to create an artificial request from a string.
fileName - Variable in class com.marringtons.object.Database
Name of the file that contains this database.
find(String) - Static method in class com.marringtons.file.Files
Look for an existing file or directory on the data paths and return it's absolute path.
find() - Method in class com.marringtons.object.DAO
Search the database for a unique DAO.
findFile(String) - Static method in class com.marringtons.file.Files
Look for an existing file or directory on the data paths and return it's File Object.
first(Index) - Method in class com.marringtons.object.Search
Retrieve the first of a list of objects that match the provided index.
first(int) - Method in class com.marringtons.object.Search
Retrieve the first of a list of objects that match the provided integer index.
first(String) - Method in class com.marringtons.object.Search
Retrieve the first of a list of objects that match the provided string index.
first() - Method in class com.marringtons.string.Messages
Used to iterate through all the problems.
first() - Method in class com.marringtons.string.Properties
Used to iterate through all the properties.
flush() - Method in class com.marringtons.net.ClientSocket
The data from a write or writeLine will not be sent unless flush() is called.
flushDatabases() - Static method in class com.marringtons.object.Database
Make sure changes on all open databases are committed to disk for perpetuity.
forJunit() - Static method in class com.marringtons.util.Log
Set log for Junit testing by recording log output to a string and returning it on demand.
forName(String) - Static method in class com.marringtons.file.ClassCache
Used to load a class from the cache or from the class/datapath if not already in use.
format(Object, ClassDirectory.Entry, int, int) - Method in class com.marringtons.object.Formatter
Format internal form into a string.
fromProperties(DAO, Properties, Translator) - Static method in class com.marringtons.object.ObjectScraper
Scrape string data in Properties format into the a DAO using an explicit translator.
fromProperties(Object, Properties, Translator) - Static method in class com.marringtons.object.ObjectScraper
Scrape string data in Properties format into the a POJO.
fromXML(String, Translator) - Static method in class com.marringtons.object.ObjectXML
Given an XML string created by toXML(), create an instance of the DAO or POJO.
fromXML(BufferedReader, Translator) - Static method in class com.marringtons.object.ObjectXML
Convert an XML stream into a POJO - using a static class directory for the purpose.
fromXML(Database, Reader, boolean, Translator) - Static method in class com.marringtons.object.ObjectXML
Given a stream of XML, extract the objects and save them into the current database.
fromXML(Database, BufferedReader, boolean, Translator) - Static method in class com.marringtons.object.ObjectXML
Given a stream of XML, extract the objects and save them into the current database.
full() - Method in class com.marringtons.util.Cache
See if the cache is full.
fullURL(String) - Method in class com.marringtons.net.HTTP.Request
Given a partial URL, return a fully defined URL (http://server.com/path/url).

A B C D E F G H I J K L M N O P R S T U V W X Y Z _
Copyright © 2005 Paul Marrington http://library.marringtons.com