Package org.cloudfoundry.ide.eclipse.server.core.internal.ModuleCache

Examples of org.cloudfoundry.ide.eclipse.server.core.internal.ModuleCache.ServerData.clear()


  }

  public void clearApplications() {
    ServerData data = getData();
    if (data != null) {
      data.clear();
    }
  }

  public IStatus error(String message, Exception e) {
    return new Status(IStatus.ERROR, CloudFoundryPlugin.PLUGIN_ID, NLS.bind("{0} [{1}]", message, //$NON-NLS-1$
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.