Interface ModuleMetadata


  • public interface ModuleMetadata
    Provides metadata about a module.
    • Method Detail

      • getDisplayName

        String getDisplayName()
        A human-readable name used to be shown to a user.
        Returns:
        the display name
      • getSymbolicName

        String getSymbolicName()
        A name which can be used to uniquely identify the module.
        Returns:
        the symbolic name
      • getVersion

        String getVersion()
        The version of the module.
        Returns:
        the version