Interface ModuleVersion


  • public interface ModuleVersion

    Helper class for wrapping a module version meta information.

    Author:
    Fugerit
    • Method Detail

      • getName

        String getName()
        Returns the name of this module
        Returns:
        the name of this module
      • getVersion

        String getVersion()
        Returns the version of this module
        Returns:
        the version of this module
      • getDate

        String getDate()
        Returns the date of this module
        Returns:
        the date of this module
      • getLoadTime

        String getLoadTime()
        Returns the last time this module was loaded
        Returns:
        the last time this module was loaded
      • getDependancies

        Properties getDependancies()
        Returns the dependancies (as module names and versions) of this module
        Returns:
        the dependeancies of this module