Package eu.irmosproject.ascd.transformation

Examples of eu.irmosproject.ascd.transformation.MOFScriptExecutor


    int i = transformationPath.indexOf("C:");
    transformationPath = transformationPath.substring(i);
    transformationPath = fileLoc.substring(1);
    ecoreFile = _selectedFile.getLocation().toOSString();
    MOFScriptExecutor exec = new MOFScriptExecutor(ecoreFile, transformationPath);
   
    outputDir = ecoreFile.substring(0, ecoreFile.lastIndexOf("\\"));
    outputDir = outputDir + "\\ASCD\\";
   
    exec.execute(outputDir);
   
    try{
      _selectedFile.getParent().refreshLocal(IResource.DEPTH_INFINITE, null);
    } catch (CoreException e) {
      e.printStackTrace();
View Full Code Here

TOP

Related Classes of eu.irmosproject.ascd.transformation.MOFScriptExecutor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.