Uses of Class
org.apache.subversion.javahl.types.Checksum
-
Packages that use Checksum Package Description org.apache.subversion.javahl.types -
-
Uses of Checksum in org.apache.subversion.javahl.types
Methods in org.apache.subversion.javahl.types that return Checksum Modifier and Type Method Description Checksum
Info. getChecksum()
return the checksum of the itemConstructors in org.apache.subversion.javahl.types with parameters of type Checksum Constructor 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.
-