org.springframework.yarn.test.context
Class YarnDelegatingSmartContextLoader
java.lang.Object
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
org.springframework.yarn.test.context.YarnDelegatingSmartContextLoader
- All Implemented Interfaces:
- ContextLoader, SmartContextLoader
public class YarnDelegatingSmartContextLoader
- extends AbstractDelegatingSmartContextLoader
YarnDelegatingSmartContextLoader is a concrete implementation of
AbstractDelegatingSmartContextLoader that delegates to a
YarnClusterInjectingXmlContextLoader and an
YarnClusterInjectingAnnotationConfigContextLoader.
- Author:
- Janne Valkealahti
- See Also:
SmartContextLoader,
AbstractDelegatingSmartContextLoader,
YarnClusterInjectingXmlContextLoader,
YarnClusterInjectingAnnotationConfigContextLoader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YarnDelegatingSmartContextLoader
public YarnDelegatingSmartContextLoader()
getXmlLoader
protected SmartContextLoader getXmlLoader()
- Specified by:
getXmlLoader in class AbstractDelegatingSmartContextLoader
getAnnotationConfigLoader
protected SmartContextLoader getAnnotationConfigLoader()
- Specified by:
getAnnotationConfigLoader in class AbstractDelegatingSmartContextLoader