| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
DeployCommandFactory.create(Context context)  | 
DeployCommand | 
DeployCommandFactory.create(Context context,
      java.lang.Object command)  | 
DeployCommand | 
DeployCommandFactory.create(Element element,
      Context context)  | 
DeployCommand | 
DeployCommandFactory.create(Element element,
      Context context,
      java.lang.Object command)  | 
DeployCommand | 
DeployCommandFactory.create(HashStructure hash,
      Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeployShell | 
DeployShellFactory.create(DeployCommand command,
      Context context,
      DeployShell parent)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeployJarToAppServer
Command to deploy a pre-built jar (archive) file to an AppServer. 
 | 
class  | 
DeployToAppServer
Deploys a Profile to a remote Application Server. 
 | 
class  | 
DeployToArchive  | 
class  | 
DeployToEar  | 
class  | 
DeployToFile  | 
class  | 
DeployToWar  | 
class  | 
ProfileDeployCmd  | 
class  | 
UndeployFromAppServer  | 
| Modifier and Type | Method and Description | 
|---|---|
static DeployCommand | 
DeployCommand.create(HashStructure hash)
Deprecated.  
 | 
DeployCommand | 
DeployCommandConfiguration.getCommandAt(int index)  | 
DeployCommand[] | 
DeployCommandConfiguration.getCommands()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.Class<? extends DeployCommand> | 
UndeployFromAppServerState.getCommandClass()  | 
protected java.lang.Class<? extends DeployCommand> | 
DeployToWarState.getCommandClass()  | 
protected java.lang.Class<? extends DeployCommand> | 
DeployToEarState.getCommandClass()  | 
protected java.lang.Class<? extends DeployCommand> | 
DeployToAppServerState.getCommandClass()  | 
protected java.lang.Class<? extends DeployCommand> | 
DeployToArchiveState.getCommandClass()  | 
protected java.lang.Class<? extends DeployCommand> | 
ProfileDeployCmdState.getCommandClass()  | 
protected java.lang.Class<? extends DeployCommand> | 
DeployToFileState.getCommandClass()  | 
protected java.lang.Class<? extends DeployCommand> | 
DeployCommandState.getCommandClass()  | 
java.util.Iterator<DeployCommand> | 
DeployCommandConfiguration.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployCommandConfiguration.addCommand(DeployCommand deployCommand)  | 
void | 
DeployCommandConfiguration.setCommands(DeployCommand[] profiles)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
HashDeployCommandWriter.SpiData.getCommand()  | 
DeployCommand | 
DeployCommandReader.getCommandAt(int index)  | 
DeployCommand | 
HashDeployCommandReader.read()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DeployCommand> | 
DeployCommandReader.getAllCommands()  | 
java.util.Iterator<DeployCommand> | 
DeployCommandReader.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HashDeployCommandWriter.SpiData.setCommand(DeployCommand command)  | 
boolean | 
DeployCommandWriter.write(DeployCommand command)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
AbstractDeployCommandIOProvider.DefaultDeployCommandIO.getCommandAt(int index)  | 
protected abstract DeployCommand | 
AbstractDeployCommandIOProvider.getCommandAt(int index,
            Element element,
            Cookie cookie)  | 
DeployCommand | 
AbstractHashDeployCommandIOProvider.DefaultHashDeployCommandIO.read()  | 
protected DeployCommand | 
DeployToFileHashDeployCommandIOProvider.read(Element element,
    Cookie cookie)  | 
protected abstract DeployCommand | 
AbstractHashDeployCommandIOProvider.read(Element element,
    Cookie cookie)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DeployCommand> | 
AbstractDeployCommandIOProvider.DefaultDeployCommandIO.getAllCommands()  | 
protected abstract java.util.List<DeployCommand> | 
AbstractDeployCommandIOProvider.getAllCommands(Element element,
              Cookie cookie)  | 
java.util.Iterator<DeployCommand> | 
AbstractDeployCommandIOProvider.DefaultDeployCommandIO.iterator()  | 
protected abstract java.util.Iterator<DeployCommand> | 
AbstractDeployCommandIOProvider.iterator(Element element,
        Cookie cookie)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
DeployToFileHashDeployCommandIOProvider.canWrite(Element element,
        DeployCommand cmd,
        ToolkitContext tkContext,
        Cookie cookie)  | 
protected abstract boolean | 
AbstractHashDeployCommandIOProvider.canWrite(Element element,
        DeployCommand cmd,
        ToolkitContext tkContext,
        Cookie cookie)  | 
protected HashDeployCommandWriter.HashDisplayable | 
AbstractHashDeployCommandIOProvider.createDisplayable(DeployCommand cmd)  | 
boolean | 
AbstractDeployCommandIOProvider.DefaultDeployCommandIO.write(DeployCommand command)  | 
protected abstract boolean | 
AbstractDeployCommandIOProvider.write(DeployCommand command,
     Element element,
     Cookie cookie)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract void | 
AsNavDeploymentController.commandFinished(DeployCommand deployCommand,
               Cookie cookie)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
DeployWizard.getCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
DeployAction.getDeployCommand()  | 
protected DeployCommand | 
AbstractDeployWizardPanel.getDeployCommand()  | 
protected DeployCommand | 
AbstractDeployToAppServerCommandFactory.getTemplateDeployCommand(ToolkitContext ctx)  | 
DeployCommand | 
DeployToAppServerCommandFactory.newDeployCommand()  | 
DeployCommand | 
AbstractDeployToAppServerCommandFactory.newDeployCommand()  | 
protected abstract DeployCommand | 
AbstractDeployToAppServerCommandFactory.newDeployCommand(Element element,
                ToolkitContext tkContext,
                java.lang.Class classOrIntf)  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.swing.tree.TreeNode | 
DeployCommandSummaryBuilder.buildSummary(DeployCommand cmd,
            TraversableContext tc)  | 
protected abstract javax.swing.tree.TreeNode | 
AbstractDeploySummaryProvider.buildSummary(DeployCommand cmd,
            TraversableContext tc,
            Cookie cookie)  | 
protected void | 
DeployAction.setDeployCommand(DeployCommand cmd)  | 
protected void | 
AbstractDeployWizardPanel.setDeployCommand(DeployCommand cmd)  | 
protected abstract boolean | 
AbstractDeploySummaryProvider.shouldCreateFor(DeployCommand element,
               ToolkitContext context,
               Cookie cookie)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
ArchiveProfileCommandFactory.create(java.lang.Object command,
      Profile profile,
      Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
DeployCommandFactory.createCommand()  | 
DeployCommand | 
DeployShellFactory.SpiData.getDeployCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployShellFactory.SpiData.setDeployCommand(DeployCommand cmd)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeployCommand | 
CommandFactory.create(java.lang.Object command,
      Profile profile,
      Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract DeployCommand | 
AbstractCommandFactoryProvider.createCommand(java.lang.Object command,
             Cookie cookie)  |