public static class DeployShellFactory.SpiData
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
getDeployCommand()  | 
static DeployShellFactory.SpiData | 
getInstance(Context context)  | 
DeployShell | 
getParentShell()  | 
int | 
getSequence()  | 
void | 
setDeployCommand(DeployCommand cmd)  | 
void | 
setParentShell(DeployShell shell)  | 
void | 
setSequence(int seq)  | 
public static DeployShellFactory.SpiData getInstance(Context context)
public int getSequence()
public void setSequence(int seq)
public DeployCommand getDeployCommand()
public void setDeployCommand(DeployCommand cmd)
public DeployShell getParentShell()
public void setParentShell(DeployShell shell)