org.kuali.common.util.properties
Interface PropertiesLocationService

All Known Implementing Classes:
DefaultPropertiesLocationService

public interface PropertiesLocationService


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)
           
 

Method Detail

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.