|
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.IFacetedProject.Action
public static final class IFacetedProject.Action
Represents a single action such as installing or uninstalling a project facet.
Nested Class Summary | |
---|---|
static class |
IFacetedProject.Action.Type
The action type enumeration. |
Constructor Summary | |
---|---|
IFacetedProject.Action(IFacetedProject.Action.Type type,
IProjectFacetVersion fv,
Object config)
Creates a new action. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Object |
getConfig()
Returns the configuration object associated with this action, if any. |
IProjectFacetVersion |
getProjectFacetVersion()
Returns the descriptor for the project facet version that this action will be manipulating. |
IFacetedProject.Action.Type |
getType()
Returns the action type |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IFacetedProject.Action(IFacetedProject.Action.Type type, IProjectFacetVersion fv, Object config)
type
- action typefv
- the the project facet versionconfig
- the configuration object, or null
Method Detail |
---|
public IFacetedProject.Action.Type getType()
public IProjectFacetVersion getProjectFacetVersion()
public Object getConfig()
null
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |