org.exoplatform.container.configuration
Interface ConfigurationManager
- All Known Implementing Classes:
- ConfigurationManagerImpl, MockConfigurationManagerImpl
public interface ConfigurationManager
Jul 19, 2004
|
Field Summary |
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. |
LOG_DEBUG_PROPERTY
static final 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.
- See Also:
- Constant Field Values
LOG_DEBUG
static final boolean LOG_DEBUG
- Constant that indicates whether the logger of the configuration
must be in debug more or not.
getConfiguration
Configuration getConfiguration()
getComponent
Component getComponent(String service)
getComponent
Component getComponent(Class clazz)
throws Exception
- Throws:
Exception
getComponents
Collection getComponents()
addConfiguration
void addConfiguration(String url)
throws Exception
- Throws:
Exception
addConfiguration
void addConfiguration(Collection urls)
throws Exception
- Throws:
Exception
addConfiguration
void addConfiguration(URL url)
throws Exception
- Throws:
Exception
getResource
URL getResource(String url,
String defaultURL)
throws Exception
- Throws:
Exception
getResource
URL getResource(String url)
throws Exception
- Throws:
Exception
getInputStream
InputStream getInputStream(String url,
String defaultURL)
throws Exception
- Throws:
Exception
getInputStream
InputStream getInputStream(String url)
throws Exception
- Throws:
Exception
isDefault
boolean isDefault(String value)
getURL
URL getURL(String uri)
throws Exception
- Throws:
Exception
Copyright © 2013 eXo Platform SAS. All Rights Reserved.