public class Trace extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<Options.traceflag> |
flags |
| Constructor and Description |
|---|
Trace() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
EnumSet<Options.traceflag> s) |
boolean |
test(Options.traceflag s) |
String |
toString() |
protected EnumSet<Options.traceflag> flags
public boolean test(Options.traceflag s)
public void init(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, EnumSet<Options.traceflag> s)
see also the complete user documentation .