|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstallationComponentSetup
This interface provides information about installation components. Installation components are configured on the "Installation Components" tab in the install4j IDE.
Objects of this type are returned by Context.getInstallationComponents()
and Context.getInstallationComponentById(String)
Method Summary | |
---|---|
java.lang.String |
getId()
The ID of the installation component. |
java.lang.String |
getName()
Returns the name of 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 getName()
java.lang.String getId()
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |