org.apache.maven.scm.command
Interface Command
- All Known Implementing Classes:
- AbstractCommand
- public interface Command
- Version:
- $Id: Command.java 191730 2005-06-21 21:35:52Z evenisse $
- Author:
- Emmanuel Venisse, Trygve Laugstøl
Field Summary |
static java.lang.String |
ROLE
|
ROLE
public static final java.lang.String ROLE
execute
public ScmResult execute(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
- Throws:
ScmException
setLogger
public void setLogger(ScmLogger logger)
getLogger
public ScmLogger getLogger()