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 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 SvnSchedule Modifier and Type Method Description private Info.ScheduleKindSVNClientImpl. 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 SvnScheduleSvnWorkingCopyInfo. scheduleMethods in org.tmatesoft.svn.core.wc2 that return SvnSchedule Modifier and Type Method Description static SvnScheduleSvnSchedule. fromString(java.lang.String str)CreatesSvnSchedulefromStringrepresentation.SvnScheduleSvnWorkingCopyInfo. 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 SvnSchedule Modifier and Type Method Description voidSvnWorkingCopyInfo. setSchedule(SvnSchedule schedule)SetsSvnScheduleattribute.
-