org.apache.maven.scm.command.status
Class AbstractStatusCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.status.AbstractStatusCommand
- All Implemented Interfaces:
- Command
public abstract class AbstractStatusCommand
- extends AbstractCommand
- Author:
- Brett Porter
| 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 |
AbstractStatusCommand
public AbstractStatusCommand()
executeStatusCommand
protected abstract StatusScmResult executeStatusCommand(ScmProviderRepository repository,
ScmFileSet fileSet)
throws ScmException
- Throws:
ScmException
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
-
- Specified by:
executeCommand in class AbstractCommand
- Throws:
ScmException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.