Package com.iizigo.link
Class LinkWizardOperations
- java.lang.Object
- com.iizigo.link.LinkWizardOperations
public class LinkWizardOperations extends java.lang.Object
The link wizard operations handles all operations that should run.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addRunOperation(ILinkOperation op)
Adds a new operation to run.LinkData
getLinkData()
Gets the link data for the operations.UIBuildData
getUIBuildData()
Gets the instance of the UI build data.boolean
isSkipped(ILinkOperation op)
Returns if an operation is skipped.
Method Detail
getLinkData
public LinkData getLinkData()
Gets the link data for the operations.
isSkipped
public boolean isSkipped(ILinkOperation op)
Returns if an operation is skipped.
addRunOperation
public boolean addRunOperation(ILinkOperation op)
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
public UIBuildData 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.