Interface Capability


public interface Capability
Represents a capability. Capabilities are versioned. Only one component for a specific capability can be found on a dependency graph.
Since:
4.7
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the group.
    Returns the name.
    @Nullable String
    Returns the version.
  • Method Details

    • getGroup

      String getGroup()
      Returns the group.
      Since:
      4.7
    • getName

      String getName()
      Returns the name.
      Since:
      4.7
    • getVersion

      @Nullable String getVersion()
      Returns the version.
      Since:
      4.7