org.exoplatform.container.configuration
Interface ConfigurationManager
- All Known Implementing Classes:
- ConfigurationManagerImpl, MockConfigurationManagerImpl
public interface ConfigurationManager
Jul 19, 2004
getConfiguration
Configuration getConfiguration()
getComponent
Component getComponent(java.lang.String service)
getComponent
Component getComponent(java.lang.Class clazz)
throws java.lang.Exception
- Throws:
java.lang.Exception
getComponents
java.util.Collection getComponents()
addConfiguration
void addConfiguration(java.lang.String url)
throws java.lang.Exception
- Throws:
java.lang.Exception
addConfiguration
void addConfiguration(java.util.Collection urls)
throws java.lang.Exception
- Throws:
java.lang.Exception
addConfiguration
void addConfiguration(java.net.URL url)
throws java.lang.Exception
- Throws:
java.lang.Exception
getResource
java.net.URL getResource(java.lang.String url,
java.lang.String defaultURL)
throws java.lang.Exception
- Throws:
java.lang.Exception
getResource
java.net.URL getResource(java.lang.String url)
throws java.lang.Exception
- Throws:
java.lang.Exception
getInputStream
java.io.InputStream getInputStream(java.lang.String url,
java.lang.String defaultURL)
throws java.lang.Exception
- Throws:
java.lang.Exception
getInputStream
java.io.InputStream getInputStream(java.lang.String url)
throws java.lang.Exception
- Throws:
java.lang.Exception
isDefault
boolean isDefault(java.lang.String value)
getURL
java.net.URL getURL(java.lang.String uri)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2012 eXo Platform SAS. All Rights Reserved.