Class AbstractStatusCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.status.AbstractStatusCommand
- All Implemented Interfaces:
Command
- Author:
- Brett Porter
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract StatusScmResultexecuteStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
AbstractStatusCommand
public AbstractStatusCommand()
-
-
Method Details
-
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:
executeCommandin classAbstractCommand- Throws:
ScmException
-