Package kameleon.plugin

Examples of kameleon.plugin.Analyzer


   * @throws   KameleonException
   *       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)
View Full Code Here

TOP

Related Classes of kameleon.plugin.Analyzer

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.