|
JavaSVN Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.SVNRevisionProperty
The SVNRevisionProperty class represents revision properties - those unversioned properties supported by Subversion.
Revision properties are unversioned, so there is always a risk to lose information when modifying revision property values.
| Field Summary | |
static String |
AUTHOR
An "svn:author" revision property (that holds the name of the revision's author) |
static String |
AUTOVERSIONED
|
static String |
DATE
An "svn:date" revision property that is a date & time stamp representing the time when the revision was created |
static String |
LOG
An "svn:log" revision property - the one that stores a log message attached to a revision during a commit operation |
static String |
ORIGINAL_DATE
|
| Constructor Summary | |
SVNRevisionProperty()
|
|
| Method Summary | |
static boolean |
isRevisionProperty(String name)
Says if the given revision property name is really a valid revision property name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String AUTHOR
public static final String LOG
public static final String DATE
public static final String AUTOVERSIONED
public static final String ORIGINAL_DATE
| Constructor Detail |
public SVNRevisionProperty()
| Method Detail |
public static boolean isRevisionProperty(String name)
name - a property name
|
JavaSVN Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||