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, toString
public FtpSink ensureStarted()
protected java.lang.String toDSL()
AbstractModuleFixture
file --dir=xxxx --name=yyyy
toDSL
in class AbstractModuleFixture<FtpSink>
public void cleanup()
Disposable
cleanup
in interface Disposable
public java.io.File getRemoteServerDirectory()