Uses of Class
org.yajul.util.InitializationException

Packages that use InitializationException
org.yajul.util Provides utilities for accessing bean properties and parsing beans from XML. 
 

Uses of InitializationException in org.yajul.util
 

Methods in org.yajul.util that throw InitializationException
static java.lang.Object ObjectFactory.createInstanceFromProperties(java.util.Properties properties, java.lang.String propertyName, java.lang.String defaultClassName, boolean propertyRequired)
          Creates an instance from the specified set of properties If the class implements Initializeable, it will be initialized.
static java.lang.Object ObjectFactory.createInstanceFromPropertiesResource(java.lang.String resourceName, java.lang.String propertyName, java.lang.String defaultClassName, boolean resourceAndPropertyRequired)
          Creates an instance from the specified property in the specified properties-file resource, which will be loaded from the current thread's class loader.
 void Initializeable.initialize(java.util.Properties properties)
          The implementation will initialize itself from the properties object.
 



Copyright © 2008. All Rights Reserved.