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:
StreamConsumer

public class SvnInfoConsumer
extends Object
implements StreamConsumer

Version:
$Id: SvnInfoConsumer.java 1063885 2011-01-26 21:58:10Z olamy $
Author:
Kenney Westerhof

Constructor Summary
SvnInfoConsumer()
           
 
Method Summary
 void consumeLine(String s)
          
 List<InfoItem> 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(String s)

Specified by:
consumeLine in interface StreamConsumer

getInfoItems

public List<InfoItem> getInfoItems()


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