Package org.jtester.module.core

Examples of org.jtester.module.core.SpringModule


   *            The classes for which to reset the contexts
   */
  public static void invalidateApplicationContext() {
    boolean springModuleEnabled = ModulesManager.isModuleEnabled(SpringModule.class);
    if (springModuleEnabled) {
      SpringModule module = ModulesManager.getModuleInstance(SpringModule.class);
      module.invalidateApplicationContext();
    }
  }
View Full Code Here

TOP

Related Classes of org.jtester.module.core.SpringModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.