Class ConsumerUtils

    • Method Detail

      • consumeFile

        public static void consumeFile​(File f,
                                       org.codehaus.plexus.util.cli.StreamConsumer consumer)
                                throws IOException
        Read file f, sending each line to the consumer.
        Parameters:
        f -
        consumer -
        Throws:
        IOException