public interface FileSetSetup
Objects of this type are returned by Context.getFileSets()
and Context.getFileSetById(String)
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isSelected()
void setSelected(boolean selected)
selected
- the new selection statejava.lang.String getName()
java.lang.String getId()