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 1056991 2011-01-09 18:09:10Z olamy $
Author:
Thorsten Riek

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
VssStatusCommand()
           
 
Method Summary
 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 Commandline buildCmdLine(VssScmProviderRepository repo,
                                ScmFileSet fileSet)
                         throws ScmException
Throws:
ScmException

getChangeLogCommand

protected ChangeLogCommand getChangeLogCommand()
Returns:


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.