Package | Description |
---|---|
org.ballerinalang.langserver.command.testgen.renderer | |
org.ballerinalang.langserver.command.testgen.template |
Modifier and Type | Method and Description |
---|---|
void |
BLangPkgBasedRendererOutput.append(PlaceHolder placeHolder,
String content)
Appends the contents into the placeholder.
|
void |
RendererOutput.append(PlaceHolder placeHolder,
String content)
Appends the contents into the placeholder.
|
void |
TemplateBasedRendererOutput.append(PlaceHolder placeHolder,
String content)
Appends the contents into the placeholder.
|
void |
BLangPkgBasedRendererOutput.prepend(PlaceHolder placeHolder,
String content)
Prepends the contents into the placeholder.
|
void |
RendererOutput.prepend(PlaceHolder placeHolder,
String content)
Prepends the contents into the placeholder.
|
void |
TemplateBasedRendererOutput.prepend(PlaceHolder placeHolder,
String content)
Prepends the contents into the placeholder.
|
void |
BLangPkgBasedRendererOutput.put(PlaceHolder placeHolder,
String content)
Replaces place holder content.
|
void |
RendererOutput.put(PlaceHolder placeHolder,
String content)
Replaces place holder content.
|
void |
TemplateBasedRendererOutput.put(PlaceHolder placeHolder,
String content)
Replaces place holder content.
|
Modifier and Type | Method and Description |
---|---|
PlaceHolder |
PlaceHolder.get(String name) |
static PlaceHolder |
PlaceHolder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaceHolder[] |
PlaceHolder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 WSO2. All rights reserved.