Class WrappedCapability

  • All Implemented Interfaces:
    org.osgi.resource.Capability, HostedCapability

    public class WrappedCapability
    extends java.lang.Object
    implements HostedCapability
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.osgi.resource.Capability m_cap  
      private org.osgi.resource.Resource m_host  
    • Constructor Summary

      Constructors 
      Constructor Description
      WrappedCapability​(org.osgi.resource.Resource host, org.osgi.resource.Capability cap)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.util.Map<java.lang.String,​java.lang.Object> getAttributes()  
      org.osgi.resource.Capability getDeclaredCapability()
      Return the Capability hosted by the Resource.
      java.util.Map<java.lang.String,​java.lang.String> getDirectives()  
      java.lang.String getNamespace()  
      org.osgi.resource.Resource getResource()
      Return the Resource that hosts this Capability.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • m_host

        private final org.osgi.resource.Resource m_host
      • m_cap

        private final org.osgi.resource.Capability m_cap
    • Constructor Detail

      • WrappedCapability

        public WrappedCapability​(org.osgi.resource.Resource host,
                                 org.osgi.resource.Capability cap)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface org.osgi.resource.Capability
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface org.osgi.resource.Capability
        Overrides:
        hashCode in class java.lang.Object
      • getDeclaredCapability

        public org.osgi.resource.Capability getDeclaredCapability()
        Description copied from interface: HostedCapability
        Return the Capability hosted by the Resource.
        Specified by:
        getDeclaredCapability in interface HostedCapability
        Returns:
        The Capability hosted by the Resource.
      • getResource

        public org.osgi.resource.Resource getResource()
        Description copied from interface: HostedCapability
        Return the Resource that hosts this Capability.
        Specified by:
        getResource in interface org.osgi.resource.Capability
        Specified by:
        getResource in interface HostedCapability
        Returns:
        The Resource that hosts this Capability.
      • getNamespace

        public java.lang.String getNamespace()
        Specified by:
        getNamespace in interface org.osgi.resource.Capability
      • getDirectives

        public java.util.Map<java.lang.String,​java.lang.String> getDirectives()
        Specified by:
        getDirectives in interface org.osgi.resource.Capability
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getAttributes()
        Specified by:
        getAttributes in interface org.osgi.resource.Capability
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object