Class LegacyLoader

java.lang.Object
org.frankframework.components.LegacyLoader

public class LegacyLoader extends Object
Old style of finding Modules, instead of self-registering, the code attempts to locate the module on the classpath. This is purely for debugging purposes to see which modules are present. The old module names are stored as properties in the AppConstants.
  • Method Details

    • findActiveApplicationModules

      public static List<Module> findActiveApplicationModules()