org.apache.maven.scm.provider.svn.command.info
Class SvnInfoScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.provider.svn.command.info.SvnInfoScmResult

public class SvnInfoScmResult
extends ScmResult

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

Constructor Summary
SvnInfoScmResult(java.util.List files, ScmResult result)
           
SvnInfoScmResult(java.lang.String commandLine, java.util.List files)
           
SvnInfoScmResult(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

SvnInfoScmResult

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

SvnInfoScmResult

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

SvnInfoScmResult

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

getInfoItems

public java.util.List getInfoItems()


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