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 _

L

Log - class com.marringtons.util.Log.
Adept provides a simplified logging system where the Sun or log4j classes are overkill.
Log() - Constructor for class com.marringtons.util.Log
 
lazy - Static variable in class com.marringtons.object.Search.Load
Search uses Search.Load.lazy if loading of inner DAOs is to be deferred until they are needed.
lineNumber - Variable in class com.marringtons.xml.XMLparser
lineNumber records the current line being processed (for errors mainly)
listArchive() - Method in class com.marringtons.file.FileReader
Retrieve a full list of file entries in an archive
listDatabases() - Static method in class com.marringtons.object.Database
Retrieve an array of open databases.
load() - Method in class com.marringtons.file.FileReader
Loads the file as one chunk.
load() - Method in class com.marringtons.object.DAO
If you are using lazy loading on a first/next, then you will need to use load() on DAOs inside the DAO returned (relational DAOs) to ensure that the data is loaded.
load(String) - Method in class com.marringtons.string.Properties
Load properties from a file.
load(InputStream, String) - Method in class com.marringtons.string.Properties
Load properties from a stream.
load(Properties) - Method in class com.marringtons.string.Properties
Load properties from another properties object.
load(Object[]) - Static method in class com.marringtons.util.Maps
Load a HashMap from a static array.
load(Map, Object[]) - Static method in class com.marringtons.util.Maps
Load a map from a static array.
loadSet(Object[]) - Static method in class com.marringtons.util.Maps
Load a map as a set from a static array.
loadSet(Map, Object[]) - Static method in class com.marringtons.util.Maps
Load a map as a set from a static array.
localiseFileSeparator(String) - Static method in class com.marringtons.file.Path
Change / to system dependant file separator.

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