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 _

P

POJO - class com.marringtons.object.POJO.
By inheriting from POJO instead of Object, classes get working deep copy(), equals(), hashCode(), toString() and Comparable methods.
POJO() - Constructor for class com.marringtons.object.POJO
 
Path - class com.marringtons.file.Path.
Static helper class for working with file paths - holding home, temporary and user paths with methods to add, retrieve, make absolute, make relative and split paths.
ProgrammingErrorException - exception com.marringtons.util.ProgrammingErrorException.
Effective Java: Programming Language Guide by Joshua Bloch Item 40:Use checked exceptions for recoverable conditions and run-time exceptions for programming errors.
ProgrammingErrorException(Object) - Constructor for class com.marringtons.util.ProgrammingErrorException
When a programming error is detected in the normal course of the application - such as a an unexpected value in a method call parameter, create an exception of this type.
ProgrammingErrorException(Throwable) - Constructor for class com.marringtons.util.ProgrammingErrorException
When a programming error causes a checked exception, attach it to this exception to provide additional information.
ProgrammingErrorException(Object, Throwable) - Constructor for class com.marringtons.util.ProgrammingErrorException
Sometime the causing exception does not provide enough information for the developer to deduce and repair the code problem.
Properties - class com.marringtons.string.Properties.
This class extends and simplified the application propertie file interface provided by java.util.Properties.
Properties() - Constructor for class com.marringtons.string.Properties
Initialiser Properties.
Properties(String) - Constructor for class com.marringtons.string.Properties
Initialiser - Properties.
Properties(Properties) - Constructor for class com.marringtons.string.Properties
Initialiser Properties.
Properties.Change - interface com.marringtons.string.Properties.Change.
Give this interface to the rare class that needs to be informed of when a property or properties change.
packageScope(Class, String, Class, Session.Lifetime) - Static method in class com.marringtons.util.Session
Retrieve key for package scope data - to be kept in private static final in using class.
pad(int, int) - Static method in class com.marringtons.string.Convert
Return a string converted from an integer and zero padded 1 == 001.
parameterExists(String) - Method in class com.marringtons.net.HTTP.Request
Confirm whether a particular parameter is in the request.
parse(String) - Method in class com.marringtons.xml.XMLparser
Walk through an XML input stream calling processor methods on tag start, content and end.
parse(Reader) - Method in class com.marringtons.xml.XMLparser
Buffer the reader and walk through an XML input stream calling processor methods on tag start, content and end.
parse(BufferedReader) - Method in class com.marringtons.xml.XMLparser
Walk through an XML input stream calling processor methods on tags start, content and end.
pattern(String) - Static method in class com.marringtons.string.Format
Retrieve or create a @see MessageFormat given a pattern.
pause() - Method in class com.marringtons.util.Semaphore
Pause the running thread.
pause(int) - Method in class com.marringtons.util.Semaphore
Pause the running thread.
peek() - Method in class com.marringtons.number.IntegerStack
Return the string on the top of the stack (without changint the stack pointer).
peek() - Method in class com.marringtons.string.StringStack
Return the string on the top of the stack (without changint the stack pointer).
peek() - Method in class com.marringtons.util.Stack
Return the object on the top of the stack (without changint the stack pointer).
persistent - Static variable in class com.marringtons.util.Session.Lifetime
Scope to be used if data is to be saved to disk
plus(Fraction) - Method in class com.marringtons.number.Fraction
Add two fractions together.
plus(Time) - Method in class com.marringtons.time.Time
Calculate the time created by adding 2 times.
pop() - Method in class com.marringtons.number.IntegerStack
Pop a string from the stack.
pop() - Method in class com.marringtons.string.StringStack
Pop a string from the stack.
pop() - Method in class com.marringtons.util.Stack
Pop an object from the stack.
post(String, String) - Method in class com.marringtons.net.HTTP.Client
Send a Post request to the server - synchronous.
preload(Map) - Method in class com.marringtons.string.Properties
If you have a name/value pair string map from another source (say an MVC), it can be laoded here.
print() - Method in class com.marringtons.time.Timer
Stop timer and print result to stdout
print(String) - Method in class com.marringtons.time.Timer
Stop timer and print result to stdout.
println(String) - Method in class com.marringtons.time.Timer
Stop timer and print result to stdout including a carriage-return
println() - Method in class com.marringtons.time.Timer
Stop timer and print result to stdout including a carriage-return
problems - Variable in class com.marringtons.xml.XMLparser
List of problems that arise during XML parsing.
process() - Static method in class com.marringtons.util.Idle
Called by the main application loop whenever nothing happens for at least a minute.
properties - Static variable in class com.marringtons.util.Application
Application and system properties - typically created when the application was installed - or retrieved from the system at run-time.
propertyChange(String) - Method in interface com.marringtons.string.Properties.Change
A method that is called when a registered property changes.
push() - Method in class com.marringtons.net.HTTP.Response
Send response so far to client so that it will display.
push(int) - Method in class com.marringtons.number.IntegerStack
Push a string onto the stack (enlarging it if necessary).
push(Object) - Method in class com.marringtons.string.StringStack
Push a string onto the stack (enlarging it if necessary).
push(Object) - Method in class com.marringtons.util.Stack
Push an object onto the stack (enlarging it if necessary).
put(int, int) - Method in class com.marringtons.number.IntegerMap
Associates the specified integer value with the specified integer key in this map.
put(Object, int) - Method in class com.marringtons.number.IntegerMap
Associates the specified integer value with the specified key in this map.
put(Session.Key, Object) - Method in class com.marringtons.util.Session
Enter a general object.
putNextEntry(String) - Method in class com.marringtons.file.ZipOutputStream
Start a new Zip file entry with a given path name.

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