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 Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProjectSnapshot(String projectName, ProjectManifest projectManifest, Set<ResourceSignature> signatures) -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.google.common.collect.ImmutableSet<ResourceSignature>inthashCode()
-
Constructor Details
-
ProjectSnapshot
public ProjectSnapshot(@Nonnull String projectName, @Nonnull ProjectManifest projectManifest, @Nonnull Set<ResourceSignature> signatures)
-
-
Method Details