public boolean configure(final IProgressMonitor monitor) throws CoreException {
   return provider.configureApp(getApplicationModule(), getCloudFoundryServer(), monitor);
 }