org.opennms.netmgt.config.tester
Class ConfigTester

java.lang.Object
  extended by org.opennms.netmgt.config.tester.ConfigTester
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware

public class ConfigTester
extends Object
implements org.springframework.context.ApplicationContextAware


Constructor Summary
ConfigTester()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigTester

public ConfigTester()
Method Detail

getConfigs

public Map<String,String> getConfigs()

setConfigs

public void setConfigs(Map<String,String> configs)

getApplicationContext

public org.springframework.context.ApplicationContext getApplicationContext()

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext context)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

testConfig

public void testConfig(String name,
                       boolean ignoreUnknown)

main

public static void main(String[] argv)


Copyright © 2011. All Rights Reserved.