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

L

LEFT_DOUBLE_QUOTE - Static variable in class org.clapper.util.text.Unicode
Left double quotation mark
LEFT_SINGLE_QUOTE - Static variable in class org.clapper.util.text.Unicode
Left single quotation mark
leftJustifyString(String, int) - Static method in class org.clapper.util.text.TextUtil
Left justify a string in a fixed-width field, using blanks for padding.
leftJustifyString(String, int, char) - Static method in class org.clapper.util.text.TextUtil
Left justify a string in a fixed-width field, using the specified character for padding.
legalVariableCharacter(char) - Method in class org.clapper.util.config.Configuration
Required by the VariableNameChecker interface, this method determines whether a character may legally be used in a variable name or not.
legalVariableCharacter(char) - Method in class org.clapper.util.text.AbstractVariableSubstituter
Determine whether a character is a legal variable identifier character.
legalVariableCharacter(char) - Method in interface org.clapper.util.text.VariableNameChecker
Determine whether a character may legally be used in a variable name or not.
length() - Method in class org.clapper.util.text.XStringBufBase
Return the number of characters currently in the buffer.
LEVEL_DEBUG - Static variable in class org.clapper.util.logging.Logger
Log level constant for debug messages.
LEVEL_ERROR - Static variable in class org.clapper.util.logging.Logger
Log level constant for error messages.
LEVEL_FATAL - Static variable in class org.clapper.util.logging.Logger
Log level constant for fatal-error messages.
LEVEL_INFO - Static variable in class org.clapper.util.logging.Logger
Log level constant for informational messages.
LEVEL_TRACE - Static variable in class org.clapper.util.logging.Logger
Log level constant for trace messages.
LEVEL_WARNING - Static variable in class org.clapper.util.logging.Logger
Log level constant for warning messages.
load(File) - Method in class org.clapper.util.config.Configuration
Load configuration from a File.
load(String) - Method in class org.clapper.util.config.Configuration
Load configuration from a file specified as a pathname.
load(URL) - Method in class org.clapper.util.config.Configuration
Load configuration from a URL.
load(InputStream) - Method in class org.clapper.util.config.Configuration
Load configuration from an InputStream.
Logger - Class in org.clapper.util.logging
Logger wraps the Jakarta Commons Logging API and provides a slightly simpler, but similar, interface.
Logger(String) - Constructor for class org.clapper.util.logging.Logger
Construct a new Logger object
Logger(Class) - Constructor for class org.clapper.util.logging.Logger
Construct a new Logger object
LogLevel - Enum in org.clapper.util.logging
Encodes legal logging level constants for the Logger class.
LONG_OPTION_PREFIX - Static variable in class org.clapper.util.cmdline.UsageInfo
 
LRUMap<K,V> - Class in org.clapper.util.misc
An LRUMap implements a Map of a fixed maximum size that enforces a least recently used discard policy.
LRUMap(int) - Constructor for class org.clapper.util.misc.LRUMap
Construct a new empty map with a default capacity and load factor, and the specified maximum capacity.
LRUMap(int, int) - Constructor for class org.clapper.util.misc.LRUMap
Construct a new empty map with the specified initial capacity, a default load factor, and the specified maximum capacity.
LRUMap(int, float, int) - Constructor for class org.clapper.util.misc.LRUMap
Constructs a new, empty map with the specified initial capacity, load factor, and maximum capacity.
LRUMap(LRUMap<? extends K, ? extends V>) - Constructor for class org.clapper.util.misc.LRUMap
Constructs a new map with the same mappings and parameters as the given LRUMap.

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.