public class SpringExecUtils extends Object
| Constructor and Description |
|---|
SpringExecUtils() |
| Modifier and Type | Method and Description |
|---|---|
static SpringContext |
getSinglePropertySourceContext(org.springframework.core.env.PropertySource<?> source)
Return a SpringContext that resolves all placeholders from the PropertySource passed in
|
static SpringExecutable |
getSpringExecutable(org.springframework.core.env.PropertySource<?> source,
Class<?> annotatedClass)
Deprecated.
|
static SpringExecutable |
getSpringExecutable(SpringService service,
org.springframework.core.env.PropertySource<?> source,
Class<?> annotatedClass)
Return an executable that resolves all placeholder values against
source. |
static SpringExecutable |
getSpringExecutable(SpringService service,
org.springframework.core.env.PropertySource<?> source,
Class<?> annotatedClass,
List<String> activeProfiles)
Return an executable that resolves all placeholder values against
source. |
public SpringExecUtils()
public static SpringExecutable getSpringExecutable(SpringService service, org.springframework.core.env.PropertySource<?> source, Class<?> annotatedClass, List<String> activeProfiles)
source.public static SpringExecutable getSpringExecutable(SpringService service, org.springframework.core.env.PropertySource<?> source, Class<?> annotatedClass)
source.@Deprecated public static SpringExecutable getSpringExecutable(org.springframework.core.env.PropertySource<?> source, Class<?> annotatedClass)
public static SpringContext getSinglePropertySourceContext(org.springframework.core.env.PropertySource<?> source)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.