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