eXo Kernel :: Container 2.4.13-GA

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.
 
Method Summary
 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)
           
 

Field Detail

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.

Method Detail

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

eXo Kernel :: Container 2.4.13-GA

Copyright © 2015 eXo Platform SAS. All Rights Reserved.