ch.elca.el4j.core.io.support
Interface ConfigLocationProvider

All Known Implementing Classes:
AbstractOrderedConfigLocationProvider, ManifestOrderedConfigLocationProvider

public interface ConfigLocationProvider

A configuration location provider returns a list of configuration locations that is used to search for resources. This class can be used to guarantee that configurations are read in a specific order. Further it also resolves some class loader issues (problems with Spring's wildcard notation, e.g. classpath*:mandatory/*).

Author:
Andreas Bur (ABU)

Method Summary
 Resource[] getConfigLocationResources()
           
 String[] getConfigLocations()
           
 

Method Detail

getConfigLocations

String[] getConfigLocations()
Returns:
Returns a list of configuration locations.

getConfigLocationResources

Resource[] getConfigLocationResources()
Returns:
Returns a list of resolved configuration locations.


Copyright © 2005-2008 ELCA. All Rights Reserved.