public class MockAnalyzer extends Object implements Analyzer
| Modifier and Type | Field and Description |
|---|---|
protected AnalyzerUtils |
util |
protected int |
x |
protected int |
y |
| Constructor and Description |
|---|
MockAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogger(Logger logger) |
void |
addThrowable(Throwable t) |
void |
analyze(String l,
Node source,
Node des)
Analyzes a line of logging of
|
MockAnalyzer |
clone() |
int |
getMaxLines()
How many lines of logging should be offered for
Analyzer.analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most. |
void |
ready(Node sourceNode,
Node destNode) |
void |
setX(int x) |
void |
setY(int y) |
protected final AnalyzerUtils util
protected int x
protected int y
public void setX(int x)
public void setY(int y)
public void addThrowable(Throwable t)
addThrowable in interface Analyzerpublic int getMaxLines()
AnalyzerAnalyzer.analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most.getMaxLines in interface Analyzerpublic void analyze(String l, Node source, Node des)
Analyzerpublic MockAnalyzer clone()
clone in interface PublicCloneable<Analyzer>clone in class ObjectMMBase 1.9-SNAPSHOT - ${javadoctimestamp}