public class XmlRpcKickstartHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static XmlRpcKickstartHelper |
getInstance() |
KickstartData |
lookupKsData(java.lang.String label,
Org org)
Returns the kickstart data associated to the given label and org
|
KickstartData |
lookupKsData(java.lang.String label,
User user)
Returns the kickstart data associated to the given label and user's org
|
public static XmlRpcKickstartHelper getInstance()
public KickstartData lookupKsData(java.lang.String label, Org org)
label - the label of the Ks profileorg - the org of the ks profilepublic KickstartData lookupKsData(java.lang.String label, User user)
label - the label of the Ks profileuser - the user.