Package org.apache.maven.scm.util
Class ConsumerUtils
java.lang.Object
org.apache.maven.scm.util.ConsumerUtils
- Author:
 - Davide Angelocola
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic voidconsumeFile(File f, org.codehaus.plexus.util.cli.StreamConsumer consumer) Read file f, sending each line to the consumer. 
- 
Method Details
- 
consumeFile
public static void consumeFile(File f, org.codehaus.plexus.util.cli.StreamConsumer consumer) throws IOException Read file f, sending each line to the consumer.- Parameters:
 f- TODOconsumer- TODO- Throws:
 IOException- if any
 
 -