Interface ModuleVersionIdentifier

  • All Superinterfaces:
    java.io.Serializable

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

      • getVersion

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

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

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