org.apache.maven.scm.provider.svn.svnexe.command.list
Class SvnListConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.svn.svnexe.command.list.SvnListConsumer
All Implemented Interfaces:
StreamConsumer

public class SvnListConsumer
extends Object
implements StreamConsumer

Version:
$Id: SvnListConsumer.java 1055646 2011-01-05 21:22:58Z olamy $
Author:
Carlos Sanchez

Constructor Summary
SvnListConsumer()
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> getFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnListConsumer

public SvnListConsumer()
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getFiles

public List<ScmFile> getFiles()


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