|
|||||||||
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(java.lang.Object o)
|
boolean |
equals(java.lang.Object o)
|
static ActionType |
getActionType(java.lang.String name)
Returns the ActionType based on its name. |
static java.util.Collection |
getActionTypes()
Returns a Collection of supported action types. |
int |
hashCode()
|
java.lang.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(java.lang.String name)
ActionType
based on its name.
name
- the name of the action
public static java.util.Collection getActionTypes()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |