Package | Description |
---|---|
org.apache.subversion.javahl.types |
Modifier and Type | Method and Description |
---|---|
Status.Kind |
Status.getPropStatus()
Returns the status of the properties (See Status Kind)
|
Status.Kind |
Status.getRepositoryPropStatus()
Returns test status of the properties in the repository (See StatusKind)
|
Status.Kind |
Status.getRepositoryTextStatus()
Returns the status of the item in the repository (See StatusKind)
|
Status.Kind |
Status.getTextStatus()
Returns the status of the item (See StatusKind)
|
static Status.Kind |
Status.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.Kind[] |
Status.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Status(String path,
String url,
NodeKind nodeKind,
long revision,
long lastChangedRevision,
long lastChangedDate,
String lastCommitAuthor,
Status.Kind textStatus,
Status.Kind propStatus,
Status.Kind repositoryTextStatus,
Status.Kind repositoryPropStatus,
boolean locked,
boolean copied,
boolean isConflicted,
boolean switched,
boolean fileExternal,
Lock localLock,
Lock reposLock,
long reposLastCmtRevision,
long reposLastCmtDate,
NodeKind reposKind,
String reposLastCmtAuthor,
String changelist,
String movedFromAbspath,
String movedToAbspath)
this constructor should only called from JNI code
|
Copyright © 2018. All rights reserved.