common-util

Uses of Class
local.tomas.util.factory.FactoryException

Packages that use FactoryException
local.tomas.util.configuration This package contains helper classes for Apache commons-configuration. 
local.tomas.util.factory This package contains a generic object factory. 
 

Uses of FactoryException in local.tomas.util.configuration
 

Methods in local.tomas.util.configuration that throw FactoryException
static Object ConfigurationUtils.createConfiguredObject(org.apache.commons.configuration.Configuration conf)
          Create a object configured from a configuration.
 

Uses of FactoryException in local.tomas.util.factory
 

Methods in local.tomas.util.factory that throw FactoryException
abstract  P GenericFactory.createEntity(org.apache.commons.configuration.Configuration conf)
          Create an entity.
static
<X> GenericFactory<X>
GenericFactory.getFactory(Class<X> entityClass, String name)
          Get factory singleton.
 


common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.