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 SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisEmpty()voidputChoice(ChangeOperation op, ProjectChange.ConflictChoice choice) 
- 
Constructor Details- 
ProjectChange
 
- 
- 
Method Details- 
getProjectDiffs
- 
getChoice- Returns:
- a ProjectChange.ConflictChoiceif the givenChangeOperationhad a conflict, or remote if there was no conflict.
 
- 
putChoice
- 
isEmptypublic boolean isEmpty()- Returns:
- true if all of the diffs in this change are empty.
 
 
-