Interface MatchingRequirement

  • All Superinterfaces:
    org.osgi.resource.Requirement

    @ConsumerType
    public interface MatchingRequirement
    extends org.osgi.resource.Requirement
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean matches​(org.osgi.resource.Capability cap)  
      • Methods inherited from interface org.osgi.resource.Requirement

        equals, getAttributes, getDirectives, getNamespace, getResource, hashCode
    • Method Detail

      • matches

        boolean matches​(org.osgi.resource.Capability cap)