|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.common.project.facet.core.PresetDefinition
public final class PresetDefinition
The preset definition is used in several contexts as a means of describing a preset. It is
different from IPreset
in that the preset definition is not an actual preset that's
registered with the system.
Constructor Summary | |
---|---|
PresetDefinition(String label,
String description,
Set<IProjectFacetVersion> facets)
Creates a new preset definition. |
Method Summary | |
---|---|
String |
getDescription()
Returns the description of the preset. |
String |
getLabel()
Returns the label that should be used when presenting the preset to the user. |
Set<IProjectFacetVersion> |
getProjectFacets()
Returns the project facets that are part of this preset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PresetDefinition(String label, String description, Set<IProjectFacetVersion> facets)
label
- the label that should be used when presenting the preset to the userdescription
- the description of the presetfacets
- the facets that comprise the presetMethod Detail |
---|
public String getLabel()
public String getDescription()
public Set<IProjectFacetVersion> getProjectFacets()
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |