public static interface ExternalParser.LineConsumer extends Serializable
Modifier and Type | Field and Description |
---|---|
static ExternalParser.LineConsumer |
NULL
A null consumer
|
Modifier and Type | Method and Description |
---|---|
void |
consume(String line)
Consume a line
|
static final ExternalParser.LineConsumer NULL
void consume(String line)
line
- a line of stringCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.