public class ModelExporter
extends java.lang.Object
| Constructor and Description |
|---|
ModelExporter(java.io.File modulesParentPath,
java.nio.file.Path mainModule,
java.util.List<java.lang.String> stdlibPath,
java.lang.String resultFilename) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
run() |
public ModelExporter(java.io.File modulesParentPath,
java.nio.file.Path mainModule,
java.util.List<java.lang.String> stdlibPath,
java.lang.String resultFilename)
modulesParentPath - parent folder of all modules (c:\\git\\project)mainModule - relative path to the main module (from modulesParentPath e.g. Main or MainProject\\MainModule)stdlibPath - path to the unzipped standard library (c:\\stdlib)resultFilename - optional (default is model.zip)Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.