Package kameleon.plugin

Examples of kameleon.plugin.Analyzer.analyze()


   *       if an error occurred while analyzing the given file
   */
  public static Document launchAnalyzer(PlugInInfo analyzer, String path)
      throws KameleonException {
    Analyzer plugIn = getInstance(analyzer, ANALYSER_FOLDER, Analyzer.class) ;
    return plugIn.analyze(path) ;
  }// launchAnalyzer(PlugInInfi, String)

  /**
   * Launches the generation of the given file with the given
   * generator.
 
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.