Uses of Enum Class
org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
-
Uses of AutoDeployer.AutodeploymentStatus in org.glassfish.deployment.autodeploy
Methods in org.glassfish.deployment.autodeploy that return AutoDeployer.AutodeploymentStatusModifier and TypeMethodDescriptionprotected AutoDeployer.AutodeploymentStatusDeploy any type of module.AutoDeployer.AutodeploymentStatus.forExitCode(org.glassfish.api.ActionReport.ExitCode exitCode) Returns the enum constant of this class with the specified name.static AutoDeployer.AutodeploymentStatus[]AutoDeployer.AutodeploymentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.deployment.autodeploy with parameters of type AutoDeployer.AutodeploymentStatusModifier and TypeMethodDescriptionprotected StringAutoDeploymentOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds, File file) Returns the appropriate message string for the given operation and the outcome.protected abstract StringAutoOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds, File file) Returns the appropriate message string for the given operation and the outcome.protected StringAutoUndeploymentOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds, File file) Returns the appropriate message string for the given operation and the outcome.protected voidAutoDeploymentOperation.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 voidAutoOperation.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 voidAutoUndeploymentOperation.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.