org.apache.maven.scm.provider.svn.svnexe.command.status
Class SvnStatusConsumer

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

public class SvnStatusConsumer
extends Object
implements StreamConsumer

Version:
$Id: SvnStatusConsumer.java 1056991 2011-01-09 18:09:10Z olamy $
Author:
Trygve Laugstøl

Constructor Summary
SvnStatusConsumer(ScmLogger logger, File workingDirectory)
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> getChangedFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnStatusConsumer

public SvnStatusConsumer(ScmLogger logger,
                         File workingDirectory)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getChangedFiles

public List<ScmFile> getChangedFiles()


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