Interface ModuleVersionIdentifier

  • All Superinterfaces:
    Serializable

    public interface ModuleVersionIdentifier
    extends Serializable
    The identifier of a module version.
    • Method Detail

      • getVersion

        String getVersion()
        The version of the module
        Returns:
        module version
      • getGroup

        String getGroup()
        The group of the module.
        Returns:
        module group
      • getName

        String getName()
        The name of the module.
        Returns:
        module name