Package org.huihoo.willow.core

Examples of org.huihoo.willow.core.StandardEngine


   * Create, configure, and return an Engine
   */
  public Engine createEngine()
  {
    log.debug("Creating engine");
    StandardEngine engine = new StandardEngine();
    engine.setDebug(debug);
    engine.setLogger(logger); // Inherited by all children
    return (engine);
  }
View Full Code Here

TOP

Related Classes of org.huihoo.willow.core.StandardEngine

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.