org.apache.maven.scm.provider.starteam.command.remove
Class StarteamRemoveConsumer

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

public class StarteamRemoveConsumer
extends Object
implements StreamConsumer

Author:
Dan T. Tran

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

Constructor Detail

StarteamRemoveConsumer

public StarteamRemoveConsumer(ScmLogger logger,
                              File basedir)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getRemovedFiles

public List<ScmFile> getRemovedFiles()


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