com.satline.expr.eval
Class TypeRetrieverFactory

java.lang.Object
  extended by com.satline.expr.eval.TypeRetrieverFactory

public class TypeRetrieverFactory
extends java.lang.Object

Factory for TypeRetriever objects. May be overridden by system property com.satline.datasource.expr.eval.TypeRetrieverFactory.

Author:
Teubner

Constructor Summary
TypeRetrieverFactory()
           
 
Method Summary
 TypeRetriever create()
          Create new TypeRetriever.
static TypeRetrieverFactory getInstance()
          Get singleton instance.
static void setFactoryClass(java.lang.Class newFactoryClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeRetrieverFactory

public TypeRetrieverFactory()
Method Detail

setFactoryClass

public static final void setFactoryClass(java.lang.Class newFactoryClass)

getInstance

public static final TypeRetrieverFactory getInstance()
Get singleton instance.

Returns:
the instance

create

public TypeRetriever create()
Create new TypeRetriever.

Returns:
the type retriever


Copyright © 2007 null. All Rights Reserved.