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 Checksum |
Info.checksum
the checksum of the item
|
Modifier and Type | Method and Description |
---|---|
Checksum |
Info.getChecksum()
return the checksum of the item
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
Info2.getChecksumDigest(Checksum checksum) |
Modifier and Type | Method and Description |
---|---|
private Checksum |
SVNClientImpl.getChecksum(SvnChecksum checksum) |