org.openorb.orb.config
Class Configurator
java.lang.Object
|
+--org.openorb.orb.config.Configurator
- public class Configurator
- extends java.lang.Object
This class is used to manage OpenORB XML configuration file.
- Version:
- $Revision: 1.23 $ $Date: 2004/07/20 23:50:44 $
- Author:
- Jerome Daniel, Chris Wood
Constructor Summary |
Configurator(java.lang.String[] args,
java.util.Properties props,
org.apache.avalon.framework.logger.Logger logger)
Configurator constructor. |
Method Summary |
java.net.URL |
addFragment(java.net.URL base,
java.lang.String fragment)
Add a fragment to a URL |
java.lang.String[] |
getInitializers()
Get the list of intializer class names. |
Properties |
getProperties()
Get the fully initialized property set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configurator
public Configurator(java.lang.String[] args,
java.util.Properties props,
org.apache.avalon.framework.logger.Logger logger)
- Configurator constructor.
- Parameters:
args
- props
- logger
- Logger
getProperties
public Properties getProperties()
- Get the fully initialized property set.
getInitializers
public java.lang.String[] getInitializers()
- Get the list of intializer class names.
addFragment
public java.net.URL addFragment(java.net.URL base,
java.lang.String fragment)
throws java.net.MalformedURLException
- Add a fragment to a URL