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.
|
Modifier and Type | Method and Description |
---|---|
NodeKind |
ClientNotifyInformation.getKind() |
NodeKind |
ConflictDescriptor.getNodeKind() |
NodeKind |
DiffSummary.getNodeKind() |
NodeKind |
CommitItem.getNodeKind()
return the node kind of the commit item
|
Modifier and Type | Method and Description |
---|---|
static CommitItem |
JavaHLObjectFactory.createCommitItem(String p,
NodeKind nk,
int sf,
String u,
String cu,
long r,
String mf) |
Constructor and Description |
---|
ClientNotifyInformation(String path,
ClientNotifyInformation.Action action,
NodeKind kind,
String mimeType,
Lock lock,
String errMsg,
ClientNotifyInformation.Status contentState,
ClientNotifyInformation.Status propState,
ClientNotifyInformation.LockStatus lockState,
long revision,
String changelistName,
RevisionRange mergeRange,
String pathPrefix,
String propName,
Map<String,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.
|
ConflictDescriptor(String path,
ConflictDescriptor.Kind conflictKind,
NodeKind nodeKind,
String propertyName,
boolean isBinary,
String mimeType,
ConflictDescriptor.Action action,
ConflictDescriptor.Reason reason,
ConflictDescriptor.Operation operation,
String basePath,
String theirPath,
String myPath,
String mergedPath,
ConflictVersion srcLeft,
ConflictVersion srcRight)
This constructor should only be called from JNI code.
|
DiffSummary(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(String path,
NodeKind kind,
boolean special)
This method will be called for each node.
|
Modifier and Type | Method and Description |
---|---|
NodeKind |
Info.getKind()
return the item kinds (see NodeKind)
|
NodeKind |
ConflictVersion.getNodeKind() |
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 |
ChangePath.getNodeKind()
Retrieve the node kind
|
NodeKind |
Status.getReposKind() |
static NodeKind |
NodeKind.valueOf(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(String reposURL,
String reposUUID,
long pegRevision,
String pathInRepos,
NodeKind nodeKind) |
Constructor and Description |
---|
ChangePath(String path,
long copySrcRevision,
String copySrcPath,
ChangePath.Action action,
NodeKind nodeKind,
Tristate textMods,
Tristate propMods)
Constructor to be called from the native code
|
DirEntry(String path,
String absPath,
NodeKind nodeKind,
long size,
boolean hasProps,
long lastChangedRevision,
long lastChanged,
String lastAuthor)
this constructor is only called from the JNI code
|
Info(String path,
String wcroot,
String url,
long rev,
NodeKind kind,
String reposRootUrl,
String reposUUID,
long lastChangedRev,
long lastChangedDate,
String lastChangedAuthor,
Lock lock,
boolean hasWcInfo,
Info.ScheduleKind schedule,
String copyFromUrl,
long copyFromRev,
long textTime,
Checksum checksum,
String changelistName,
long workingSize,
long reposSize,
Depth depth,
Set<ConflictDescriptor> conflict)
constructor to build the object by native code.
|
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
|
Modifier and Type | Method and Description |
---|---|
static int |
NodeKind.fromApache(NodeKind aKind) |
Copyright © 2019. All rights reserved.