org.kuali.common.util.scm
Class SvnService
java.lang.Object
org.kuali.common.util.service.DefaultExecService
org.kuali.common.util.scm.SvnService
- All Implemented Interfaces:
- ScmService, ExecService
public class SvnService
- extends DefaultExecService
- implements ScmService
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvnService
public SvnService()
version
public void version()
- Description copied from interface:
ScmService
- Display version information.
- Specified by:
version
in interface ScmService
add
public void add(List<File> paths)
- Description copied from interface:
ScmService
- Add
paths
so they are included in files managed by the SCM system.
- Specified by:
add
in interface ScmService
delete
public void delete(List<File> paths)
- Description copied from interface:
ScmService
- Delete
paths
so they are no longer managed by the SCM system.
- Specified by:
delete
in interface ScmService
commit
public void commit(List<File> paths,
String message)
- Description copied from interface:
ScmService
- Commit
paths
with a commit message.
- Specified by:
commit
in interface ScmService
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.