Class ConfigTester

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class ConfigTester
    extends Object
    implements org.springframework.context.ApplicationContextAware
    • Constructor Detail

      • ConfigTester

        public ConfigTester()
    • Method Detail

      • 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)