Class ResourceSignature

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResourceSignature
    extends java.lang.Object
    implements java.io.Serializable
    Represents the content of a resource within the context of a ProjectResourceId, i.e. the content of a resource and the project it's located in + ResourceType + path to the resource.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceSignature

        public ResourceSignature​(@Nonnull
                                 ProjectResourceId resourceId,
                                 @Nonnull
                                 byte[] signature)
    • Method Detail

      • getSignature

        @Nonnull
        public byte[] getSignature()
      • toString

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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