Package com.iizigo.link
Class LinkWizardOperations
java.lang.Object
com.iizigo.link.LinkWizardOperations
The link wizard operations handles all operations that should run.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- booleanAdds a new operation to run.Gets the link data for the operations.Gets the instance of the UI build data.- booleanReturns if an operation is skipped.
- Method Details- getLinkDataGets the link data for the operations.
- isSkippedReturns if an operation is skipped.
- addRunOperationAdds a new operation to run. This can be done while executing the commands. The operation cannot be a duplicate one in the current run operations.- Parameters:
- op- The new operation.
- Returns:
- true if added, false if duplicate.
 
- getUIBuildDataGets the instance of the UI build data. The build data is allocated the first time this method is called.- Returns:
- An instance of the build data.