Package net.solarnetwork.util
Class ApplicationContextUtils
java.lang.Object
net.solarnetwork.util.ApplicationContextUtils
Utility methods for dealing with Spring
ApplicationContext instances.- Version:
- 1.0
- Author:
- matt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidtraceBeanNames(org.springframework.context.ApplicationContext ctx, org.slf4j.Logger log) Generate a TRACE level log entry of the complete list of bean names available in the given context.
-
Constructor Details
-
ApplicationContextUtils
public ApplicationContextUtils()
-
-
Method Details
-
traceBeanNames
public static void traceBeanNames(org.springframework.context.ApplicationContext ctx, org.slf4j.Logger log) Generate a TRACE level log entry of the complete list of bean names available in the given context.- Parameters:
ctx- the context to log the bean names forlog- the log to log to, will log at the TRACE level
-