Uses of Enum
org.tmatesoft.svn.core.wc2.SvnSchedule
Packages that use SvnSchedule
Package
Description
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of SvnSchedule in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SvnScheduleModifier and TypeMethodDescriptionprivate SvnScheduleSvnNgGetInfo.toSchedule(SVNWCContext.SVNWCSchedule schedule) -
Uses of SvnSchedule in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SvnScheduleModifier and TypeMethodDescriptionprivate Info.ScheduleKindSVNClientImpl.getScheduleKind(SvnSchedule schedule) -
Uses of SvnSchedule in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SvnScheduleMethods in org.tmatesoft.svn.core.wc2 that return SvnScheduleModifier and TypeMethodDescriptionstatic SvnScheduleSvnSchedule.fromString(java.lang.String str) CreatesSvnSchedulefromStringrepresentation.SvnWorkingCopyInfo.getSchedule()ReturnsSvnScheduleattribute,null if not scheduled.static SvnScheduleSvnSchedule.valueOf(java.lang.String name) Returns the enum constant of this type with the specified name.static SvnSchedule[]SvnSchedule.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnScheduleModifier and TypeMethodDescriptionvoidSvnWorkingCopyInfo.setSchedule(SvnSchedule schedule) SetsSvnScheduleattribute.