public class FtpSource extends AbstractModuleFixture<FtpSource> implements Disposable
label| Constructor and Description |
|---|
FtpSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Free up resources that this fixture may have created.
|
FtpSource |
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 FtpSource ensureStarted()
protected java.lang.String toDSL()
AbstractModuleFixturefile --dir=xxxx --name=yyyytoDSL in class AbstractModuleFixture<FtpSource>public void cleanup()
Disposablecleanup in interface Disposablepublic java.io.File getRemoteServerDirectory()