oracle.jdeveloper.deploy.cmd
Class DeployToArchive
java.lang.Object
  
oracle.ide.controller.Command
      
oracle.jdeveloper.deploy.cmd.DeployCommand
          
oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
              
oracle.jdeveloper.deploy.cmd.DeployToFile
                  
oracle.jdeveloper.deploy.cmd.DeployToArchive
- All Implemented Interfaces: 
 - Displayable, Element
 
- Direct Known Subclasses: 
 - DeployToEar, DeployToWar
 
public class DeployToArchive
- extends DeployToFile
 
 
 
 
 
 
 
 
 
 
| 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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
DeployToArchive
protected DeployToArchive(int cmdId,
                          int type,
                          int sequence)
DeployToArchive
public DeployToArchive()
DeployToArchive
public DeployToArchive(HashStructure hash)
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. 
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.