public abstract static class InputMode.Parser extends Object
InputMode
Constructor and Description |
---|
Parser() |
Modifier and Type | Method and Description |
---|---|
abstract IndependentPair<String,List<URL>> |
parse(String data)
Parse a record into a key and list of potential URLs.
|
public Parser()
public abstract IndependentPair<String,List<URL>> parse(String data) throws Exception
data
- the data record from the input fileException
- if an error occurs