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 Summary
Modifier and TypeMethodDescriptionboolean
Adds a new operation to run.Gets the link data for the operations.Gets the instance of the UI build data.boolean
Returns if an operation is skipped.
Method Details
getLinkData
Gets the link data for the operations.isSkipped
Returns if an operation is skipped.addRunOperation
Adds 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.
getUIBuildData
Gets 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.