| Package | Description |
|---|---|
| de.vandermeer.skb.base.message |
Classes for a simple 5WH message object, for details on 5WH see Wikipedia.
|
| Modifier and Type | Method and Description |
|---|---|
Message5WH_Builder |
Message5WH_Builder.addHow(Object... how)
Adds to the How? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.addWhat(Object... what)
Adds to the What? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.addWhy(Object... why)
Adds to the Why? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.setReporter(Object reporter)
Sets the Reporter of the message.
|
Message5WH_Builder |
Message5WH_Builder.setType(E_MessageType type)
Sets the type of the message.
|
Message5WH_Builder |
Message5WH_Builder.setWhen(Object when)
Sets the When? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.setWhere(Object where)
Sets the Where? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.setWhere(Object where,
int line,
int column)
Sets the Where? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.setWhere(Object where,
ParserRuleContext lineAndColumn)
Sets the Where? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.setWhere(Object where,
RecognitionException lineAndColumn)
Sets the Where? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.setWhere(Object where,
Token lineAndColumn)
Sets the Where? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.setWhere(StackTraceElement ste)
Sets the Where? part of the message.
|
Message5WH_Builder |
Message5WH_Builder.setWho(Object who)
Sets the Who? part of the message.
|
Copyright © 2010–2017. All rights reserved.