Class LadybugDebugModule
java.lang.Object
org.frankframework.ladybug.runner.LadybugDebugModule
- All Implemented Interfaces:
Module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionModules may provide a Spring configuration file, to be loaded in the Spring Application Context.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.components.Module
getModuleInformation
-
Constructor Details
-
LadybugDebugModule
public LadybugDebugModule()
-
-
Method Details
-
getSpringConfigurationFiles
Description copied from interface:Module
Modules may provide a Spring configuration file, to be loaded in the Spring Application Context. SeeSpringContextScope.APPLICATION
for more info and it's use.- Specified by:
getSpringConfigurationFiles
in interfaceModule
-