Class VssStatusCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.status.AbstractStatusCommand
org.apache.maven.scm.provider.vss.commands.status.VssStatusCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.Commandline
buildCmdLine
(VssScmProviderRepository repo, ScmFileSet fileSet) protected StatusScmResult
executeStatusCommand
(ScmProviderRepository repository, ScmFileSet fileSet) protected ChangeLogCommand
Methods inherited from class org.apache.maven.scm.command.status.AbstractStatusCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
VssStatusCommand
public VssStatusCommand()
-
-
Method Details
-
executeStatusCommand
protected StatusScmResult executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException - Specified by:
executeStatusCommand
in classAbstractStatusCommand
- Throws:
ScmException
-
buildCmdLine
public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet) throws ScmException - Throws:
ScmException
-
getChangeLogCommand
- Returns:
-