Class RequirementImpl

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

    public class RequirementImpl
    extends java.lang.Object
    implements org.osgi.resource.Requirement
    • 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()  
      java.util.Map<java.lang.String,​java.lang.String> getDirectives()  
      java.lang.String getNamespace()  
      org.osgi.resource.Resource getResource()  
      int hashCode()  
      java.lang.String toString()  
      protected void toString​(java.lang.StringBuilder sb)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.osgi.resource.Requirement

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

      • toString

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

        public java.lang.String getNamespace()
      • getDirectives

        public java.util.Map<java.lang.String,​java.lang.String> getDirectives()
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getAttributes()
      • getResource

        public org.osgi.resource.Resource getResource()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        protected void toString​(java.lang.StringBuilder sb)