public interface TaskGraphExporterInterface
FileImportExportDecorator
Modifier and Type | Method and Description |
---|---|
void |
exportWorkflow(TaskGraph taskgraph,
java.io.File file,
boolean appendSuffix)
Converts the taskgraph to the appropriate format and writes it to the user choosen file.
|
void exportWorkflow(TaskGraph taskgraph, java.io.File file, boolean appendSuffix) throws java.io.IOException, TaskGraphException
taskgraph
- the taskgraph to exportfile
- appendSuffix
- java.io.IOException
- thrown if there is an IO problem writing the file.TaskGraphException