|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Translator | |
| com.marringtons.object | The Adept object package provides sophisticated object manipulation and storage, including a full-featured object database. |
| Uses of Translator in com.marringtons.object |
| Methods in com.marringtons.object that return Translator | |
static Translator |
Translator.getInstance(Object object,
com.marringtons.object.ClassDirectory.Entry entry)
Get an instance of a translator - from the class being translated or the default if no others exist. |
| Methods in com.marringtons.object with parameters of type Translator | |
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 Object |
ObjectXML.fromXML(String xml,
Translator translator)
Given an XML string created by toXML(), create an instance of the DAO or POJO. |
static Object |
ObjectXML.fromXML(BufferedReader xml,
Translator translator)
Convert an XML stream into a POJO - using a static class directory for the purpose. |
static void |
ObjectXML.fromXML(Database db,
Reader reader,
boolean unique,
Translator translator)
Given a stream of XML, extract the objects and save them into the current database. |
static DAO |
ObjectXML.fromXML(Database db,
BufferedReader reader,
boolean unique,
Translator translator)
Given a stream of XML, extract the objects and save them into the current database. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||