| Modifier and Type | Method and Description |
|---|---|
protected AutoDeployer.AutodeploymentStatus |
AutoDeployer.deploy(File deployablefile,
File autodeployDir)
Deploy any type of module.
|
static AutoDeployer.AutodeploymentStatus |
AutoDeployer.AutodeploymentStatus.forExitCode(org.glassfish.api.ActionReport.ExitCode exitCode) |
static AutoDeployer.AutodeploymentStatus |
AutoDeployer.AutodeploymentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoDeployer.AutodeploymentStatus[] |
AutoDeployer.AutodeploymentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AutoDeploymentOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds,
File file)
Returns the appropriate message string for the given operation and the
outcome.
|
protected abstract String |
AutoOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds,
File file)
Returns the appropriate message string for the given operation and the
outcome.
|
protected String |
AutoUndeploymentOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds,
File file)
Returns the appropriate message string for the given operation and the
outcome.
|
protected void |
AutoDeploymentOperation.markFiles(AutoDeployer.AutodeploymentStatus ds,
File file)
Marks the files relevant to the specified file appropriately given the
outcome of the command as given in the status.
|
protected abstract void |
AutoOperation.markFiles(AutoDeployer.AutodeploymentStatus ds,
File file)
Marks the files relevant to the specified file appropriately given the
outcome of the command as given in the status.
|
protected void |
AutoUndeploymentOperation.markFiles(AutoDeployer.AutodeploymentStatus ds,
File file)
Marks the files relevant to the specified file appropriately given the
outcome of the command as given in the status.
|
Copyright © 2014. All rights reserved.