public class DeployToFile extends ProfileDeployCmd
ProfileDeployCmd.ProfileNotFoundException
DeployCommand.Callback, DeployCommand.CommandInstantiationException, DeployCommand.DefaultCallback, DeployCommand.Status
Modifier and Type | Field and Description |
---|---|
static int |
CMDID_DEPLOY_TO_FILE |
static java.lang.String |
CMDNAME_DEPLOY_TO_FILE |
static int |
SEQ_DEPLOY_TO_FILE |
Modifier | Constructor and Description |
---|---|
|
DeployToFile() |
|
DeployToFile(HashStructure hash) |
protected |
DeployToFile(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.
|
protected java.lang.Class<? extends DeployCommandState> |
getStateClass() |
createRunnable, getLongLabel, getPlatform, getProfile, getProfileName, isReady, setContext, setProfile, state
create, deploy, doit, exception, finished, getAttributes, getChildren, getDeploymentOptions, getDeployShellFactory, getIcon, getSequenceId, getState, getStatus, getToolTipText, isSynchronous, mayHaveChildren, newState, newState, prepare, 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
public static final java.lang.String CMDNAME_DEPLOY_TO_FILE
public static final int CMDID_DEPLOY_TO_FILE
public static final int SEQ_DEPLOY_TO_FILE
protected DeployToFile(int cmdId, int type, int sequence)
public DeployToFile()
public DeployToFile(HashStructure hash)
protected java.lang.Class<? extends DeployCommandState> getStateClass()
getStateClass
in class ProfileDeployCmd
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 DeployCommand
Displayable
that can be shown to the user.