|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void add(List<File> paths)
paths
so they are included in files managed by the SCM system.
void delete(List<File> paths)
paths
so they are no longer managed by the SCM system.
void commit(List<File> paths, String message)
paths
with a commit message.
void version()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |