|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.service.DefaultExecService org.kuali.common.util.service.SvnService
@Deprecated public class SvnService
Constructor Summary | |
---|---|
SvnService()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.common.util.service.DefaultExecService |
---|
execute, execute, execute, executeAndValidate, executeAndValidate, getCommandLine, getConsumer, getStreamConsumer, validateExitValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SvnService()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |