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.
|
Modifier and Type | Method and Description |
---|---|
static SvnSchedule |
SvnSchedule.fromString(String str)
Creates
SvnSchedule from String representation. |
SvnSchedule |
SvnWorkingCopyInfo.getSchedule()
Returns
SvnSchedule attribute, null if not scheduled. |
static SvnSchedule |
SvnSchedule.valueOf(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. |
Copyright © 2022. All rights reserved.