@Exported public interface ProjectType
| Modifier and Type | Method and Description |
|---|---|
Iterable<Class<? extends ProjectFacet>> |
getRequiredFacets()
Return all
Facet Class types required by a project of this type. |
Class<? extends UIWizardStep> |
getSetupFlow()
Return the
UIWizardStep Class that begins project configuration of this type. |
String |
getType()
Return the human-readable project type.
|
String getType()
Class<? extends UIWizardStep> getSetupFlow()
UIWizardStep Class that begins project configuration of this type.Iterable<Class<? extends ProjectFacet>> getRequiredFacets()
Facet Class types required by a project of this type.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.