public static interface IOUtils.LineHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(String line)
Handles a line.
|
boolean handle(String line)
line - the line to handletrue if the next line should be processed,
false if the processing should stop.Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.