Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.deploy.cmd
Class DeployToArchive

java.lang.Object
  extended by oracle.ide.controller.Command
      extended by oracle.jdeveloper.deploy.cmd.DeployCommand
          extended by oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
              extended by oracle.jdeveloper.deploy.cmd.DeployToFile
                  extended by oracle.jdeveloper.deploy.cmd.DeployToArchive
All Implemented Interfaces:
Displayable, Element
Direct Known Subclasses:
DeployToEar, DeployToWar

public class DeployToArchive
extends DeployToFile


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
ProfileDeployCmd.ProfileNotFoundException
 
Nested classes/interfaces inherited from class oracle.jdeveloper.deploy.cmd.DeployCommand
DeployCommand.Callback, DeployCommand.CommandInstantiationException, DeployCommand.Status
 
Field Summary
 
Fields inherited from class oracle.jdeveloper.deploy.cmd.DeployToFile
CMDID_DEPLOY_TO_FILE, CMDNAME_DEPLOY_TO_FILE, SEQ_DEPLOY_TO_FILE
 
Fields inherited from class oracle.ide.controller.Command
CANCEL, context, EXECUTING, MULTI_NODE, NO_CHANGE, NO_UNDO, NORMAL, OK, type
 
Constructor Summary
  DeployToArchive()
           
  DeployToArchive(HashStructure hash)
           
protected DeployToArchive(int cmdId, int type, int sequence)
           
 
Method Summary
 ArchiveProfile getProfile()
           
 java.lang.String getShortLabel()
          Returns a short label that can be displayed to the user.
protected  java.lang.Class<? extends DeployCommandState> getStateClass()
           
 void setProfile(Profile profile)
           
 
Methods inherited from class oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
doit, getLongLabel, getPlatform, getProfileName, isReady, setContext, state
 
Methods inherited from class oracle.jdeveloper.deploy.cmd.DeployCommand
create, deploy, exception, finished, getAttributes, getChildren, getDeployShellFactory, getIcon, getSequenceId, getState, getStatus, getToolTipText, mayHaveChildren, newState, newState, prepare, setCallback, setPlatform, setState, setStatus, updateStatus
 
Methods inherited from class oracle.ide.controller.Command
getAffectedNodes, getContext, getData, getId, getName, getType, isGlobal, setData, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.ide.model.Element
getData
 
Methods inherited from interface oracle.ide.model.Displayable
toString
 

Constructor Detail

DeployToArchive

protected DeployToArchive(int cmdId,
                          int type,
                          int sequence)

DeployToArchive

public DeployToArchive()

DeployToArchive

public DeployToArchive(HashStructure hash)
Method Detail

setProfile

public void setProfile(Profile profile)
Overrides:
setProfile in class ProfileDeployCmd

getProfile

public ArchiveProfile getProfile()
Overrides:
getProfile in class ProfileDeployCmd

getStateClass

protected java.lang.Class<? extends DeployCommandState> getStateClass()
Overrides:
getStateClass in class DeployToFile

getShortLabel

public java.lang.String getShortLabel()
Description copied from interface: Displayable
Returns a short label that can be displayed to the user. Generally, the value of the returned String is considered translatable and should therefore be placed in an appropriate resource file. When possible, the returned label should be reasonably short enough to show in the navigator or explorer windows but long enough to clearly identify and distinguish the Displayable.

Specified by:
getShortLabel in interface Displayable
Overrides:
getShortLabel in class DeployToFile
Returns:
a short descriptive label of the Displayable that can be shown to the user.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.