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

E13403-07

oracle.jdeveloper.deploy.cmd
Class DeployToFile

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
All Implemented Interfaces:
Displayable, Element
Direct Known Subclasses:
DeployToArchive

public class DeployToFile
extends ProfileDeployCmd


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
static int CMDID_DEPLOY_TO_FILE
           
static java.lang.String CMDNAME_DEPLOY_TO_FILE
           
static int 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
  DeployToFile()
           
  DeployToFile(HashStructure hash)
           
protected DeployToFile(int cmdId, int type, int sequence)
           
 
Method Summary
 java.lang.String getShortLabel()
          Returns a short label that can be displayed to the user.
protected  java.lang.Class<? extends DeployCommandState> getStateClass()
           
 
Methods inherited from class oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
doit, getLongLabel, getPlatform, getProfile, getProfileName, isReady, setContext, setProfile, 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
 

Field Detail

CMDNAME_DEPLOY_TO_FILE

public static final java.lang.String CMDNAME_DEPLOY_TO_FILE
See Also:
Constant Field Values

CMDID_DEPLOY_TO_FILE

public static final int CMDID_DEPLOY_TO_FILE

SEQ_DEPLOY_TO_FILE

public static final int SEQ_DEPLOY_TO_FILE
Constructor Detail

DeployToFile

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

DeployToFile

public DeployToFile()

DeployToFile

public DeployToFile(HashStructure hash)
Method Detail

getStateClass

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

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
Specified by:
getShortLabel in class DeployCommand
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.6.0)

E13403-07

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