|
|||||||||
| Home >> All >> org >> milligan >> [ eccles overview ] | PREV NEXT | ||||||||
Uses of Class
org.milligan.eccles.Tag
| Uses of Tag in org.milligan.eccles |
| Subclasses of Tag in org.milligan.eccles | |
class |
ReportingTag
A tag that supports writing to the report file |
| Fields in org.milligan.eccles declared as Tag | |
protected Tag |
EcclesException.tag
|
protected Tag |
RunStateImpl.runningTag
Reference to the tag currently running inside this state |
private Tag |
Tag.parent
Reference to the parent instance |
| Methods in org.milligan.eccles that return Tag | |
Tag |
EcclesRunner.getGlobalTag(java.lang.String id)
get a top level tag from the map |
Tag |
RunStateEx.getTag()
|
Tag |
RunStateImpl.getTag()
Get the tag object |
Tag |
Tag.getParent()
Get the parent tag |
Tag |
RunState.getTag()
Retireve the tag object associated with the run state |
| Methods in org.milligan.eccles with parameters of type Tag | |
void |
EcclesRunner.addChildTag(Tag tag)
|
private void |
Tag.setParent(Tag parent)
Set the parent Tag |
void |
Tag.addChildTag(Tag child)
Add a child tag |
| Constructors in org.milligan.eccles with parameters of type Tag | |
EcclesException(Tag tag,
java.lang.String message,
java.lang.Exception e)
|
|
EcclesException(Tag tag,
java.lang.String message)
|
|
RunStateImpl(EcclesRunner runner,
Tag tag)
Constructor |
|
RunStateImpl(RunStateImpl parent,
Tag tag)
Constructor |
|
|
|||||||||
| Home >> All >> org >> milligan >> [ eccles overview ] | PREV NEXT | ||||||||