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