com.redstarhackers.craftsman.util
Class SCMInfo.Type
java.lang.Object
com.redstarhackers.craftsman.util.SCMInfo.Type
- Enclosing class:
- SCMInfo
public static class SCMInfo.Type
- extends java.lang.Object
|
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 |
NONE
public static final SCMInfo.Type NONE
CVS
public static final SCMInfo.Type CVS
SVN
public static final SCMInfo.Type SVN
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.