Example usage for com.google.gwt.eclipse.wtp.facet.data IGwtFacetConstants GWT_FACET_ID

List of usage examples for com.google.gwt.eclipse.wtp.facet.data IGwtFacetConstants GWT_FACET_ID

Introduction

In this page you can find the example usage for com.google.gwt.eclipse.wtp.facet.data IGwtFacetConstants GWT_FACET_ID.

Prototype

String GWT_FACET_ID

To view the source code for com.google.gwt.eclipse.wtp.facet.data IGwtFacetConstants GWT_FACET_ID.

Click Source Link

Usage

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);
}