org.apache.maven.scm.command
Class AbstractCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- AbstractAddCommand, AbstractBranchCommand, AbstractChangeLogCommand, AbstractCheckInCommand, AbstractCheckOutCommand, AbstractDiffCommand, AbstractEditCommand, AbstractExportCommand, AbstractFileInfoCommand, AbstractListCommand, AbstractLockCommand, AbstractLoginCommand, AbstractRemoveCommand, AbstractStatusCommand, AbstractTagCommand, AbstractUnEditCommand, AbstractUnlockCommand, AbstractUpdateCommand, PerforceInfoCommand, SvnInfoCommand
public abstract class AbstractCommand
- extends Object
- implements Command
- Version:
- $Id: AbstractCommand.java 483105 2006-12-06 15:07:54Z evenisse $
- 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
- Throws:
ScmException
getLogger
public final ScmLogger getLogger()
- Specified by:
getLogger
in interface Command
- See Also:
Command.getLogger()
setLogger
public final void setLogger(ScmLogger logger)
- Specified by:
setLogger
in interface Command
- See Also:
Command.setLogger(org.apache.maven.scm.log.ScmLogger)
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.