Package org.eclipse.wst.common.project.facet.core.runtime

Examples of org.eclipse.wst.common.project.facet.core.runtime.IRuntime


    }
    return false;
  }

  public org.eclipse.wst.server.core.IRuntime getRuntime() {
    IRuntime runtime = (IRuntime) model.getProperty(IFacetProjectCreationDataModelProperties.FACET_RUNTIME);
    if (runtime != null) {
      return FacetUtil.getRuntime(runtime);
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wst.common.project.facet.core.runtime.IRuntime

Copyright © 2018 www.massapicom. 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.