public class KickstartPackageProfileCommand extends BaseKickstartCommand
ksdata, rebuildPartitionCommands, user| Constructor and Description |
|---|
KickstartPackageProfileCommand(java.lang.Long ksidIn,
User userIn)
Construct a KickstartPackageProfileCommand used for associating
package profiles with a Kickstart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setProfile(Profile profileIn)
Set the Profile associated with this Kickstart
|
findCommandName, getKickstartData, getUser, storepublic KickstartPackageProfileCommand(java.lang.Long ksidIn,
User userIn)
ksidIn - of the KickstartData we want to edit.userIn - who is editing the KickstartData.public void setProfile(Profile profileIn)
profileIn - to set.