public class TailSource extends DisposableFileSupport<TailSource>
file
label
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, waitFor
label, toString
public java.lang.String toDSL()
AbstractModuleFixture
file --dir=xxxx --name=yyyy
toDSL
in class AbstractModuleFixture<TailSource>
public void appendToFile(java.lang.String contents) throws java.io.IOException
java.io.IOException