|
Forge - Projects API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Exported public interface ProjectType
Provides additional project configuration for use during new project creation.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
Forge - Projects API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||