Spring for Apache Hadoop

org.springframework.data.hadoop.test.context
Class HadoopDelegatingSmartContextLoader

java.lang.Object
  extended by org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
      extended by org.springframework.data.hadoop.test.context.HadoopDelegatingSmartContextLoader
All Implemented Interfaces:
org.springframework.test.context.ContextLoader, org.springframework.test.context.SmartContextLoader

public class HadoopDelegatingSmartContextLoader
extends org.springframework.test.context.support.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

Constructor Summary
HadoopDelegatingSmartContextLoader()
           
 
Method Summary
protected  org.springframework.test.context.SmartContextLoader getAnnotationConfigLoader()
           
protected  org.springframework.test.context.SmartContextLoader getXmlLoader()
           
 
Methods inherited from class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
loadContext, loadContext, processContextConfiguration, processLocations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HadoopDelegatingSmartContextLoader

public HadoopDelegatingSmartContextLoader()
Method Detail

getXmlLoader

protected org.springframework.test.context.SmartContextLoader getXmlLoader()
Specified by:
getXmlLoader in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader

getAnnotationConfigLoader

protected org.springframework.test.context.SmartContextLoader getAnnotationConfigLoader()
Specified by:
getAnnotationConfigLoader in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader

Spring for Apache Hadoop