org.apache.maven.scm.provider.clearcase.command.tag
Class ClearCaseTagConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.clearcase.command.tag.ClearCaseTagConsumer
All Implemented Interfaces:
StreamConsumer

public class ClearCaseTagConsumer
extends Object
implements StreamConsumer

Version:
$Id: ClearCaseTagConsumer.java 1057014 2011-01-09 20:09:47Z olamy $
Author:
Trygve Laugstøl

Constructor Summary
ClearCaseTagConsumer(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

ClearCaseTagConsumer

public ClearCaseTagConsumer(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.