org.apache.maven.scm.command
Interface Command
- All Known Implementing Classes:
- AbstractCommand
- public interface Command
- Version:
- $Id: Command.java 372209 2006-01-25 13:30:01Z 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()
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.