org.exoplatform.container.configuration
Interface ConfigurationManager
- All Known Implementing Classes:
- ConfigurationManagerImpl, MockConfigurationManagerImpl
public interface ConfigurationManager
Jul 19, 2004
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 © 2009 eXo Platform SAS. All Rights Reserved.