Uses of Class
org.apache.subversion.javahl.types.Info.ScheduleKind
-
Packages that use Info.ScheduleKind Package Description org.apache.subversion.javahl.types org.tmatesoft.svn.core.javahl17 -
-
Uses of Info.ScheduleKind in org.apache.subversion.javahl.types
Fields in org.apache.subversion.javahl.types declared as Info.ScheduleKind Modifier and Type Field Description private Info.ScheduleKind
Info. schedule
the scheduled operation at next commitMethods in org.apache.subversion.javahl.types that return Info.ScheduleKind Modifier and Type Method Description Info.ScheduleKind
Info. getSchedule()
return the scheduled operation at next commit (see ScheduleKind)static Info.ScheduleKind
Info.ScheduleKind. valueOf(java.lang.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.Constructors in org.apache.subversion.javahl.types with parameters of type Info.ScheduleKind 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. -
Uses of Info.ScheduleKind in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return Info.ScheduleKind Modifier and Type Method Description private Info.ScheduleKind
SVNClientImpl. getScheduleKind(SvnSchedule schedule)
-