public interface PropertiesLocationService
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) |
List<Location> getLocations(ProjectIdentifier identifier, List<String> filenames)
List<Location> getLocations(ProjectIdentifier identifier, String... filenames)
Location getLocation(ProjectIdentifier identifier, String filename)
Location getLocation(ProjectResource resource)
@Deprecated Location getLocation(FeatureIdentifier identifier, String filename)
@Deprecated List<Location> getLocations(FeatureIdentifier identifier, String... filenames)
@Deprecated List<Location> getLocations(FeatureIdentifier identifier, List<String> filenames)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.