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:
org.codehaus.plexus.util.cli.StreamConsumer

public class VssTagConsumer
extends AbstractConsumer
implements org.codehaus.plexus.util.cli.StreamConsumer

Author:
Mateus Pimenta

Constructor Summary
VssTagConsumer(VssScmProviderRepository repo, ScmLogger logger)
           
 
Method Summary
 void consumeLine(String line)
          
 List 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 org.codehaus.plexus.util.cli.StreamConsumer

getUpdatedFiles

public List getUpdatedFiles()


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