public interface CustomTaskSetup
The interface that provides information about custom tasks. Custom tasks are configured on the detail pane of the "Additional tasks" installer screen in the install4j GUI. Returned by InstallerContext.getAssociations().
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description for this custom task. |
java.lang.String |
getId()
Returns the ID of this custom task. |
boolean |
isSelected()
Returns whether the custom task has been selected by the user. |
void |
setSelected(boolean selected)
Sets whether the custom task should be selected or not. |
| Method Detail |
|---|
boolean isSelected()
void setSelected(boolean selected)
selected - the new selection statejava.lang.String getId()
java.lang.String getDescription()