Class ProjectSnapshot
java.lang.Object
com.inductiveautomation.ignition.common.project.ProjectSnapshot
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RuntimeProject.EffectiveProjectSnapshot
A lightweight immutable "snapshot" of a 
Project.
 
 The project name and a Set of its ResourceSignatures.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionProjectSnapshot(String projectName, ProjectManifest projectManifest, Set<ResourceSignature> signatures) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancom.google.common.collect.ImmutableSet<ResourceSignature>inthashCode()
- 
Constructor Details- 
ProjectSnapshotpublic ProjectSnapshot(@Nonnull String projectName, @Nonnull ProjectManifest projectManifest, @Nonnull Set<ResourceSignature> signatures) 
 
- 
- 
Method Details