Package | Description |
---|---|
org.apache.subversion.javahl.types | |
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Field and Description |
---|---|
private Status.Kind |
Status.propStatus
the status of the properties (See StatusKind)
|
private Status.Kind |
Status.repositoryPropStatus
the status of the properties base (See StatusKind)
|
private Status.Kind |
Status.repositoryTextStatus
the file or directory status of base (See StatusKind)
|
private Status.Kind |
Status.textStatus
the file or directory status (See StatusKind)
|
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(java.lang.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(java.lang.String path,
java.lang.String url,
NodeKind nodeKind,
long revision,
long lastChangedRevision,
long lastChangedDate,
java.lang.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,
java.lang.String reposLastCmtAuthor,
java.lang.String changelist,
java.lang.String movedFromAbspath,
java.lang.String movedToAbspath)
this constructor should only called from JNI code
|
Modifier and Type | Method and Description |
---|---|
private static int |
Status.fromAStatusKind(Status.Kind aKind) |
Modifier and Type | Method and Description |
---|---|
private Status.Kind |
SVNClientImpl.getStatusKind(SVNStatusType statusType) |