Package | Description |
---|---|
org.apache.subversion.javahl | |
org.apache.subversion.javahl.callback | |
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 NodeKind |
ClientNotifyInformation.kind
The
NodeKind of the item. |
private NodeKind |
DiffSummary.nodeKind |
(package private) NodeKind |
CommitItem.nodeKind
the kind node (file or directory)
|
private NodeKind |
ConflictDescriptor.nodeKind |
Modifier and Type | Method and Description |
---|---|
NodeKind |
ClientNotifyInformation.getKind() |
NodeKind |
DiffSummary.getNodeKind() |
NodeKind |
CommitItem.getNodeKind()
return the node kind of the commit item
|
NodeKind |
ConflictDescriptor.getNodeKind() |
Modifier and Type | Method and Description |
---|---|
static CommitItem |
JavaHLObjectFactory.createCommitItem(java.lang.String p,
NodeKind nk,
int sf,
java.lang.String u,
java.lang.String cu,
long r,
java.lang.String mf) |
Constructor and Description |
---|
ClientNotifyInformation(java.lang.String path,
ClientNotifyInformation.Action action,
NodeKind kind,
java.lang.String mimeType,
Lock lock,
java.lang.String errMsg,
ClientNotifyInformation.Status contentState,
ClientNotifyInformation.Status propState,
ClientNotifyInformation.LockStatus lockState,
long revision,
java.lang.String changelistName,
RevisionRange mergeRange,
java.lang.String pathPrefix,
java.lang.String propName,
java.util.Map<java.lang.String,java.lang.String> revProps,
long oldRevision,
long hunkOriginalStart,
long hunkOriginalLength,
long hunkModifiedStart,
long hunkModifiedLength,
long hunkMatchedLine,
int hunkFuzz)
This constructor is to be used by the native code.
|
CommitItem(java.lang.String p,
NodeKind nk,
int sf,
java.lang.String u,
java.lang.String cu,
long r,
java.lang.String mf)
This constructor will be only called from the jni code.
|
ConflictDescriptor(java.lang.String path,
ConflictDescriptor.Kind conflictKind,
NodeKind nodeKind,
java.lang.String propertyName,
boolean isBinary,
java.lang.String mimeType,
ConflictDescriptor.Action action,
ConflictDescriptor.Reason reason,
ConflictDescriptor.Operation operation,
java.lang.String basePath,
java.lang.String theirPath,
java.lang.String myPath,
java.lang.String mergedPath,
ConflictVersion srcLeft,
ConflictVersion srcRight)
This constructor should only be called from JNI code.
|
DiffSummary(java.lang.String path,
DiffSummary.DiffKind diffKind,
boolean propsChanged,
NodeKind nodeKind)
This constructor is to be used by the native code.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImportFilterCallback.filter(java.lang.String path,
NodeKind kind,
boolean special)
This method will be called for each node.
|
Modifier and Type | Field and Description |
---|---|
private NodeKind |
Info.kind
the item kinds
|
private NodeKind |
ConflictVersion.nodeKind |
private NodeKind |
ChangePath.nodeKind
The kind of the changed path.
|
private NodeKind |
Status.nodeKind
kind of the item (file, directory or unknonw)
|
private NodeKind |
DirEntry.nodeKind
the kind of the node (directory or file)
|
private NodeKind |
Status.reposKind
Set to the node kind of the youngest commit, or
none if not out of date. |
Modifier and Type | Method and Description |
---|---|
NodeKind |
Info.getKind()
return the item kinds (see NodeKind)
|
NodeKind |
ConflictVersion.getNodeKind() |
NodeKind |
ChangePath.getNodeKind()
Retrieve the node kind
|
NodeKind |
Status.getNodeKind()
Returns the kind of the node (file, directory or unknown, see NodeKind)
|
NodeKind |
DirEntry.getNodeKind()
Return the kind of entry (file or directory)
|
NodeKind |
Status.getReposKind() |
static NodeKind |
NodeKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeKind[] |
NodeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ConflictVersion |
JavaHLTypesObjectFactory.createConflictVersion(java.lang.String reposURL,
java.lang.String reposUUID,
long pegRevision,
java.lang.String pathInRepos,
NodeKind nodeKind) |
Constructor and Description |
---|
ChangePath(java.lang.String path,
long copySrcRevision,
java.lang.String copySrcPath,
ChangePath.Action action,
NodeKind nodeKind,
Tristate textMods,
Tristate propMods)
Constructor to be called from the native code
|
ConflictVersion(java.lang.String reposURL,
java.lang.String reposUUID,
long pegRevision,
java.lang.String pathInRepos,
NodeKind nodeKind)
This constructor should only be called from JNI code.
|
DirEntry(java.lang.String path,
java.lang.String absPath,
NodeKind nodeKind,
long size,
boolean hasProps,
long lastChangedRevision,
long lastChanged,
java.lang.String lastAuthor)
this constructor is only called from the JNI code
|
Info(java.lang.String path,
java.lang.String wcroot,
java.lang.String url,
long rev,
NodeKind kind,
java.lang.String reposRootUrl,
java.lang.String reposUUID,
long lastChangedRev,
long lastChangedDate,
java.lang.String lastChangedAuthor,
Lock lock,
boolean hasWcInfo,
Info.ScheduleKind schedule,
java.lang.String copyFromUrl,
long copyFromRev,
long textTime,
Checksum checksum,
java.lang.String changelistName,
long workingSize,
long reposSize,
Depth depth,
java.util.Set<ConflictDescriptor> conflict)
constructor to build the object by native code.
|
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 |
---|---|
static int |
NodeKind.fromApache(NodeKind aKind) |
Modifier and Type | Method and Description |
---|---|
private static NodeKind |
SVNClientImpl.getNodeKind(SVNNodeKind kind) |