Class ConsumerUtils

    • Method Detail

      • 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 it
        Read file f, sending each line to the consumer.
        Parameters:
        f - TODO
        consumer - TODO
        Throws:
        IOException - if any