org.codehaus.mojo.scmchangelog.scm.svn
Class SvnTargetEnum

java.lang.Object
  extended by org.codehaus.mojo.scmchangelog.scm.svn.SvnTargetEnum
All Implemented Interfaces:
ScmTarget

public class SvnTargetEnum
extends Object
implements ScmTarget

Defines the different targets of a classsic subversion repository.

Version:
$Id: SvnTargetEnum.java 9275 2009-03-24 20:40:58Z ehsavoie $
Author:
ehsavoie

Field Summary
static SvnTargetEnum BRANCH
          The BRANCH branch of the SCM.
static SvnTargetEnum TAG
          The TAG branch of the SCM.
static SvnTargetEnum 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

TRUNK

public static final SvnTargetEnum TRUNK
The TRUNK/HEAD tag for the SCM.


TAG

public static final SvnTargetEnum TAG
The TAG branch of the SCM.


BRANCH

public static final SvnTargetEnum BRANCH
The BRANCH branch of the SCM.

Method Detail

hashCode

public int hashCode()
Compute the hashcode.

Overrides:
hashCode in class Object
Returns:
the hashcode.

equals

public boolean equals(Object object)
Equality with another object.

Overrides:
equals in class Object
Parameters:
object - the object to be checked for equality against.
Returns:
true if object equals this - false otherwise.


Copyright © 2008-2009 Codehaus. All Rights Reserved.