org.apache.maven.scm.provider.vss.commands.status
Class VssStatusCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.status.AbstractStatusCommand
          extended by org.apache.maven.scm.provider.vss.commands.status.VssStatusCommand
All Implemented Interfaces:
Command

public class VssStatusCommand
extends AbstractStatusCommand

Version:
$Id: VssStatusCommand.java 691810 2008-09-03 22:38:28Z vsiveton $
Author:
Thorsten Riek

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
VssStatusCommand()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VssStatusCommand

public VssStatusCommand()
Method Detail

executeStatusCommand

protected StatusScmResult executeStatusCommand(ScmProviderRepository repository,
                                               ScmFileSet fileSet)
                                        throws ScmException

Specified by:
executeStatusCommand in class AbstractStatusCommand
Throws:
ScmException

buildCmdLine

public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo,
                                                             ScmFileSet fileSet)
                                                      throws ScmException
Throws:
ScmException

getChangeLogCommand

protected ChangeLogCommand getChangeLogCommand()
Returns:


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.