org.apache.maven.scm.provider.starteam.command.checkout
Class StarteamCheckOutConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.starteam.command.checkout.StarteamCheckOutConsumer
All Implemented Interfaces:
StreamConsumer

public class StarteamCheckOutConsumer
extends Object
implements StreamConsumer

Version:
$Id: StarteamCheckOutConsumer.java 1054738 2011-01-03 20:40:39Z olamy $
Author:
Dan T. Tran, Olivier Lamy

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

Constructor Detail

StarteamCheckOutConsumer

public StarteamCheckOutConsumer(ScmLogger logger,
                                File workingDirectory)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getCheckedOutFiles

public List<ScmFile> getCheckedOutFiles()


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