Class BatchExporter
java.lang.Object
org.palladiosimulator.edp2.batchexport.BatchExporter
Utility class for batch exporting EDP2 repositories.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
batchExport
(Repository repo, String targetDirectory) Exports an EDP2 repository to a target directory.
-
Constructor Details
-
BatchExporter
public BatchExporter()
-
-
Method Details
-
batchExport
Exports an EDP2 repository to a target directory. Directory must be an absolute file system path.- Parameters:
repo
- The exported repository.targetDirectory
- The target directory.
-