Class BatchExporter
- java.lang.Object
-
- org.palladiosimulator.edp2.batchexport.BatchExporter
-
public class BatchExporter extends Object
Utility class for batch exporting EDP2 repositories.
-
-
Constructor Summary
Constructors Constructor Description BatchExporter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
batchExport(Repository repo, String targetDirectory)
Exports an EDP2 repository to a target directory.
-
-
-
Method Detail
-
batchExport
public static void batchExport(Repository repo, String targetDirectory)
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.
-
-