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

Author:
Kenney Westerhof

$Id: SvnInfoScmResult.java 483105 2006-12-06 15:07:54Z evenisse $


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

SvnInfoScmResult

public SvnInfoScmResult(String commandLine,
                        List files)

SvnInfoScmResult

public SvnInfoScmResult(List files,
                        ScmResult result)
Method Detail

getInfoItems

public List getInfoItems()


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