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(File deployablefile, File autodeployDir)
          Deploy any type of module.
static AutoDeployer.AutodeploymentStatus AutoDeployer.AutodeploymentStatus.forExitCode(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.
 

Methods in org.glassfish.deployment.autodeploy with parameters of type AutoDeployer.AutodeploymentStatus
protected  String AutoUndeploymentOperation.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 AutoDeploymentOperation.getMessageString(AutoDeployer.AutodeploymentStatus ds, File file)
          Returns the appropriate message string for the given operation and the outcome.
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.
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 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.
 



Copyright © 2012. All Rights Reserved.