public class Configurator
extends java.lang.Object
| Constructor and Description |
|---|
Configurator(java.lang.String[] args,
java.util.Properties props,
Logger logger)
Configurator constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Configurator(java.lang.String[] args,
java.util.Properties props,
Logger logger)
args - props - logger - Loggerpublic Properties getProperties()
public java.lang.String[] getInitializers()
public java.net.URL addFragment(java.net.URL base,
java.lang.String fragment)
throws java.net.MalformedURLException
java.net.MalformedURLException