Class LocalStatusCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.status.AbstractStatusCommand
org.apache.maven.scm.provider.local.command.status.LocalStatusCommand
- All Implemented Interfaces:
Command
,LocalCommand
- Author:
- Matthew McCullough
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StatusScmResult
executeStatusCommand
(ScmProviderRepository repository, ScmFileSet fileSet) Methods inherited from class org.apache.maven.scm.command.status.AbstractStatusCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
LocalStatusCommand
public LocalStatusCommand()
-
-
Method Details
-
executeStatusCommand
protected StatusScmResult executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException - Specified by:
executeStatusCommand
in classAbstractStatusCommand
- Throws:
ScmException
-