Package org.tmatesoft.svn.cli.svn
Class SVNShowRevisionType
- java.lang.Object
-
- org.tmatesoft.svn.cli.svn.SVNShowRevisionType
-
public class SVNShowRevisionType extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
Fields Modifier and Type Field Description static SVNShowRevisionType
ELIGIBLE
static SVNShowRevisionType
INVALID
static SVNShowRevisionType
MERGED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SVNShowRevisionType
fromString(java.lang.String showRevisions)
java.lang.String
toString()
-
-
-
Field Detail
-
INVALID
public static final SVNShowRevisionType INVALID
-
MERGED
public static final SVNShowRevisionType MERGED
-
ELIGIBLE
public static final SVNShowRevisionType ELIGIBLE
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
fromString
public static SVNShowRevisionType fromString(java.lang.String showRevisions)
-
-