public final class TagLine extends Object
| Modifier and Type | Method and Description |
|---|---|
TagLine |
attr(String attr,
String value)
Add attribute.
|
org.xembly.Directives |
directives()
Build Xembly directives.
|
TagLine |
fine(boolean success)
Set level to FINE if true or SEVERE otherwise.
|
TagLine |
level(Level level)
Set its level.
|
void |
log()
Log it.
|
TagLine |
markdown(String txt)
Describe it in markdown.
|
String |
toString() |
public TagLine(String tag)
tag - Xembly directives to encapsulatepublic TagLine attr(@NotNull String attr, String value)
attr - Attribute namevalue - Attribute valuepublic TagLine level(@NotNull Level level)
level - Level to setpublic TagLine fine(boolean success)
success - Set to FINEpublic TagLine markdown(@NotNull String txt)
txt - The text to setpublic void log()
public org.xembly.Directives directives()
Copyright © 2009–2014 Rultor Inc.. All rights reserved.