Uses of 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.AutodeploymentStatus
protected  AutoDeployer.AutodeploymentStatus AutoDeployer.deploy(java.io.File deployablefile, java.io.File autodeployDir)
          Deploy any type of module.
static AutoDeployer.AutodeploymentStatus AutoDeployer.AutodeploymentStatus.forExitCode(ActionReport.ExitCode exitCode)
           
static AutoDeployer.AutodeploymentStatus AutoDeployer.AutodeploymentStatus.valueOf(java.lang.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
protected abstract  java.lang.String AutoOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds, java.io.File file)
          Returns the appropriate message string for the given operation and the outcome.
protected  java.lang.String AutoDeploymentOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds, java.io.File file)
          Returns the appropriate message string for the given operation and the outcome.
protected  java.lang.String AutoUndeploymentOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds, java.io.File file)
          Returns the appropriate message string for the given operation and the outcome.
protected abstract  void AutoOperation.markFiles(AutoDeployer.AutodeploymentStatus ds, java.io.File file)
          Marks the files relevant to the specified file appropriately given the outcome of the command as given in the status.
protected  void AutoDeploymentOperation.markFiles(AutoDeployer.AutodeploymentStatus ds, java.io.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, java.io.File file)
          Marks the files relevant to the specified file appropriately given the outcome of the command as given in the status.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.