org.kuali.common.util.properties
Interface PropertiesLocationService
- All Known Implementing Classes:
- DefaultPropertiesLocationService
public interface PropertiesLocationService
getLocations
List<Location> getLocations(ProjectIdentifier identifier,
List<String> filenames)
getLocations
List<Location> getLocations(ProjectIdentifier identifier,
String... filenames)
getLocation
Location getLocation(ProjectIdentifier identifier,
String filename)
getLocation
Location getLocation(FeatureIdentifier identifier,
String filename)
getLocations
List<Location> getLocations(FeatureIdentifier identifier,
String... filenames)
getLocations
List<Location> getLocations(FeatureIdentifier identifier,
List<String> filenames)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.