@Deprecated public class SvnService extends DefaultExecService implements ScmService
| Constructor and Description |
|---|
SvnService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<File> paths)
Deprecated.
Add
paths so they are included in files managed by the SCM system. |
void |
commit(List<File> paths,
String message)
Deprecated.
Commit
paths with a commit message. |
void |
delete(List<File> paths)
Deprecated.
Delete
paths so they are no longer managed by the SCM system. |
void |
version()
Deprecated.
Display version information.
|
execute, execute, execute, executeAndValidate, executeAndValidate, getCommandLine, getConsumer, getStreamConsumer, validateExitValuepublic SvnService()
public void version()
ScmServiceversion in interface ScmServicepublic void add(List<File> paths)
ScmServicepaths so they are included in files managed by the SCM system.add in interface ScmServicepublic void delete(List<File> paths)
ScmServicepaths so they are no longer managed by the SCM system.delete in interface ScmServicepublic void commit(List<File> paths, String message)
ScmServicepaths with a commit message.commit in interface ScmServiceCopyright © 2010–2014 The Kuali Foundation. All rights reserved.