public interface InstallationComponentSetup
The interface that provides information about installation components. Installation components are configured in the "Files" section in the install4j GUI. Returned by InstallerContext.getInstallationComponents().
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description for this installation components. |
boolean |
isSelected()
Returns whether the installation components has been selected by the user. |
void |
setSelected(boolean selected)
Sets whether the installation component should be installed or not. |
| Method Detail |
|---|
boolean isSelected()
void setSelected(boolean selected)
selected - the new selection statejava.lang.String getDescription()