|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.changes.ActionType
public final class ActionType
Action type enumeration.
Field Summary | |
---|---|
static ActionType |
ADD
An action representing a new feature. |
static ActionType |
FIX
An action representing a fix. |
static ActionType |
REMOVE
An action representing a removal. |
static ActionType |
UPDATE
An action representing an improvement. |
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
static ActionType |
getActionType(String name)
Returns the ActionType based on its name. |
static Collection |
getActionTypes()
Returns a Collection of supported action types. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ActionType FIX
public static final ActionType ADD
public static final ActionType UPDATE
public static final ActionType REMOVE
Method Detail |
---|
public static ActionType getActionType(String name)
ActionType
based on its name.
name
- the name of the action
public static Collection getActionTypes()
public int compareTo(Object o)
compareTo
in interface Comparable
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |