| Package | Description |
|---|---|
| de.vandermeer.skb.base.message |
A simple 5WH message object, for details on 5WH see Wikipedia.
|
| Modifier and Type | Method and Description |
|---|---|
Message5WH |
Message5WH.addHow(Object... how)
Builder method: adds to the How? part of the message.
|
Message5WH |
Message5WH.addWhat(Object... what)
Builder method: adds to the What? part of the message.
|
Message5WH |
Message5WH.addWhy(Object... why)
Builder method: adds to the Why? part of the message.
|
Message5WH |
Message5WH.setReporter(Object reporter)
Builder method: sets the Reporter of the message.
|
Message5WH |
Message5WH.setSTG(org.stringtemplate.v4.STGroup stg)
Sets a new STGroup for the message.
|
Message5WH |
Message5WH.setType(EMessageType type)
Builder method: sets the type of the message.
|
Message5WH |
Message5WH.setWhen(Object when)
Builder method: sets the When? part of the message.
|
Message5WH |
Message5WH.setWhere(Object where) |
Message5WH |
Message5WH.setWhere(Object where,
int line,
int column)
Builder method: sets the Where? part of the message.
|
Message5WH |
Message5WH.setWhere(Object where,
org.antlr.v4.runtime.ParserRuleContext lineAndColumn)
Builder method: sets the Where? part of the message.
|
Message5WH |
Message5WH.setWhere(Object where,
org.antlr.v4.runtime.RecognitionException lineAndColumn)
Builder method: sets the Where? part of the message.
|
Message5WH |
Message5WH.setWhere(Object where,
org.antlr.v4.runtime.Token lineAndColumn)
Builder method: sets the Where? part of the message.
|
Message5WH |
Message5WH.setWhere(StackTraceElement ste)
Builder method: sets the Where? part of the message.
|
Message5WH |
Message5WH.setWho(Object who)
Builder method: sets the Who? part of the message.
|
Copyright © 2010–2015. All rights reserved.