Uses of Interface
net.jini.config.Configuration

Packages that use Configuration
net.jini.config Provides a Configuration interface for obtaining objects needed to configure applications, such as Exporter or ProxyPreparer instances, or other application-specific objects, from configuration files, databases, or other sources.  
 

Uses of Configuration in net.jini.config
 

Classes in net.jini.config that implement Configuration
 class AbstractConfiguration
          A skeletal implementation of the Configuration interface, used to simplify writing implementations.
 class ConfigurationFile
          Supplies objects needed to configure applications, such as Exporter or ProxyPreparer instances, or application-specific objects, constructed from data in a configuration source and override options, as well as data supplied in the call to getEntry.
 class EmptyConfiguration
          A Configuration with no entries.
 

Methods in net.jini.config that return Configuration
static Configuration ConfigurationProvider.getInstance(String[] options)
          Creates and returns an instance of the configuration provider, using the specified options.
static Configuration ConfigurationProvider.getInstance(String[] options, ClassLoader cl)
          Creates and returns an instance of the configuration provider, using the specified options and class loader.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.