org.apache.maven.scm.provider.clearcase.command.remove
Class ClearCaseRemoveConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.clearcase.command.remove.ClearCaseRemoveConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class ClearCaseRemoveConsumer
extends Object
implements org.codehaus.plexus.util.cli.StreamConsumer

Author:
Wim Deblauwe

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

Constructor Detail

ClearCaseRemoveConsumer

public ClearCaseRemoveConsumer(ScmLogger logger)
Method Detail

consumeLine

public void consumeLine(String line)
Specified by:
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer

getRemovedFiles

public List getRemovedFiles()


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