org.kuali.common.util.service
Interface ScmService

All Superinterfaces:
ScmService

Deprecated.

@Deprecated
public interface ScmService
extends ScmService


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.
 

Method Detail

add

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

Specified by:
add in interface ScmService

delete

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

Specified by:
delete in interface ScmService

commit

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

Specified by:
commit in interface ScmService

version

void version()
Deprecated. 
Display version information.

Specified by:
version in interface ScmService


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