E - public interface Parser<E>
This interface defines a simple parser definition.
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDefaults() |
E |
parse(String str) |
void |
setDefaults(Map<String,String> defaults) |
E parse(String str) throws ParseException
ParseExceptionCopyright © 2014 jwall.org. All rights reserved.