public class DestinationFilter extends Object implements Destination
| Modifier and Type | Field and Description |
|---|---|
protected FilterConfig |
filter |
| Constructor and Description |
|---|
DestinationFilter(FilterConfig filter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationStatus()
Get a description of the creation status.
|
FilterConfig |
getFilter() |
io.reactivex.rxjava3.core.Single<DestinationFromFile> |
materialize(Supplier<Path> preferredPathCallback)
Materialize the destination to a given file.
|
io.reactivex.rxjava3.core.Single<InputStreamSupplier> |
prepareStream()
This method requests a supplier for inputstreams.
|
String |
toString() |
FilterConfig |
transferTo(FilterEngine engine) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcancelCreationprotected FilterConfig filter
public DestinationFilter(FilterConfig filter)
public FilterConfig getFilter()
public io.reactivex.rxjava3.core.Single<InputStreamSupplier> prepareStream()
DestinationprepareStream in interface Destinationpublic FilterConfig transferTo(FilterEngine engine)
transferTo in interface Destinationpublic io.reactivex.rxjava3.core.Single<DestinationFromFile> materialize(Supplier<Path> preferredPathCallback)
Destinationmaterialize in interface Destinationpublic String getCreationStatus()
DestinationgetCreationStatus in interface DestinationCopyright © 2020. All rights reserved.