Uses of Class
org.tmatesoft.svn.core.wc2.SvnSchedule
-
Packages that use SvnSchedule Package Description org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.wc2 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 SvnSchedule Modifier and Type Method Description private 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 SvnSchedule Modifier and Type Method Description private Info.ScheduleKind
SVNClientImpl. getScheduleKind(SvnSchedule schedule)
-
Uses of SvnSchedule in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SvnSchedule Modifier and Type Field Description private SvnSchedule
SvnWorkingCopyInfo. schedule
Methods in org.tmatesoft.svn.core.wc2 that return SvnSchedule Modifier and Type Method Description static SvnSchedule
SvnSchedule. fromString(java.lang.String str)
CreatesSvnSchedule
fromString
representation.SvnSchedule
SvnWorkingCopyInfo. getSchedule()
ReturnsSvnSchedule
attribute,null if not scheduled.
static SvnSchedule
SvnSchedule. 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 SvnSchedule Modifier and Type Method Description void
SvnWorkingCopyInfo. setSchedule(SvnSchedule schedule)
SetsSvnSchedule
attribute.
-