com.redstarhackers.craftsman.util
Class SCMInfo.Type

java.lang.Object
  extended by com.redstarhackers.craftsman.util.SCMInfo.Type
Enclosing class:
SCMInfo

public static class SCMInfo.Type
extends java.lang.Object


Field Summary
static SCMInfo.Type CVS
           
static SCMInfo.Type NONE
           
static SCMInfo.Type SVN
           
 
Method Summary
 boolean equals(java.lang.Object rhs)
          Returns whether the right-hand-side object is equal to this instance.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final SCMInfo.Type NONE

CVS

public static final SCMInfo.Type CVS

SVN

public static final SCMInfo.Type SVN
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object rhs)
Returns whether the right-hand-side object is equal to this instance.

Overrides:
equals in class java.lang.Object
Returns:
true if they are considered equal, false otherwise.