it.eng.spagobi.engines.qbe
Class QbeEngine

java.lang.Object
  extended by it.eng.spagobi.engines.qbe.QbeEngine

public class QbeEngine
extends java.lang.Object

Author:
Andrea Gioia (andrea.gioia@eng.it)

Field Summary
static org.apache.log4j.Logger logger
          Logger component.
 
Constructor Summary
QbeEngine()
           
 
Method Summary
static QbeEngineInstance createInstance(it.eng.spago.base.SourceBean template, java.util.Map env)
          Creates the instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static transient org.apache.log4j.Logger logger
Logger component.

Constructor Detail

QbeEngine

public QbeEngine()
Method Detail

createInstance

public static QbeEngineInstance createInstance(it.eng.spago.base.SourceBean template,
                                               java.util.Map env)
                                        throws QbeEngineException
Creates the instance.

Parameters:
template - the template
env - the env
Returns:
the geo engine instance
Throws:
GeoEngineException - the geo engine exception
QbeEngineException