Package org.frankframework.components
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 TypeMethodDescriptionboolean
This equals method does not look at `instanceof LegacyModule` but if the module titles match.Retrieves the module information based on the MANIFEST.MF file instead of the pom.properties.Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.components.Module
getSpringConfigurationFiles
-
Constructor Details
-
DefaultModule
- Throws:
IOException
-
-
Method Details
-
getModuleInformation
Description copied from interface:Module
Retrieves the module information based on the MANIFEST.MF file instead of the pom.properties.- Specified by:
getModuleInformation
in interfaceModule
-
equals
This equals method does not look at `instanceof LegacyModule` but if the module titles match. This ensures backwards compatibility with older modules
-