|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileSetSetup
This interface provides information about file sets. File sets are configured on the "Define Distribution Tree" tab in the install4j IDE.
Objects of this type are returned by Context.getFileSets()
and Context.getFileSetById(String)
Method Summary | |
---|---|
java.lang.String |
getId()
The ID of the file set. |
java.lang.String |
getName()
Returns the name of this file set. |
boolean |
isSelected()
Returns whether the file set is selected for installation. |
void |
setSelected(boolean selected)
Sets whether the file set 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 |