org.apache.maven.scm.provider.svn.svnexe.command.info
Class SvnInfoConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.svn.svnexe.command.info.SvnInfoConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class SvnInfoConsumer
extends java.lang.Object
implements org.codehaus.plexus.util.cli.StreamConsumer

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

Constructor Summary
SvnInfoConsumer()
           
 
Method Summary
 void consumeLine(java.lang.String s)
          
 java.util.List getInfoItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnInfoConsumer

public SvnInfoConsumer()
Method Detail

consumeLine

public void consumeLine(java.lang.String s)

Specified by:
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer

getInfoItems

public java.util.List getInfoItems()


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