public class AnnotationHelper extends Object implements Serializable
Constructor and Description |
---|
AnnotationHelper() |
Modifier and Type | Method and Description |
---|---|
void |
addAfter(String addedAfter)
Adds a String to annotate with, after the console text.
|
void |
addFocus(String id)
Adds a focus id line before the console text.
|
void |
addTitle(String addedTitle)
Adds a title for the line.
|
String |
getAfter()
Gets the String to annotate with after the console text.
|
String |
getBefore()
Gets the String to annotate with before the console text.
|
public String getBefore()
public String getAfter()
public void addFocus(String id)
id
- the id for the line, to refer to in links.public void addTitle(String addedTitle)
addedTitle
- the title of the line.public void addAfter(String addedAfter)
addedAfter
- the String to put after the console text.Copyright © 2016–2021. All rights reserved.