gnu.beanfactory
Class BootstrapDefinitionLoader

java.lang.Object
  |
  +--gnu.beanfactory.PropertiesDefinitionLoader
        |
        +--gnu.beanfactory.BootstrapDefinitionLoader
All Implemented Interfaces:
DefinitionLoader

public final class BootstrapDefinitionLoader
extends PropertiesDefinitionLoader

This properties-based implementation is responsible for building the environment used to configure the BeanFactory.

Version:
$Id: BootstrapDefinitionLoader.java,v 1.27 2001/10/10 05:42:42 rschoening Exp $
Author:
Rob Schoening <rob@beanfactory.net>

Constructor Summary
BootstrapDefinitionLoader()
           
 
Method Summary
 java.util.Properties getProperties()
          Gets the configuration properties for this definition loader.
 void load()
           
 
Methods inherited from class gnu.beanfactory.PropertiesDefinitionLoader
addBeanDefinition, createBeanDefinitions, getBeanDefinition, getBeanDefinitionNames, getConfigSources, importDefinitions, loadBeanDefinitions, mergeFromSystemProperties, removeBeanDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapDefinitionLoader

public BootstrapDefinitionLoader()
Method Detail

getProperties

public java.util.Properties getProperties()
Description copied from interface: DefinitionLoader
Gets the configuration properties for this definition loader.

load

public void load()
          throws BeanFactoryException
Overrides:
load in class PropertiesDefinitionLoader