org.apache.maven.scm.command
Interface Command

All Known Implementing Classes:
AbstractAddCommand, AbstractBranchCommand, AbstractChangeLogCommand, AbstractCheckInCommand, AbstractCheckOutCommand, AbstractCommand, AbstractDiffCommand, AbstractEditCommand, AbstractFileInfoCommand, AbstractListFilesCommand, AbstractLockCommand, AbstractLoginCommand, AbstractRemoveCommand, AbstractStatusCommand, AbstractTagCommand, AbstractUnEditCommand, AbstractUnlockCommand, AbstractUpdateCommand

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

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

execute

ScmResult execute(ScmProviderRepository repository,
                  ScmFileSet fileSet,
                  CommandParameters parameters)
                  throws ScmException
Throws:
ScmException

setLogger

void setLogger(ScmLogger logger)

getLogger

ScmLogger getLogger()


Copyright 2003-2003-2005 Apache Software Foundation. All Rights Reserved.