Uses of Interface
org.objectweb.jonathan.apis.kernel.ConfigurationFactory

Packages that use ConfigurationFactory
org.objectweb.jonathan.libs.helpers Provides some helper classes. 
org.objectweb.jonathan.libs.kernel Provides implementations for kernel entities. 
 

Uses of ConfigurationFactory in org.objectweb.jonathan.libs.helpers
 

Methods in org.objectweb.jonathan.libs.helpers with parameters of type ConfigurationFactory
static void ContextHelpers.importXML(Configuration _configuration, String _xml_file_name, ConfigurationFactory _configuration_factory, ClassLoader _loader)
           
static void ContextHelpers.importXMLAsNamedElement(String _element_name, Configuration _configuration, String _xml_file_name, ConfigurationFactory _configuration_factory, ClassLoader _loader)
           
static void ContextHelpers.importXMLElements(Enumeration _xml_elements, Configuration _configuration, ConfigurationFactory _configuration_factory, ClassLoader _loader)
           
static void ContextHelpers.importXMLElement(org.objectweb.jonathan.tools.nanoxml.XMLElement _xml_element, Configuration _configuration, ConfigurationFactory _configuration_factory, ClassLoader _loader)
           
 

Uses of ConfigurationFactory in org.objectweb.jonathan.libs.kernel
 

Classes in org.objectweb.jonathan.libs.kernel that implement ConfigurationFactory
 class JConfigurationFactory
          Configuration Factory used by KKernel.