org.apache.maven.scm.command
Class AbstractCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- AbstractAddCommand, AbstractBlameCommand, AbstractBranchCommand, AbstractChangeLogCommand, AbstractCheckInCommand, AbstractCheckOutCommand, AbstractDiffCommand, AbstractEditCommand, AbstractExportCommand, AbstractFileInfoCommand, AbstractListCommand, AbstractLockCommand, AbstractLoginCommand, AbstractMkdirCommand, AbstractRemoteInfoCommand, AbstractRemoveCommand, AbstractStatusCommand, AbstractTagCommand, AbstractUnEditCommand, AbstractUnlockCommand, AbstractUpdateCommand
public abstract class AbstractCommand
- extends Object
- implements Command
- Author:
- Emmanuel Venisse, Trygve Laugstøl
| Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCommand
public AbstractCommand()
executeCommand
protected abstract ScmResult executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
- Throws:
ScmException
execute
public final ScmResult execute(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
-
- Specified by:
execute in interface Command
- Parameters:
repository - not nullfileSet - not nullparameters - could be null
- Returns:
- the result object
- Throws:
ScmException - if any
getLogger
public final ScmLogger getLogger()
-
- Specified by:
getLogger in interface Command
- Returns:
- the current logger
setLogger
public final void setLogger(ScmLogger logger)
-
- Specified by:
setLogger in interface Command
- Parameters:
logger - not null
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.