Package kameleon.plugin

Examples of kameleon.plugin.Generator


   * @throws   KameleonException
   *       if an error occurred while generating the file
   */
  public static void launchGenerator(PlugInInfo generator, Document document, String targetFile)
      throws KameleonException {
    Generator plugIn = getInstance(generator, GENERATOR_FOLDER, Generator.class) ;
    plugIn.generate(document, targetFile) ;
  }// launchGeneration(PlugInInfo, Document, String)
View Full Code Here

TOP

Related Classes of kameleon.plugin.Generator

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.