public class FilterModule extends AbstractModule implements Module
FilterException
or FilterExecutionException
is thrown, rethrows ModuleException
.Constructor and Description |
---|
FilterModule()
Constructs module and sets priority
|
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 ModuleOutput parse(String line, ParsingContext pc) throws ModuleException
Module
parse
in interface Module
line
- to be parsedpc
- ParsingContext
defining actual state of the parserModuleException
- if module was not able to end correctlyCopyright © 2013. All Rights Reserved.