public class FtpSink extends AbstractModuleFixture<FtpSink> implements Disposable
File directory in order to be able
to check if the file pushed through FTP is present on the server side and if it has the same content as the file sent.label| Constructor and Description |
|---|
FtpSink() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Free up resources that this fixture may have created.
|
FtpSink |
ensureStarted() |
java.io.File |
getRemoteServerDirectory() |
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 FtpSink ensureStarted()
protected java.lang.String toDSL()
AbstractModuleFixturefile --dir=xxxx --name=yyyytoDSL in class AbstractModuleFixture<FtpSink>public void cleanup()
Disposablecleanup in interface Disposablepublic java.io.File getRemoteServerDirectory()