public class TailSource extends DisposableFileSupport<TailSource>
filelabel| Constructor and Description |
|---|
TailSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendToFile(java.lang.String contents) |
java.lang.String |
toDSL()
Returns a representation of the module suitable for inclusion in a stream definition, e.g.
file --dir=xxxx --name=yyyy |
cleanup, makeTempDir, waitForlabel, toStringpublic java.lang.String toDSL()
AbstractModuleFixturefile --dir=xxxx --name=yyyytoDSL in class AbstractModuleFixture<TailSource>public void appendToFile(java.lang.String contents)
throws java.io.IOException
java.io.IOException