Class ProjectChange
java.lang.Object
com.inductiveautomation.ignition.designer.project.ProjectChange
Given to a project in order to apply all changes pulled from the Gateway, along with the choices made on resource
conflicts.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
void
putChoice
(ChangeOperation op, ProjectChange.ConflictChoice choice)
-
Constructor Details
-
ProjectChange
-
-
Method Details
-
getProjectDiffs
-
getChoice
- Returns:
- a
ProjectChange.ConflictChoice
if the givenChangeOperation
had a conflict, or remote if there was no conflict.
-
putChoice
-
isEmpty
public boolean isEmpty()- Returns:
- true if all of the diffs in this change are empty.
-