org.apache.maven.scm.provider.git.gitexe.command.info
Class GitInfoCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.provider.git.gitexe.command.info.GitInfoCommand
All Implemented Interfaces:
Command, GitCommand

public class GitInfoCommand
extends AbstractCommand
implements GitCommand

Since:
1.5
Author:
Olivier Lamy

Field Summary
static int NO_REVISION_LENGTH
           
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
GitInfoCommand()
           
 
Method Summary
static Commandline createCommandLine(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected  ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 
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
 

Field Detail

NO_REVISION_LENGTH

public static final int NO_REVISION_LENGTH
See Also:
Constant Field Values
Constructor Detail

GitInfoCommand

public GitInfoCommand()
Method Detail

executeCommand

protected ScmResult executeCommand(ScmProviderRepository repository,
                                   ScmFileSet fileSet,
                                   CommandParameters parameters)
                            throws ScmException
Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException

createCommandLine

public static Commandline createCommandLine(ScmProviderRepository repository,
                                            ScmFileSet fileSet,
                                            CommandParameters parameters)
                                     throws ScmException
Throws:
ScmException


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