org.kuali.common.util.properties
Class DefaultPropertiesLocationService
java.lang.Object
org.kuali.common.util.properties.DefaultPropertiesLocationService
- All Implemented Interfaces:
- PropertiesLocationService
public class DefaultPropertiesLocationService
- extends Object
- implements PropertiesLocationService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPropertiesLocationService
public DefaultPropertiesLocationService(ProjectService projectService)
DefaultPropertiesLocationService
public DefaultPropertiesLocationService(ProjectService projectService,
boolean cache)
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
@Deprecated
public List<Location> getLocations(FeatureIdentifier identifier,
String... filenames)
- Deprecated.
- Specified by:
getLocations
in interface PropertiesLocationService
getLocations
@Deprecated
public List<Location> getLocations(FeatureIdentifier identifier,
List<String> filenames)
- Deprecated.
- Specified by:
getLocations
in interface PropertiesLocationService
getLocation
@Deprecated
public Location getLocation(FeatureIdentifier identifier,
String filename)
- Deprecated.
- Specified by:
getLocation
in interface PropertiesLocationService
getLocation
public Location getLocation(ProjectResource resource)
- Specified by:
getLocation
in interface PropertiesLocationService
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.