org.apache.maven.scm.provider.git.gitexe.command.status
Class GitStatusCommand

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.git.gitexe.command.status.GitStatusCommand
All Implemented Interfaces:
Command, GitCommand

public class GitStatusCommand
extends AbstractStatusCommand
implements GitCommand

Version:
$Id: GitStatusCommand.java 1375087 2012-08-20 16:10:26Z olamy $
Author:
Brett Porter

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
GitStatusCommand()
           
 
Method Summary
static Commandline createCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet)
           
protected  StatusScmResult executeStatusCommand(ScmProviderRepository repo, 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, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Constructor Detail

GitStatusCommand

public GitStatusCommand()
Method Detail

executeStatusCommand

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

Specified by:
executeStatusCommand in class AbstractStatusCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(GitScmProviderRepository repository,
                                            ScmFileSet fileSet)


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