Package org.apache.maven.scm.util
Class ConsumerUtils
- java.lang.Object
-
- org.apache.maven.scm.util.ConsumerUtils
-
public class ConsumerUtils extends Object
- Author:
- Davide Angelocola
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidconsumeFile(File f, org.codehaus.plexus.util.cli.StreamConsumer consumer)Read file f, sending each line to the consumer.
-
-
-
Method Detail
-
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-consumer-- Throws:
IOException
-
-