public class DeployToEar extends DeployToArchive
ProfileDeployCmd.ProfileNotFoundExceptionDeployCommand.Callback, DeployCommand.CommandInstantiationException, DeployCommand.DefaultCallback, DeployCommand.StatusCMDID_DEPLOY_TO_FILE, CMDNAME_DEPLOY_TO_FILE, SEQ_DEPLOY_TO_FILE| Modifier | Constructor and Description | 
|---|---|
  | 
DeployToEar()  | 
  | 
DeployToEar(HashStructure hash)  | 
protected | 
DeployToEar(int cmdId, int type, int sequence)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getShortLabel()
Returns a short label that can be displayed to the user. 
 | 
DeployToEarState | 
getState()  | 
protected java.lang.Class<? extends DeployCommandState> | 
getStateClass()  | 
protected void | 
prepare(DeployShell shell)
Prepares for deployment. 
 | 
getOutputFileURL, getProfile, setOutputFileURL, setProfile, statecreateRunnable, getLongLabel, getPlatform, getProfileName, isReady, setContextcreate, deploy, doit, exception, finished, getAttributes, getChildren, getDeploymentOptions, getDeployShellFactory, getIcon, getSequenceId, getStatus, getToolTipText, isSynchronous, mayHaveChildren, newState, newState, setCallback, setDeploymentOptions, setPlatform, setState, setStatus, setSynchronous, updateStatusenableConfirmation, getAffectedNodes, getContext, getData, getId, getName, getProgressHandle, getType, isGlobal, setData, setTaskInfo, undoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoString
protected DeployToEar(int cmdId,
           int type,
           int sequence)
public DeployToEar()
public DeployToEar(HashStructure hash)
public DeployToEarState getState()
getState in class DeployCommandprotected java.lang.Class<? extends DeployCommandState> getStateClass()
getStateClass in class DeployToArchiveprotected void prepare(DeployShell shell)
DeployToArchiveDeployShell. The default version transfers the Platform if it has been set.
Use a wrapper to configure the shell.
prepare in class DeployToArchiveShellAdapterpublic java.lang.String getShortLabel()
DisplayableString 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.getShortLabel in interface DisplayablegetShortLabel in class DeployToArchiveDisplayable that can be shown to the user.