public class AbstractMetricSink extends AbstractModuleFixture<AbstractMetricSink> implements Disposable
| Modifier and Type | Field and Description |
|---|---|
org.springframework.shell.core.JLineShellComponent |
shell |
label| Constructor and Description |
|---|
AbstractMetricSink(org.springframework.shell.core.JLineShellComponent shell,
java.lang.String name,
java.lang.String dslName) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Free up resources that this fixture may have created.
|
java.lang.String |
getDslName() |
java.lang.String |
getName() |
protected java.lang.String |
toDSL()
Returns a representation of the module suitable for inclusion in a stream definition, e.g.
file --dir=xxxx --name=yyyy |
label, toStringpublic AbstractMetricSink(org.springframework.shell.core.JLineShellComponent shell,
java.lang.String name,
java.lang.String dslName)
public void cleanup()
Disposablecleanup in interface Disposableprotected java.lang.String toDSL()
AbstractModuleFixturefile --dir=xxxx --name=yyyytoDSL in class AbstractModuleFixture<AbstractMetricSink>public java.lang.String getName()
public java.lang.String getDslName()