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
public class VssStatusCommand extends AbstractStatusCommand
-
-
Constructor Summary
Constructors Constructor Description VssStatusCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet)
protected StatusScmResult
executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)
protected ChangeLogCommand
getChangeLogCommand()
-
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
-
-
-
-
Method Detail
-
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
protected ChangeLogCommand getChangeLogCommand()
- Returns:
-
-