| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cayenne.conf.ConfigSaver
public class ConfigSaver
Class that does saving of Cayenne configuration.
| Field Summary | |
|---|---|
| protected  ConfigSaverDelegate | delegate | 
| Constructor Summary | |
|---|---|
| ConfigSaver()Constructor for ConfigSaver. | |
| ConfigSaver(ConfigSaverDelegate delegate)Constructor for ConfigSaver. | |
| Method Summary | |
|---|---|
|  void | storeDataNode(PrintWriter pw,
              Project project,
              DataSourceInfo info)Stores DataSolurceInfo to the specified PrintWriter. | 
| protected  void | storeDataView(PrintWriter pw,
              String dataViewName) | 
| protected  void | storeDomain(PrintWriter pw,
            String domainName) | 
|  void | storeDomains(PrintWriter pw)Saves domains into the specified file. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected ConfigSaverDelegate delegate
| Constructor Detail | 
|---|
public ConfigSaver()
public ConfigSaver(ConfigSaverDelegate delegate)
| Method Detail | 
|---|
public void storeDomains(PrintWriter pw)
protected void storeDataView(PrintWriter pw,
                             String dataViewName)
protected void storeDomain(PrintWriter pw,
                           String domainName)
public void storeDataNode(PrintWriter pw,
                          Project project,
                          DataSourceInfo info)
info object may
 contain full or partial information.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||