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 _

M

Maps - class com.marringtons.util.Maps.
Maps is a helper class of static methods for working on and with maps (name/value pairs) and sets - primarily to allow convenient static programatic loading.
Messages - class com.marringtons.string.Messages.
Use this class when developing a GUI it is necessary to communicate information messages, problems and errors to the client.
Messages() - Constructor for class com.marringtons.string.Messages
Deprecated. only to be used by getThreadInstance() or getSessionInstance()
Messages(Throwable, Object) - Constructor for class com.marringtons.string.Messages
Deprecated.  
Migration - class com.marringtons.object.Migration.
This is the class that performs data migrations used as part of software upgrades.
Migration() - Constructor for class com.marringtons.object.Migration
 
Migration.Interface - interface com.marringtons.object.Migration.Interface.
Interface is used by inner classes of migration classes to define a migrate method used to move to a more recent version of a DAO that has been updated.
makeAbsolute(String) - Static method in class com.marringtons.file.Output
Return an absolute path to a file for output - either from the original name or in the output directory.
makeAbsolute(String) - Static method in class com.marringtons.file.Path
Given an unknown path make it absolute if it is not alread so.
makeRelative(String) - Static method in class com.marringtons.file.Path
Return a path relative to the base directory being used.
makeUnique(String, String) - Static method in class com.marringtons.file.Output
Create a unique file name - easily read to include date and time.
map - Variable in class com.marringtons.string.Properties
map stores properties - and exposed for direct access.
map - Variable in class com.marringtons.util.Session.PersistentData
Hashmap containing session.
message(Object) - Static method in class com.marringtons.util.Log
write a message to the application log file.
migrate() - Method in interface com.marringtons.object.Migration.Interface
When a database object class needs to change, copy it as an inner class into the Migrations class in the same package and have it implement Migration.Interface.
millisecond - Variable in class com.marringtons.time.Time
Millisecond of second (0-999)
milliseconds - Variable in class com.marringtons.time.Time
Once a time is set this is the number of milliseconds since the last midnight.
minus(Fraction) - Method in class com.marringtons.number.Fraction
Subtraction ine Fraction from another.
minute - Variable in class com.marringtons.time.Time
Minute of hour (0-59)
month - Variable in class com.marringtons.time.Date.YMD
term months

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