org.kuali.common.util.properties
Class DefaultPropertiesLocationService

java.lang.Object
  extended by org.kuali.common.util.properties.DefaultPropertiesLocationService
All Implemented Interfaces:
PropertiesLocationService

public class DefaultPropertiesLocationService
extends Object
implements PropertiesLocationService


Constructor Summary
DefaultPropertiesLocationService(ProjectService projectService)
           
DefaultPropertiesLocationService(ProjectService projectService, boolean cache)
           
 
Method Summary
 Location getLocation(FeatureIdentifier identifier, String filename)
           
 Location getLocation(ProjectIdentifier identifier, String filename)
           
 List<Location> getLocations(FeatureIdentifier identifier, List<String> filenames)
           
 List<Location> getLocations(FeatureIdentifier identifier, String... filenames)
           
 List<Location> getLocations(ProjectIdentifier identifier, List<String> filenames)
           
 List<Location> getLocations(ProjectIdentifier identifier, String... filenames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertiesLocationService

public DefaultPropertiesLocationService(ProjectService projectService)

DefaultPropertiesLocationService

public DefaultPropertiesLocationService(ProjectService projectService,
                                        boolean cache)
Method Detail

getLocations

public List<Location> getLocations(ProjectIdentifier identifier,
                                   List<String> filenames)
Specified by:
getLocations in interface PropertiesLocationService

getLocations

public List<Location> getLocations(ProjectIdentifier identifier,
                                   String... filenames)
Specified by:
getLocations in interface PropertiesLocationService

getLocation

public Location getLocation(ProjectIdentifier identifier,
                            String filename)
Specified by:
getLocation in interface PropertiesLocationService

getLocations

public List<Location> getLocations(FeatureIdentifier identifier,
                                   String... filenames)
Specified by:
getLocations in interface PropertiesLocationService

getLocations

public List<Location> getLocations(FeatureIdentifier identifier,
                                   List<String> filenames)
Specified by:
getLocations in interface PropertiesLocationService

getLocation

public Location getLocation(FeatureIdentifier identifier,
                            String filename)
Specified by:
getLocation in interface PropertiesLocationService


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.