org.apache.maven.scm.provider.vss.commands.tag
Class VssTagConsumer

java.lang.Object
  extended by org.apache.maven.scm.util.AbstractConsumer
      extended by org.apache.maven.scm.provider.vss.commands.tag.VssTagConsumer
All Implemented Interfaces:
StreamConsumer

public class VssTagConsumer
extends AbstractConsumer
implements StreamConsumer

Author:
Mateus Pimenta, Olivier Lamy

Constructor Summary
VssTagConsumer(VssScmProviderRepository repo, ScmLogger logger)
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> getUpdatedFiles()
           
 
Methods inherited from class org.apache.maven.scm.util.AbstractConsumer
getLogger, parseDate, parseDate, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VssTagConsumer

public VssTagConsumer(VssScmProviderRepository repo,
                      ScmLogger logger)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

getUpdatedFiles

public List<ScmFile> getUpdatedFiles()


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