public class ModelExporter extends Object
Constructor and Description |
---|
ModelExporter(File modulesParentPath,
java.nio.file.Path mainModule,
List<String> stdlibPath,
String resultFilename) |
public ModelExporter(File modulesParentPath, java.nio.file.Path mainModule, List<String> stdlibPath, 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)public static void main(String[] args) throws IOException
args
- IOException
public void run() throws IOException
IOException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.