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:
org.codehaus.plexus.util.cli.StreamConsumer

public class StarteamRemoveConsumer
extends java.lang.Object
implements org.codehaus.plexus.util.cli.StreamConsumer

Version:
$Id: StarteamRemoveConsumer.java 691832 2008-09-03 23:54:44Z vsiveton $
Author:
Dan T. Tran

Constructor Summary
StarteamRemoveConsumer(ScmLogger logger, java.io.File basedir)
           
 
Method Summary
 void consumeLine(java.lang.String line)
          
 java.util.List 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,
                              java.io.File basedir)
Method Detail

consumeLine

public void consumeLine(java.lang.String line)

Specified by:
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer

getRemovedFiles

public java.util.List getRemovedFiles()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.