|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.scm.hg.HgTargetEnum
public class HgTargetEnum
Defines the different targets of a classsic subversion repository.
| Field Summary | |
|---|---|
static HgTargetEnum |
BRANCH
The BRANCH branch of the SCM. |
static HgTargetEnum |
TAG
The TAG branch of the SCM. |
static HgTargetEnum |
TRUNK
The TRUNK/HEAD tag for the SCM. |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Equality with another object. |
int |
hashCode()
Compute the hashcode. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final HgTargetEnum TRUNK
public static final HgTargetEnum TAG
public static final HgTargetEnum BRANCH
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectobject - the object to be checked for equality against.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||