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
           
 
Method Summary
 ScmResult execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 ScmLogger getLogger()
           
 void setLogger(ScmLogger logger)
           
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

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-2007 Apache Software Foundation. All Rights Reserved.