org.apache.maven.scm.provider.git.command.info
Class GitInfoScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.provider.git.command.info.GitInfoScmResult

public class GitInfoScmResult
extends ScmResult

Version:
$Id: GitInfoScmResult.java 685548 2008-08-13 13:35:49Z vsiveton $
Author:
Kenney Westerhof

Constructor Summary
GitInfoScmResult(java.util.List files, ScmResult result)
           
GitInfoScmResult(java.lang.String commandLine, java.util.List files)
           
GitInfoScmResult(java.lang.String commandLine, java.lang.String providerMessage, java.lang.String commandOutput, boolean success)
           
 
Method Summary
 java.util.List getInfoItems()
           
 
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitInfoScmResult

public GitInfoScmResult(java.lang.String commandLine,
                        java.lang.String providerMessage,
                        java.lang.String commandOutput,
                        boolean success)

GitInfoScmResult

public GitInfoScmResult(java.lang.String commandLine,
                        java.util.List files)

GitInfoScmResult

public GitInfoScmResult(java.util.List files,
                        ScmResult result)
Method Detail

getInfoItems

public java.util.List getInfoItems()


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