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