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.
|
Modifier and Type | Method and Description |
---|---|
private SvnSchedule |
SvnNgGetInfo.toSchedule(SVNWCContext.SVNWCSchedule schedule) |
Modifier and Type | Method and Description |
---|---|
private Info.ScheduleKind |
SVNClientImpl.getScheduleKind(SvnSchedule schedule) |
Modifier and Type | Field and Description |
---|---|
private SvnSchedule |
SvnWorkingCopyInfo.schedule |
Modifier and Type | Method and Description |
---|---|
static SvnSchedule |
SvnSchedule.fromString(java.lang.String str)
Creates
SvnSchedule from String representation. |
SvnSchedule |
SvnWorkingCopyInfo.getSchedule()
Returns
SvnSchedule 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnWorkingCopyInfo.setSchedule(SvnSchedule schedule)
Sets
SvnSchedule attribute. |