public interface Configurator
applyConfiguration(URL) with the URL.
At its stopping, the service registered will be unregistered.
see org.eclipse.equinox.internal.provisional.configuratormanipulato.ConfiguratorManipulator| Modifier and Type | Method and Description |
|---|---|
void |
applyConfiguration()
Apply configuration read from the previously used url to the OSGi
environment currently running.
|
void |
applyConfiguration(java.net.URL url)
Apply configuration read from the specified url to the OSGi
environment currently running.
|
java.net.URL |
getUrlInUse()
Return the url in use.
|
void applyConfiguration(java.net.URL url)
throws java.io.IOException
url - URL to be read.java.io.IOException - - If reading information from the specified url fails.void applyConfiguration()
throws java.io.IOException
java.io.IOException - - If reading information from the specified url fails.java.net.URL getUrlInUse()