Class LegacyLoader.DefaultModule
java.lang.Object
org.frankframework.components.LegacyLoader.DefaultModule
- All Implemented Interfaces:
Module
- Enclosing class:
LegacyLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis equals method does not look at `instanceof LegacyModule` but if the module titles match.@NonNull ModuleInformationRetrieves the module information based on the MANIFEST.MF file.toString()Methods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Module
getSpringConfigurationFiles
-
Constructor Details
-
DefaultModule
-
-
Method Details
-
getModuleInformation
Description copied from interface:ModuleRetrieves the module information based on the MANIFEST.MF file.- Specified by:
getModuleInformationin interfaceModule
-
equals
-
toString
-