Examples of validateDeploymentInfo()


Examples of org.cloudfoundry.ide.eclipse.server.core.AbstractApplicationDelegate.validateDeploymentInfo()

  public synchronized IStatus validateDeploymentInfo() {
    AbstractApplicationDelegate delegate = ApplicationRegistry.getApplicationDelegate(getLocalModule());
    if (delegate == null) {
      return AbstractApplicationDelegate.basicValidateDeploymentInfo(deploymentInfo);
    }
    return delegate.validateDeploymentInfo(deploymentInfo);
  }

  /**
   *
   * Returns the local WST module mapping. If present (not null), it most
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.