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