java.lang.Object
com.inductiveautomation.ignition.common.project.resource.ResourceSignature
All Implemented Interfaces:
Serializable

public class ResourceSignature extends Object implements 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:
  • Constructor Details

    • ResourceSignature

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