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)
          Deprecated.  
 Location getLocation(ProjectIdentifier identifier, String filename)
           
 Location getLocation(ProjectResource resource)
           
 List<Location> getLocations(FeatureIdentifier identifier, List<String> filenames)
          Deprecated.  
 List<Location> getLocations(FeatureIdentifier identifier, String... filenames)
          Deprecated.  
 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

@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.