| Package | Description |
|---|---|
| org.kuali.common.util.properties | |
| org.kuali.common.util.properties.spring | |
| org.kuali.common.util.spring |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.Builder.build() |
Location |
LocationLoader.getLocation() |
Location |
DefaultPropertiesLocationService.getLocation(FeatureIdentifier identifier,
String filename)
Deprecated.
|
Location |
PropertiesLocationService.getLocation(FeatureIdentifier identifier,
String filename)
Deprecated.
|
Location |
DefaultPropertiesLocationService.getLocation(ProjectIdentifier identifier,
String filename) |
Location |
PropertiesLocationService.getLocation(ProjectIdentifier identifier,
String filename) |
Location |
DefaultPropertiesLocationService.getLocation(ProjectResource resource) |
Location |
PropertiesLocationService.getLocation(ProjectResource resource) |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
DefaultPropertiesLocationService.getLocations(FeatureIdentifier identifier,
List<String> filenames)
Deprecated.
|
List<Location> |
PropertiesLocationService.getLocations(FeatureIdentifier identifier,
List<String> filenames)
Deprecated.
|
List<Location> |
DefaultPropertiesLocationService.getLocations(FeatureIdentifier identifier,
String... filenames)
Deprecated.
|
List<Location> |
PropertiesLocationService.getLocations(FeatureIdentifier identifier,
String... filenames)
Deprecated.
|
List<Location> |
DefaultPropertiesLocationService.getLocations(ProjectIdentifier identifier,
List<String> filenames) |
List<Location> |
PropertiesLocationService.getLocations(ProjectIdentifier identifier,
List<String> filenames) |
List<Location> |
DefaultPropertiesLocationService.getLocations(ProjectIdentifier identifier,
String... filenames) |
List<Location> |
PropertiesLocationService.getLocations(ProjectIdentifier identifier,
String... filenames) |
| Modifier and Type | Method and Description |
|---|---|
static Location.Builder |
Location.builder(Location existing,
String newValue)
Create a new
Location identical to an existing location but with newValue for its value |
protected PropertiesLoader |
DefaultPropertiesService.getLoader(Location location,
Cache<String,Properties> cache,
Properties combined) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
DefaultPropertiesService.getProperties(List<Location> locations) |
Properties |
SimplePropertiesService.getProperties(List<Location> locations) |
Properties |
PropertiesService.getProperties(List<Location> locations) |
| Constructor and Description |
|---|
CachingLoader(Location location,
Cache<String,Properties> cache) |
CachingLoader(Location location,
String value,
Cache<String,Properties> cache) |
LocationLoader(Location location) |
LocationLoader(Location location,
String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
PropertyLocationsConfig.propertyLocations() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.core.env.PropertySource<?> |
PropertySourceUtils.getPropertySource(PropertiesService service,
List<Location> locations)
Return a property source based on the properties loaded from the locations passed in.
|
static org.springframework.core.env.PropertySource<?> |
PropertySourceUtils.getPropertySource(PropertiesService service,
List<Location> locations,
boolean includeGlobal)
Return a property source based on the properties loaded from the locations passed in, but where system properties plus environment properties "win" if
includeGlobal=true |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.