org.apache.maven.scm.provider.synergy.consumer
Class SynergyGetWorkingFilesConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.synergy.consumer.SynergyGetWorkingFilesConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class SynergyGetWorkingFilesConsumer
extends Object
implements org.codehaus.plexus.util.cli.StreamConsumer

Author:
Julien Henry

Field Summary
static String OUTPUT_FORMAT
           
 
Constructor Summary
SynergyGetWorkingFilesConsumer(ScmLogger logger)
           
 
Method Summary
 void consumeLine(String line)
           
 List getFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUTPUT_FORMAT

public static String OUTPUT_FORMAT
Constructor Detail

SynergyGetWorkingFilesConsumer

public SynergyGetWorkingFilesConsumer(ScmLogger logger)
Method Detail

consumeLine

public void consumeLine(String line)
Specified by:
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer

getFiles

public List getFiles()


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