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

P

ParameterHandler - Interface in org.clapper.util.cmdline
Thie interface defines the callback methods used by a ParameterParser object, when its parse() method is called.
ParameterParser - Class in org.clapper.util.cmdline
This class provides a command line parameter and option parser, suitable for use in command line utilities, as well as other contexts where a command line option-style syntax is desired.
ParameterParser(UsageInfo) - Constructor for class org.clapper.util.cmdline.ParameterParser
Construct a new ParameterParser that parses a specific set of options.
parse(String[], ParameterHandler) - Method in class org.clapper.util.cmdline.ParameterParser
Parse a set of command-line parameters.
parse(String, Collection<EmailAddress>) - Static method in class org.clapper.util.mail.EmailAddress
Parse a sequence of comma-separated email addresses into individual EmailAddress objects, enforcing strict Internet RFC822 email address syntax requirements.
parse(String) - Method in class org.clapper.util.text.Duration
Parse a string containing a textual description of a duration, setting this object's value to the result of the parse.
parse(String, Locale) - Method in class org.clapper.util.text.Duration
Parse a string containing a textual description of a duration, setting this object's value to the result of the parse.
parseContentTypeHeader(String, StringBuffer, Map<String, String>) - Static method in class org.clapper.util.misc.MIMETypeUtil
This method parses an HTTP-style "Content-type" header into its constituent pieces.
parseCustomOption(char, String, Iterator<String>) - Method in class org.clapper.util.cmdline.CommandLineUtility
Called by parseParams() to handle any option it doesn't recognize.
parseDoubleOptionArgument(char, String, String) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses a double option argument, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseDoubleOptionArgument(char, String, String, double, double) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses a double floating point option argument, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseDoubleParameter(String) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses a double value, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseDoubleParameter(String, double, double) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses a double value, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseFloatOptionArgument(char, String, String) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses a float point option argument, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseFloatOptionArgument(char, String, String, float, float) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses a floating point option argument, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseFloatParameter(String) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses a floating point value, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseFloatParameter(String, float, float) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses a floating point value, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseIntOptionArgument(char, String, String) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses an integer option argument, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseIntOptionArgument(char, String, String, int, int) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses an integer option argument, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseIntParameter(String) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses an integer value, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseIntParameter(String, int, int) - Method in class org.clapper.util.cmdline.CommandLineUtility
Convenience method that parses an integer value, throwing a CommandLineUsageException, not a NumberFormatException, on error.
parseOption(char, String, Iterator<String>) - Method in interface org.clapper.util.cmdline.ParameterHandler
Handles a parsed option.
parsePostOptionParameters(Iterator<String>) - Method in interface org.clapper.util.cmdline.ParameterHandler
Handles all parameters that appear after the end of the options.
previous() - Method in class org.clapper.util.misc.ArrayIterator
Get the previous element from the underlying array.
print(boolean) - Method in class org.clapper.util.io.JustifyTextWriter
Print a boolean.
print(char) - Method in class org.clapper.util.io.JustifyTextWriter
Print a character.
print(char[]) - Method in class org.clapper.util.io.JustifyTextWriter
Print an array of characters.
print(double) - Method in class org.clapper.util.io.JustifyTextWriter
Print a double.
print(float) - Method in class org.clapper.util.io.JustifyTextWriter
Print a float.
print(int) - Method in class org.clapper.util.io.JustifyTextWriter
Print an integer.
print(long) - Method in class org.clapper.util.io.JustifyTextWriter
Print a long.
print(short) - Method in class org.clapper.util.io.JustifyTextWriter
Print a short.
print(String) - Method in class org.clapper.util.io.JustifyTextWriter
Print a String.
print(Object) - Method in class org.clapper.util.io.JustifyTextWriter
Print an Object.
print(boolean) - Method in class org.clapper.util.io.WordWrapWriter
Print a boolean.
print(char) - Method in class org.clapper.util.io.WordWrapWriter
Print a character.
print(char[]) - Method in class org.clapper.util.io.WordWrapWriter
Print an array of characters.
print(double) - Method in class org.clapper.util.io.WordWrapWriter
Print a double.
print(float) - Method in class org.clapper.util.io.WordWrapWriter
Print a float.
print(int) - Method in class org.clapper.util.io.WordWrapWriter
Print an integer.
print(long) - Method in class org.clapper.util.io.WordWrapWriter
Print a long.
print(short) - Method in class org.clapper.util.io.WordWrapWriter
Print a short.
print(String) - Method in class org.clapper.util.io.WordWrapWriter
Print a String.
print(Object) - Method in class org.clapper.util.io.WordWrapWriter
Print an Object.
println() - Method in class org.clapper.util.io.JustifyTextWriter
End the current line.
println(boolean) - Method in class org.clapper.util.io.JustifyTextWriter
Print a boolean and finish the line.
println(char) - Method in class org.clapper.util.io.JustifyTextWriter
Print a character and finish the line.
println(char[]) - Method in class org.clapper.util.io.JustifyTextWriter
Print an array of characters.
println(double) - Method in class org.clapper.util.io.JustifyTextWriter
Print a double and finish the line.
println(float) - Method in class org.clapper.util.io.JustifyTextWriter
Print a float and finish the line.
println(int) - Method in class org.clapper.util.io.JustifyTextWriter
Print an integer.
println(long) - Method in class org.clapper.util.io.JustifyTextWriter
Print a long and finish the line.
println(short) - Method in class org.clapper.util.io.JustifyTextWriter
Print a short and finish the line.
println(String) - Method in class org.clapper.util.io.JustifyTextWriter
Print a String and finish the line.
println(Object) - Method in class org.clapper.util.io.JustifyTextWriter
Print an Object and finish the line.
println() - Method in class org.clapper.util.io.RollingFileWriter
Finish the current line, rolling the file if necessary.
println(boolean) - Method in class org.clapper.util.io.RollingFileWriter
Print a boolean and finish the line, rolling the file if necessary.
println(char) - Method in class org.clapper.util.io.RollingFileWriter
Print a character and finish the line, rolling the file if necessary.
println(char[]) - Method in class org.clapper.util.io.RollingFileWriter
Print an array of characters and finish the line, rolling the file if necessary.
println(double) - Method in class org.clapper.util.io.RollingFileWriter
Print a double and finish the line, rolling the file if necessary.
println(float) - Method in class org.clapper.util.io.RollingFileWriter
Print a float and finish the line, rolling the file if necessary.
println(int) - Method in class org.clapper.util.io.RollingFileWriter
Print an integer and finish the line, rolling the file if necessary.
println(long) - Method in class org.clapper.util.io.RollingFileWriter
Print a long and finish the line, rolling the file if necessary.
println(short) - Method in class org.clapper.util.io.RollingFileWriter
Print a short and finish the line, rolling the file if necessary.
println(String) - Method in class org.clapper.util.io.RollingFileWriter
Print a String and finish the line, rolling the file if necessary.
println(Object) - Method in class org.clapper.util.io.RollingFileWriter
Print an Object and finish the line, rolling the file if necessary.
println() - Method in class org.clapper.util.io.WordWrapWriter
End the current line.
println(boolean) - Method in class org.clapper.util.io.WordWrapWriter
Print a boolean and finish the line.
println(char) - Method in class org.clapper.util.io.WordWrapWriter
Print a character and finish the line.
println(char[]) - Method in class org.clapper.util.io.WordWrapWriter
Print an array of characters.
println(double) - Method in class org.clapper.util.io.WordWrapWriter
Print a double and finish the line.
println(float) - Method in class org.clapper.util.io.WordWrapWriter
Print a float and finish the line.
println(int) - Method in class org.clapper.util.io.WordWrapWriter
Print an integer.
println(long) - Method in class org.clapper.util.io.WordWrapWriter
Print a long and finish the line.
println(short) - Method in class org.clapper.util.io.WordWrapWriter
Print a short and finish the line.
println(String) - Method in class org.clapper.util.io.WordWrapWriter
Print a String and finish the line.
println(Object) - Method in class org.clapper.util.io.WordWrapWriter
Print an Object and finish the line.
printStackTrace() - Method in exception org.clapper.util.misc.NestedException
Print a stack trace to standard error.
printStackTrace(Locale) - Method in exception org.clapper.util.misc.NestedException
Print a stack trace to standard error, using the specified locale.
printStackTrace(PrintWriter) - Method in exception org.clapper.util.misc.NestedException
Print a stack trace.
printStackTrace(PrintWriter, Locale) - Method in exception org.clapper.util.misc.NestedException
Print a stack trace, using a specific locale for the output.
printStackTrace(PrintStream) - Method in exception org.clapper.util.misc.NestedException
Print a stack trace.
printStackTrace(PrintStream, Locale) - Method in exception org.clapper.util.misc.NestedException
Print a stack trace, using a specific locale for the output.
processPostOptionCommandLine(Iterator<String>) - Method in class org.clapper.util.cmdline.CommandLineUtility
Called by parseParams() once option parsing is complete, this method must handle any additional parameters on the command line.
PropertiesMap - Class in org.clapper.util.misc
An PropertiesMap provides a thin Map<String,String> wrapper around a java.util.Properties object, allowing the Properties object to be used where a type-safe Map is expected.
PropertiesMap(Properties) - Constructor for class org.clapper.util.misc.PropertiesMap
Construct a map to wrap the specified Properties object.
put(File) - Method in class org.clapper.util.io.Zipper
Put a File object to the zip or jar file.
put(File, String) - Method in class org.clapper.util.io.Zipper
Put a File object to the zip or jar file, but using a specified Zip entry name, rather than the name of the file itself.
put(String) - Method in class org.clapper.util.io.Zipper
Put a named file to the zip or jar file.
put(InputStream, String) - Method in class org.clapper.util.io.Zipper
Put an InputStream object to the zip or jar file.
put(byte[], String) - Method in class org.clapper.util.io.Zipper
Put an array of bytes to the zip or jar file.
put(URL, String) - Method in class org.clapper.util.io.Zipper
Open a URL, read its contents, and store the contents in the underlying zip or jar file.
put(K, V) - Method in class org.clapper.util.misc.FileHashMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class org.clapper.util.misc.LRUMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class org.clapper.util.misc.MultiValueMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class org.clapper.util.misc.OrderedHashMap
Deprecated. Associates the specified value with the specified key in this map.
put(String, String) - Method in class org.clapper.util.misc.PropertiesMap
Associates the specified value with the specified key in this map.
put(String, Object) - Method in class org.clapper.util.scripting.bsf.BSFScriptEngineManager
Put an object into the script environment.
put(String, Object) - Method in class org.clapper.util.scripting.javax_script.JavaxScriptEngineManager
Put an object into the script environment.
put(String, Object) - Method in class org.clapper.util.scripting.UnifiedScriptEngineManager
Put an object into the script environment.
putAll(Map<? extends K, ? extends V>) - Method in class org.clapper.util.misc.LRUMap
Copies all of the mappings from a specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.clapper.util.misc.MultiValueMap
Copies all of the mappings from the specified Map to this map.
putAll(MultiValueMap<K, V>) - Method in class org.clapper.util.misc.MultiValueMap
Copies all of the mappings from the specified MultivalueMap to this map.
putAll(K, Collection<V>) - Method in class org.clapper.util.misc.MultiValueMap
Assocates all the objects in a Collection with a key.
putAll(Map<? extends K, ? extends V>) - Method in class org.clapper.util.misc.OrderedHashMap
Deprecated. Copies all of the mappings from a specified map to this one.
putAll(OrderedHashMap<? extends K, ? extends V>) - Method in class org.clapper.util.misc.OrderedHashMap
Deprecated. Copies all of the mappings from a specified map to this one.

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.