Class SvnInfoScmResult
- java.lang.Object
- 
- org.apache.maven.scm.ScmResult
- 
- org.apache.maven.scm.command.info.InfoScmResult
- 
- org.apache.maven.scm.provider.svn.command.info.SvnInfoScmResult
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class SvnInfoScmResult extends InfoScmResult Deprecated.useInfoScmResult- Author:
- Kenney Westerhof
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description SvnInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)Deprecated.SvnInfoScmResult(String commandLine, List<SvnInfoItem> files)Deprecated.SvnInfoScmResult(List<SvnInfoItem> files, ScmResult result)Deprecated.
 - 
Method Summary- 
Methods inherited from class org.apache.maven.scm.command.info.InfoScmResultgetInfoItems
 - 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
SvnInfoScmResultpublic SvnInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) Deprecated.
 - 
SvnInfoScmResultpublic SvnInfoScmResult(String commandLine, List<SvnInfoItem> files) Deprecated.
 - 
SvnInfoScmResultpublic SvnInfoScmResult(List<SvnInfoItem> files, ScmResult result) Deprecated.
 
- 
 
-