org.dspace.kernel.config
Interface SpringLoader


public interface SpringLoader

User: kevin (kevin at atmire.com) Date: 3-aug-2011 Time: 11:19:33 Interface that is used so that modules can determine their own spring file locations


Field Summary
static String XML_SUFFIX
           
 
Method Summary
 String[] getResourcePaths(ConfigurationService configurationService)
          Returns all the locations that contain spring files
 

Field Detail

XML_SUFFIX

static final String XML_SUFFIX
See Also:
Constant Field Values
Method Detail

getResourcePaths

String[] getResourcePaths(ConfigurationService configurationService)
Returns all the locations that contain spring files

Parameters:
configurationService - the dspace configuration service
Returns:
an array containing spring file locations


Copyright © Monday, September 1, 2008-2011 The DSpace Foundation. All Rights Reserved.