public DatabasesClient getBasesProxy() { PlatypusProject project = getProject(); if (project != null) { return project.getBasesProxy(); } return null; }
public FileObject getAppRoot() throws Exception { PlatypusProject project = getProject(); if (project != null) { return project.getSrcRoot(); } else { return null; } }