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)
File-location:
ConfigLocationProvider
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

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-2011 ELCA. All Rights Reserved.