Class WireImpl

  • All Implemented Interfaces:
    org.osgi.resource.Wire

    public class WireImpl
    extends java.lang.Object
    implements org.osgi.resource.Wire
    • Constructor Summary

      Constructors 
      Constructor Description
      WireImpl​(org.osgi.resource.Capability capability, org.osgi.resource.Requirement requirement)  
    • Constructor Detail

      • WireImpl

        public WireImpl​(org.osgi.resource.Capability capability,
                        org.osgi.resource.Requirement requirement)
    • Method Detail

      • getCapability

        public org.osgi.resource.Capability getCapability()
        Specified by:
        getCapability in interface org.osgi.resource.Wire
      • getRequirement

        public org.osgi.resource.Requirement getRequirement()
        Specified by:
        getRequirement in interface org.osgi.resource.Wire
      • getProvider

        public org.osgi.resource.Resource getProvider()
        Specified by:
        getProvider in interface org.osgi.resource.Wire
      • getRequirer

        public org.osgi.resource.Resource getRequirer()
        Specified by:
        getRequirer in interface org.osgi.resource.Wire
      • toString

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

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

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