List of usage examples for com.google.gwt.eclipse.wtp.facet.data IGwtFacetConstants GWT_FACET_ID
String GWT_FACET_ID
To view the source code for com.google.gwt.eclipse.wtp.facet.data IGwtFacetConstants GWT_FACET_ID.
Click Source Link
From source file:com.google.gwt.eclipse.testing.GwtFacetTestingUtilities.java
public static boolean hasGwtFacet(IProject project) throws CoreException { return FacetedProjectFramework.hasProjectFacet(project, IGwtFacetConstants.GWT_FACET_ID); }