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