public class CustomizationWinOptions extends CustomizationOptions
| Modifier and Type | Field and Description |
|---|---|
boolean |
changeSID |
boolean |
deleteAccounts |
CustomizationSysprepRebootOption |
reboot |
dynamicProperty, dynamicType| Constructor and Description |
|---|
CustomizationWinOptions() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationSysprepRebootOption |
getReboot() |
boolean |
isChangeSID() |
boolean |
isDeleteAccounts() |
void |
setChangeSID(boolean changeSID) |
void |
setDeleteAccounts(boolean deleteAccounts) |
void |
setReboot(CustomizationSysprepRebootOption reboot) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean changeSID
public boolean deleteAccounts
public CustomizationSysprepRebootOption reboot
public boolean isChangeSID()
public boolean isDeleteAccounts()
public CustomizationSysprepRebootOption getReboot()
public void setChangeSID(boolean changeSID)
public void setDeleteAccounts(boolean deleteAccounts)
public void setReboot(CustomizationSysprepRebootOption reboot)
Copyright © 2011-2012. All Rights Reserved.