public final class Extractor extends Object
| Constructor and Description |
|---|
Extractor() |
| Modifier and Type | Method and Description |
|---|---|
Extractor |
accumulate() |
String |
accumulated() |
String |
contents() |
Extractor |
extract() |
String |
found() |
Extractor |
from(String... from) |
Extractor |
ignoreWhitespaces(boolean ignoreWhitespaces) |
Extractor |
on(Reader on) |
Extractor |
to(String... to) |
public Extractor ignoreWhitespaces(boolean ignoreWhitespaces)
public Extractor accumulate()
public String found()
public String accumulated()
public String contents() throws IOException
IOExceptionpublic Extractor extract() throws IOException
IOExceptionCopyright © 2020. All rights reserved.