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 SvnSchedule
SvnNgGetInfo.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.ScheduleKind
SVNClientImpl.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 SvnSchedule
SvnSchedule.fromString
(String str) CreatesSvnSchedule
fromString
representation.SvnWorkingCopyInfo.getSchedule()
ReturnsSvnSchedule
attribute,null if not scheduled.
static SvnSchedule
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 TypeMethodDescriptionvoid
SvnWorkingCopyInfo.setSchedule
(SvnSchedule schedule) SetsSvnSchedule
attribute.