org.kuali.common.util.spring
Class SpringExecUtils

java.lang.Object
  extended by org.kuali.common.util.spring.SpringExecUtils

public class SpringExecUtils
extends Object


Constructor Summary
SpringExecUtils()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringExecUtils

public SpringExecUtils()
Method Detail

getSpringExecutable

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


getSpringExecutable

public static SpringExecutable getSpringExecutable(SpringService service,
                                                   org.springframework.core.env.PropertySource<?> source,
                                                   Class<?> annotatedClass)
Return an executable that resolves all placeholder values against source.


getSpringExecutable

@Deprecated
public static SpringExecutable getSpringExecutable(org.springframework.core.env.PropertySource<?> source,
                                                              Class<?> annotatedClass)
Deprecated. 

Return a SpringExecutable for the PropertySource and annotatedClass passed in


getSinglePropertySourceContext

public static SpringContext getSinglePropertySourceContext(org.springframework.core.env.PropertySource<?> source)
Return a SpringContext that resolves all placeholders from the PropertySource passed in



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.