public class SettingsModule extends AbstractModule implements Module
Constructor and Description |
---|
SettingsModule()
Constructs module, sets priority and define possible settings
|
Modifier and Type | Method and Description |
---|---|
ModuleOutput |
parse(String line,
ParsingContext pc)
Parses the line (if it meets its declared pattern).
|
equals, getPriority, hashCode, setPriority
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getPriority, setPriority
public SettingsModule()
public ModuleOutput parse(String line, ParsingContext pc)
Module
parse
in interface Module
line
- to be parsedpc
- ParsingContext
defining actual state of the parserCopyright © 2013. All Rights Reserved.