org.apache.maven.scm.provider.cvslib.command.tag
Class CvsTagConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.cvslib.command.tag.CvsTagConsumer
All Implemented Interfaces:
StreamConsumer
Direct Known Subclasses:
CvsBranchConsumer

public class CvsTagConsumer
extends Object
implements StreamConsumer

Version:
$Id: CvsTagConsumer.java 1054399 2011-01-02 13:19:52Z olamy $
Author:
Brett Porter, Olivier Lamy

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

Constructor Detail

CvsTagConsumer

public CvsTagConsumer(ScmLogger logger)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getTaggedFiles

public List<ScmFile> getTaggedFiles()


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