org.kuali.common.util.service
Class SubversionService

java.lang.Object
  extended by org.kuali.common.util.service.DefaultExecService
      extended by org.kuali.common.util.service.SubversionService
All Implemented Interfaces:
ExecService, ScmService

public class SubversionService
extends DefaultExecService
implements ScmService


Constructor Summary
SubversionService()
           
 
Method Summary
 void add(List<File> paths)
           
 void commit(List<File> paths, String message)
           
 void delete(List<File> paths)
           
 
Methods inherited from class org.kuali.common.util.service.DefaultExecService
execute, execute, execute, executeAndValidate, executeAndValidate, getCommandLine, getStreamConsumer, validateExitValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubversionService

public SubversionService()
Method Detail

add

public void add(List<File> paths)
Specified by:
add in interface ScmService

delete

public void delete(List<File> paths)
Specified by:
delete in interface ScmService

commit

public void commit(List<File> paths,
                   String message)
Specified by:
commit in interface ScmService


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.