Class GitInfoCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- 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
Fields Modifier and Type Field Description static int
NO_REVISION_LENGTH
-
Constructor Summary
Constructors Constructor Description GitInfoCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.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
-
-
-
-
Field Detail
-
NO_REVISION_LENGTH
public static final int NO_REVISION_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Throws:
ScmException
-
-