org.kuali.common.util.service
Interface ScmService

All Known Implementing Classes:
SvnService

public interface 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.
 

Method Detail

add

void add(List<File> paths)
Add paths so they are included in files managed by the SCM system.


delete

void delete(List<File> paths)
Delete paths so they are no longer managed by the SCM system.


commit

void commit(List<File> paths,
            String message)
Commit paths with a commit message.


version

void version()
Display version information.



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