Package | Description |
---|---|
org.apache.subversion.javahl.types |
Modifier and Type | Method and Description |
---|---|
Info.ScheduleKind |
Info.getSchedule()
return the scheduled operation at next commit (see ScheduleKind)
|
static Info.ScheduleKind |
Info.ScheduleKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Info.ScheduleKind[] |
Info.ScheduleKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
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.
|
Copyright © 2019. All rights reserved.