org.impalaframework.interactive.bootstrap
Class TestContextLocationResolver

java.lang.Object
  extended by org.impalaframework.bootstrap.SimpleContextLocationResolver
      extended by org.impalaframework.interactive.bootstrap.TestContextLocationResolver
All Implemented Interfaces:
org.impalaframework.bootstrap.ContextLocationResolver

public class TestContextLocationResolver
extends org.impalaframework.bootstrap.SimpleContextLocationResolver


Constructor Summary
TestContextLocationResolver()
           
 
Method Summary
static void addBootstrapConfig(org.impalaframework.bootstrap.ConfigurationSettings configSettings, org.impalaframework.config.PropertySource propertySource)
           
 void addCustomLocations(org.impalaframework.bootstrap.ConfigurationSettings configSettings, org.impalaframework.config.PropertySource propertySource)
           
 
Methods inherited from class org.impalaframework.bootstrap.SimpleContextLocationResolver
addContextLocations, addDefaultLocations, addModuleType, addProxyProperties, addReloadability, explicitlyAddLocations, explicitlySetLocations, maybeAddJmxLocations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestContextLocationResolver

public TestContextLocationResolver()
Method Detail

addCustomLocations

public void addCustomLocations(org.impalaframework.bootstrap.ConfigurationSettings configSettings,
                               org.impalaframework.config.PropertySource propertySource)
Overrides:
addCustomLocations in class org.impalaframework.bootstrap.SimpleContextLocationResolver

addBootstrapConfig

public static void addBootstrapConfig(org.impalaframework.bootstrap.ConfigurationSettings configSettings,
                                      org.impalaframework.config.PropertySource propertySource)