Class LegacyLoader.DefaultModule

java.lang.Object
org.frankframework.components.LegacyLoader.DefaultModule
All Implemented Interfaces:
Module
Enclosing class:
LegacyLoader

public static class LegacyLoader.DefaultModule extends Object implements Module
  • Constructor Details

  • Method Details

    • getModuleInformation

      public ModuleInformation 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 interface Module
    • equals

      public boolean equals(Object obj)
      This equals method does not look at `instanceof LegacyModule` but if the module titles match. This ensures backwards compatibility with older modules
      Overrides:
      equals in class Object