org.apache.maven.scm.command.info
Class InfoScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.info.InfoScmResult
All Implemented Interfaces:
Serializable

public class InfoScmResult
extends ScmResult

Version:
$Id: InfoScmResult.java 1063886 2011-01-26 21:58:39Z olamy $
Author:
Kenney Westerhof, Olivier Lamy
See Also:
Serialized Form

Constructor Summary
InfoScmResult(List<InfoItem> infoItems, ScmResult result)
           
InfoScmResult(ScmResult result)
           
InfoScmResult(String commandLine, List<InfoItem> files)
           
InfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List<InfoItem> 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

InfoScmResult

public InfoScmResult(String commandLine,
                     String providerMessage,
                     String commandOutput,
                     boolean success)

InfoScmResult

public InfoScmResult(String commandLine,
                     List<InfoItem> files)

InfoScmResult

public InfoScmResult(List<InfoItem> infoItems,
                     ScmResult result)

InfoScmResult

public InfoScmResult(ScmResult result)
Method Detail

getInfoItems

public List<InfoItem> getInfoItems()


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