|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Messages | |
| com.marringtons.object | The Adept object package provides sophisticated object manipulation and storage, including a full-featured object database. |
| com.marringtons.string | Strings are as varied as the human language they represent - and require additional support for translation to/from the computer domain. |
| com.marringtons.xml | This package provides a simple basic XML processing package where the much more complex XML systems would be overkill. |
| Uses of Messages in com.marringtons.object |
| Methods in com.marringtons.object that return Messages | |
static Messages |
ObjectScraper.fromProperties(DAO dao,
Properties properties,
Translator translator)
Scrape string data in Properties format into the a DAO using an explicit translator. |
static Messages |
ObjectScraper.fromProperties(Object pojo,
Properties properties,
Translator translator)
Scrape string data in Properties format into the a POJO. |
static Messages |
ObjectScraper.toProperties(Properties properties,
String inclusions,
Object pojo,
Formatter formatter)
Convert a Java Object to a name/value pair set of string properties. |
static Messages |
ObjectScraper.toProperties(Properties properties,
String inclusions,
DAO dao,
Formatter formatter)
Convert a Java Object to a name/value pair set of string properties. |
Messages |
Translator.translate(Object object,
com.marringtons.object.ClassDirectory.Entry entry,
int fieldIndex,
String from,
int arrayIndex,
int arrayLength)
Translates from string to internal form. |
Messages |
Translator.validate(Object object,
com.marringtons.object.ClassDirectory.Entry entry,
Properties fields)
Once all the fields have been scraped into the POJO/DAO, validate is called for cross-field validation. |
| Uses of Messages in com.marringtons.string |
| Methods in com.marringtons.string that return Messages | |
static Messages |
Messages.getThreadInstance()
|
static Messages |
Messages.getSessionInstance()
|
static Messages |
Messages.getInstance()
Retrieve a message instance that is not tied to any data persister. |
| Methods in com.marringtons.string with parameters of type Messages | |
void |
Messages.add(Messages moreProblems)
When you get problems from multiple sources you will need to add them all together to make one big problem. |
| Uses of Messages in com.marringtons.xml |
| Fields in com.marringtons.xml declared as Messages | |
Messages |
XMLparser.problems
List of problems that arise during XML parsing. |
| Methods in com.marringtons.xml that return Messages | |
Messages |
XMLparser.parse(String xml)
Walk through an XML input stream calling processor methods on tag start, content and end. |
Messages |
XMLparser.parse(Reader reader)
Buffer the reader and walk through an XML input stream calling processor methods on tag start, content and end. |
Messages |
XMLparser.parse(BufferedReader reader)
Walk through an XML input stream calling processor methods on tags start, content and end. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||