org.apache.maven.scm.provider.perforce.command.add
Class PerforceAddConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.perforce.command.add.PerforceAddConsumer
All Implemented Interfaces:
StreamConsumer

public class PerforceAddConsumer
extends Object
implements StreamConsumer

Version:
$Id: PerforceChangeLogConsumer.java 331276 2005-11-07 15:04:54Z evenisse $
Author:
Mike Perham

Constructor Summary
PerforceAddConsumer()
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> getAdditions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceAddConsumer

public PerforceAddConsumer()
Method Detail

getAdditions

public List<ScmFile> getAdditions()

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer


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