Package org.apache.maven.scm.util
Class ConsumerUtils
- java.lang.Object
-
- org.apache.maven.scm.util.ConsumerUtils
-
@Deprecated public class ConsumerUtils extends java.lang.ObjectDeprecated.an internal test utility that should not be used by model code
-
-
Constructor Summary
Constructors Modifier Constructor Description privateConsumerUtils()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidconsumeFile(java.io.File f, org.codehaus.plexus.util.cli.StreamConsumer consumer)Deprecated.inline this method if you're using it
-
-
-
Method Detail
-
consumeFile
@Deprecated public static void consumeFile(java.io.File f, org.codehaus.plexus.util.cli.StreamConsumer consumer) throws java.io.IOExceptionDeprecated.inline this method if you're using itRead file f, sending each line to the consumer.- Parameters:
f- TODOconsumer- TODO- Throws:
java.io.IOException- if any
-
-