public class DeployCommandConfiguration extends java.lang.Object implements ToolkitFactory
ToolkitFactory.Utils| Modifier and Type | Method and Description | 
|---|---|
void | 
addCommand(DeployCommand deployCommand)  | 
DeployCommand | 
getCommandAt(int index)  | 
DeployCommand[] | 
getCommands()  | 
java.util.List<Displayable> | 
getDisplayables()  | 
static DeployCommandConfiguration | 
getInstance(Element element)  | 
static DeployCommandConfiguration | 
getInstance(Element element, Context context)  | 
java.util.Iterator<DeployCommand> | 
iterator()  | 
void | 
removeCommand(int index)  | 
void | 
setCommands(DeployCommand[] profiles)  | 
public static DeployCommandConfiguration getInstance(Element element)
public static DeployCommandConfiguration getInstance(Element element, Context context)
public void addCommand(DeployCommand deployCommand) throws DeployCommandException
DeployCommandExceptionpublic DeployCommand getCommandAt(int index)
public void removeCommand(int index)
public java.util.List<Displayable> getDisplayables()
public DeployCommand[] getCommands()
public void setCommands(DeployCommand[] profiles)
public java.util.Iterator<DeployCommand> iterator()