Interface ReadOnlyCapabilitySet

    • Method Detail

      • getCapability

        @Nullable
        @Nullable Capability getCapability​(@NotNull
                                           @NotNull String key)
        Get the capability with the given key
        Parameters:
        key -
        Returns:
      • getCapabilities

        @NotNull
        @NotNull Set<Capability> getCapabilities()
        Get all the capabilities as a set
        Returns: