Uses of Class
org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
-
Packages that use AutoDeployer.AutodeploymentStatus Package Description org.glassfish.deployment.autodeploy -
-
Uses of AutoDeployer.AutodeploymentStatus in org.glassfish.deployment.autodeploy
Methods in org.glassfish.deployment.autodeploy that return AutoDeployer.AutodeploymentStatus Modifier and Type Method Description protected AutoDeployer.AutodeploymentStatusAutoDeployer. deploy(File deployablefile, File autodeployDir)Deploy any type of module.static AutoDeployer.AutodeploymentStatusAutoDeployer.AutodeploymentStatus. forExitCode(ActionReport.ExitCode exitCode)AutoDeployer.AutodeploymentStatusAutoOperation. run()Executes the operationstatic AutoDeployer.AutodeploymentStatusAutoDeployer.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.Methods in org.glassfish.deployment.autodeploy with parameters of type AutoDeployer.AutodeploymentStatus Modifier and Type Method Description protected 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 autodeploymentStatus, 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 autodeploymentStatus, File file)Marks the files relevant to the specified file appropriately given the outcome of the command as given in the status.
-