org.apache.maven.scm.provider.svn.svnexe.command.update

Class SvnUpdateConsumer

public class SvnUpdateConsumer extends Object implements StreamConsumer

Version: $Id: SvnUpdateConsumer.java 381077 2006-02-26 11:16:52Z evenisse $

Author: Trygve Laugstøl

Constructor Summary
SvnUpdateConsumer(ScmLogger logger, File workingDirectory)
Method Summary
voidconsumeLine(String line)
intgetRevision()
ListgetUpdatedFiles()

Constructor Detail

SvnUpdateConsumer

public SvnUpdateConsumer(ScmLogger logger, File workingDirectory)

Method Detail

consumeLine

public void consumeLine(String line)

getRevision

public int getRevision()

getUpdatedFiles

public List getUpdatedFiles()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.