87888990919293
public void save(PrintWriter out) throws Exception { ConfigSaverDelegate localDelegate = (saveDelegate != null) ? saveDelegate : new RuntimeSaveDelegate(((ApplicationProject) projectObj) .getConfiguration()); new ConfigSaver(localDelegate).storeDomains(out); }
62636465666768
} @Override public void save(PrintWriter out) throws Exception { ProjectDataSource src = (ProjectDataSource) nodeObj.getDataSource(); new ConfigSaver().storeDataNode(out, getProject(), src.getDataSourceInfo()); }
82838485868788
63646566676869
88899091929394
60616263646566
return nodeObj.getName(); } public void save(PrintWriter out) throws Exception { ProjectDataSource src = (ProjectDataSource) nodeObj.getDataSource(); new ConfigSaver().storeDataNode(out, src.getDataSourceInfo()); }
84858687888990
return nodeObj.getName(); } public void save(PrintWriter out) throws Exception { ProjectDataSource src = (ProjectDataSource) nodeObj.getDataSource(); new ConfigSaver().storeDataNode(out, getProject(), src.getDataSourceInfo()); }