public interface ModelExporter extends Task<Boolean>
| Modifier and Type | Method and Description |
|---|---|
default void |
setDestination(File f)
Define the destination at which the model will be exported.
|
void |
setDestination(StreamProvider streams)
Define the destination at which the model will be exported.
|
default void |
setDestination(String filename)
Define the destination at which the model will be exported.
|
background, cancel, getResult, getStatus, setParameter, setParameters, setParametersvoid setDestination(StreamProvider streams)
streams - a ready-to-use StreamProviderdefault void setDestination(File f)
f - the source filedefault void setDestination(String filename)
filename - the filename of the sourceCopyright © 2012–2020. All rights reserved.