Class VersionUtils


  • public class VersionUtils
    extends Object

    Helper class for wrapping a module version meta information.

    Author:
    Fugerit
    • Method Detail

      • registerModule

        public static void registerModule​(String name,
                                          String className)
        Register a module
        Parameters:
        name - the name of the module to register
        className - the implementing class for the module
      • getModuleList

        public static Properties getModuleList()
        Returns the registered module list
        Returns:
        the module list
      • getVersionString

        public static String getVersionString​(String moduleName)
        Return a versione string for a module
        Parameters:
        moduleName - the module to look for
        Returns:
        the version string