public class ConfigTester extends Object implements org.springframework.context.ApplicationContextAware
| Constructor and Description | 
|---|
ConfigTester()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.springframework.context.ApplicationContext | 
getApplicationContext()  | 
Map<String,String> | 
getConfigs()  | 
static void | 
main(String[] argv)  | 
void | 
setApplicationContext(org.springframework.context.ApplicationContext context)  | 
void | 
setConfigs(Map<String,String> configs)  | 
void | 
testConfig(String name,
          boolean ignoreUnknown)  | 
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext context)
                           throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void testConfig(String name, boolean ignoreUnknown)
public static void main(String[] argv)
Copyright © 2021. All rights reserved.