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 ResourceSignature
s.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProjectSnapshot
(String projectName, ProjectManifest projectManifest, Set<ResourceSignature> signatures) -
Method Summary
Modifier and TypeMethodDescriptionboolean
com.google.common.collect.ImmutableSet<ResourceSignature>
int
hashCode()
-
Constructor Details
-
ProjectSnapshot
public ProjectSnapshot(@Nonnull String projectName, @Nonnull ProjectManifest projectManifest, @Nonnull Set<ResourceSignature> signatures)
-
-
Method Details