public class DefaultPropertiesLocationService extends Object implements PropertiesLocationService
Constructor and Description |
---|
DefaultPropertiesLocationService(ProjectService projectService) |
DefaultPropertiesLocationService(ProjectService projectService,
boolean cache) |
Modifier and Type | Method and Description |
---|---|
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) |
public DefaultPropertiesLocationService(ProjectService projectService)
public DefaultPropertiesLocationService(ProjectService projectService, boolean cache)
public List<Location> getLocations(ProjectIdentifier identifier, List<String> filenames)
getLocations
in interface PropertiesLocationService
public List<Location> getLocations(ProjectIdentifier identifier, String... filenames)
getLocations
in interface PropertiesLocationService
public Location getLocation(ProjectIdentifier identifier, String filename)
getLocation
in interface PropertiesLocationService
@Deprecated public List<Location> getLocations(FeatureIdentifier identifier, String... filenames)
getLocations
in interface PropertiesLocationService
@Deprecated public List<Location> getLocations(FeatureIdentifier identifier, List<String> filenames)
getLocations
in interface PropertiesLocationService
@Deprecated public Location getLocation(FeatureIdentifier identifier, String filename)
getLocation
in interface PropertiesLocationService
public Location getLocation(ProjectResource resource)
getLocation
in interface PropertiesLocationService
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.