Package tool.repository

Examples of tool.repository.FScript.runPlan()


   
    IProject project = getProject(configuration);
    FScript repos = ToolBuilder.getRepository(project);
    String planName = configuration.getAttribute(IToolLaunchConstants.PLAN_NAME, "");
    try {
      repos.runPlan(planName);
    } catch (ToolRepositoryException e) {
      ToolPlugin.showError("Error running plan: " + planName, e);
    }
   
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.