Class ProjectSnapshot

java.lang.Object
com.inductiveautomation.ignition.common.project.ProjectSnapshot
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RuntimeProject.EffectiveProjectSnapshot

public class ProjectSnapshot extends Object implements Serializable
A lightweight immutable "snapshot" of a Project.

The project name and a Set of its ResourceSignatures.

See Also:
  • Constructor Details

  • Method Details

    • getProjectName

      @Nonnull public String getProjectName()
    • getProjectManifest

      @Nonnull public ProjectManifest getProjectManifest()
    • getSignatures

      @Nonnull public com.google.common.collect.ImmutableSet<ResourceSignature> getSignatures()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object