Uses of Class
org.tmatesoft.svn.core.wc2.SvnSchedule
-
Packages that use SvnSchedule Package Description 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.wc2
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.
-