public class ConsumerUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
consumeFile(File f,
org.codehaus.plexus.util.cli.StreamConsumer consumer)
Read file f, sending each line to the consumer.
|
public static void consumeFile(File f, org.codehaus.plexus.util.cli.StreamConsumer consumer) throws IOException
f
- TODOconsumer
- TODOIOException
- if anyCopyright © 2003–2024 The Apache Software Foundation. All rights reserved.