org.apache.maven.scm.provider.starteam.command.add
Class StarteamAddConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.starteam.command.add.StarteamAddConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

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

Version:
$Id: StarteamAddConsumer.java 1054126 2010-12-31 15:18:11Z olamy $
Author:
Dan T. Tran

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

Constructor Detail

StarteamAddConsumer

public StarteamAddConsumer(ScmLogger logger,
                           File basedir)
Method Detail

consumeLine

public void consumeLine(String line)

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

getAddedFiles

public List<ScmFile> getAddedFiles()


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