org.sape.carbon.core.component.factory
Interface ComponentFactoryConfiguration

All Superinterfaces:
Configuration

public interface ComponentFactoryConfiguration
extends Configuration

Configuration interface for the ComponentKeeper.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.4 $($Author: dvoet $ / $Date: 2003/05/05 21:21:12 $)
Author:
Douglas Voet, January 2002

Method Summary
 Class getComponentFactoryClass()
          Gets the Class implementing ComponentFactory that the keeper will instantiate and use to build all components.
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getComponentFactoryClass

public Class getComponentFactoryClass()

Gets the Class implementing ComponentFactory that the keeper will instantiate and use to build all components.

Returns:
Class object for a class implementing ComponentFactory


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.