public interface Module
Modifier and Type | Method and Description |
---|---|
double |
getPriority()
Gets priority in which the modules should be executed.
|
ModuleOutput |
parse(String line,
ParsingContext pc)
Parses the line (if it meets its declared pattern).
|
void |
setPriority(double priority)
Sets priority in which the modules should be executed.
|
ModuleOutput parse(String line, ParsingContext pc) throws ModuleException
line
- to be parsedpc
- ParsingContext
defining actual state of the parserModuleException
- if module was not able to end correctlydouble getPriority()
ModulePhases
contains predefined phases of processing.void setPriority(double priority)
ModulePhases
contains predefined phases of processing.priority
- Copyright © 2013. All Rights Reserved.