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.command.info.InfoScmResult
          extended by org.apache.maven.scm.provider.svn.command.info.SvnInfoScmResult
All Implemented Interfaces:
Serializable

Deprecated. use InfoScmResult

public class SvnInfoScmResult
extends InfoScmResult

Version:
$Id: SvnInfoScmResult.java 1063530 2011-01-25 23:53:11Z olamy $
Author:
Kenney Westerhof
See Also:
Serialized Form

Constructor Summary
SvnInfoScmResult(List<SvnInfoItem> files, ScmResult result)
          Deprecated.  
SvnInfoScmResult(String commandLine, List<SvnInfoItem> files)
          Deprecated.  
SvnInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.scm.command.info.InfoScmResult
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)
Deprecated. 

SvnInfoScmResult

public SvnInfoScmResult(String commandLine,
                        List<SvnInfoItem> files)
Deprecated. 

SvnInfoScmResult

public SvnInfoScmResult(List<SvnInfoItem> files,
                        ScmResult result)
Deprecated. 


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