public interface ConfigurationManager
| Modifier and Type | Field and Description |
|---|---|
static boolean |
LOG_DEBUG
Constant that indicates whether the logger of the configuration
must be in debug more or not.
|
static String |
LOG_DEBUG_PROPERTY
The name of the system property that indicates whether the logger of the configuration
must be in debug more or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguration(Collection urls) |
void |
addConfiguration(String url) |
void |
addConfiguration(URL url) |
Component |
getComponent(Class clazz) |
Component |
getComponent(String service) |
Collection |
getComponents() |
Configuration |
getConfiguration() |
InputStream |
getInputStream(String url) |
InputStream |
getInputStream(String url,
String defaultURL) |
URL |
getResource(String url) |
URL |
getResource(String url,
String defaultURL) |
URL |
getURL(String uri) |
boolean |
isDefault(String value) |
static final String LOG_DEBUG_PROPERTY
static final boolean LOG_DEBUG
Configuration getConfiguration()
Collection getComponents()
void addConfiguration(Collection urls) throws Exception
ExceptionInputStream getInputStream(String url, String defaultURL) throws Exception
ExceptionInputStream getInputStream(String url) throws Exception
Exceptionboolean isDefault(String value)
Copyright © 2014 eXo Platform SAS. All Rights Reserved.