public interface IDownloadManager
Modifier and Type | Method and Description |
---|---|
java.io.File |
downloadModel(java.lang.String aspectInstancePath,
ModelFormat format,
IExperiment experiment,
IGeppettoProject project)
Writes the model enclosed in a given aspect for a specified format supported by a converter service to a string.
|
java.nio.file.Path |
downloadProject(IGeppettoProject project)
Download Project
|
java.net.URL |
downloadResults(java.lang.String aspectPath,
ResultsFormat resultsFormat,
IExperiment experiment,
IGeppettoProject project) |
java.util.List<ModelFormat> |
getSupportedOuputs(java.lang.String aspectInstancePath,
IExperiment experiment,
IGeppettoProject project)
Writes the model enclosed in a given aspect for a specified format supported by a converter service to a string.
|
java.io.File downloadModel(java.lang.String aspectInstancePath, ModelFormat format, IExperiment experiment, IGeppettoProject project) throws GeppettoExecutionException, GeppettoAccessException
aspectInstancePath
- format
- GeppettoAccessException
GeppettoExecutionException
java.util.List<ModelFormat> getSupportedOuputs(java.lang.String aspectInstancePath, IExperiment experiment, IGeppettoProject project) throws GeppettoExecutionException, GeppettoAccessException
aspectInstancePath
- GeppettoAccessException
GeppettoExecutionException
java.net.URL downloadResults(java.lang.String aspectPath, ResultsFormat resultsFormat, IExperiment experiment, IGeppettoProject project) throws GeppettoExecutionException, GeppettoAccessException
aspectPath
- resultsFormat
- GeppettoExecutionException
GeppettoAccessException
java.nio.file.Path downloadProject(IGeppettoProject project) throws GeppettoExecutionException, GeppettoAccessException
project
- GeppettoExecutionException
GeppettoAccessException