public abstract class AbstractHandler extends Object implements Handler
| Constructor and Description |
|---|
AbstractHandler(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
onAfterAnalyze() |
void |
onAfterFile() |
void |
onBeforeAnalyze() |
void |
onBeforeFile() |
public AbstractHandler(String name)
public void onAfterFile()
onAfterFile in interface Handlerpublic void onBeforeFile()
onBeforeFile in interface Handlerpublic void onAfterAnalyze()
onAfterAnalyze in interface Handlerpublic void onBeforeAnalyze()
onBeforeAnalyze in interface HandlerCopyright © 2015 Molindo GmbH. All Rights Reserved.