public class DeployToEar extends DeployToArchive
ProfileDeployCmd.ProfileNotFoundException
DeployCommand.Callback, DeployCommand.CommandInstantiationException, DeployCommand.DefaultCallback, DeployCommand.Status
CMDID_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, state
createRunnable, getLongLabel, getPlatform, getProfileName, isReady, setContext
create, deploy, doit, exception, finished, getAttributes, getChildren, getDeploymentOptions, getDeployShellFactory, getIcon, getSequenceId, getStatus, getToolTipText, isSynchronous, mayHaveChildren, newState, newState, setCallback, setDeploymentOptions, setPlatform, setState, setStatus, setSynchronous, updateStatus
enableConfirmation, getAffectedNodes, getContext, getData, getId, getName, getProgressHandle, getType, isGlobal, setData, setTaskInfo, undo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
protected DeployToEar(int cmdId, int type, int sequence)
public DeployToEar()
public DeployToEar(HashStructure hash)
public DeployToEarState getState()
getState
in class DeployCommand
protected java.lang.Class<? extends DeployCommandState> getStateClass()
getStateClass
in class DeployToArchive
protected void prepare(DeployShell shell)
DeployToArchive
DeployShell
. The default version transfers the Platform
if it has been set.
Use a wrapper to configure the shell.
prepare
in class DeployToArchive
ShellAdapter
public java.lang.String getShortLabel()
Displayable
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
.getShortLabel
in interface Displayable
getShortLabel
in class DeployToArchive
Displayable
that can be shown to the user.