org.kuali.common.util.scm
Interface ScmService

All Known Subinterfaces:
ScmService
All Known Implementing Classes:
SvnService, 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–2014 The Kuali Foundation. All rights reserved.