Package org.eclipse.m2e.wtp.overlay.internal.modulecore

Examples of org.eclipse.m2e.wtp.overlay.internal.modulecore.OverlaySelfComponent


    return new OverlayVirtualComponent(aProject);
  }

  //TODO check and prevent circular references
  public static IOverlayVirtualComponent createSelfOverlayComponent(IProject aProject) {
    return new OverlaySelfComponent(aProject);
  }
View Full Code Here


  }
  return patternSet;
  }

  private IOverlayVirtualComponent createSelfComponent(IVirtualComponent component) {
    return new OverlaySelfComponent(component.getProject());
  }
View Full Code Here

TOP

Related Classes of org.eclipse.m2e.wtp.overlay.internal.modulecore.OverlaySelfComponent

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.