org.openorb.CORBA.kernel
Class Configurator
java.lang.Object
|
+--org.openorb.CORBA.kernel.Configurator
- public class Configurator
- extends java.lang.Object
This class is used to manage OpenORB XML configuration file.
- Version:
- $Revision: 1.15 $ $Date: 2001/08/08 06:11:28 $
- Author:
- Jerome Daniel <daniel@intalio.com>
and Chris Wood <wood@intalio.com>
Constructor Summary |
Configurator(java.lang.String[] args,
java.util.Properties props)
|
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configurator
public Configurator(java.lang.String[] args,
java.util.Properties props)
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