Class OpsParams

java.lang.Object
org.glassfish.api.deployment.OpsParams
All Implemented Interfaces:
CommandParameters
Direct Known Subclasses:
DeployCommandParameters, StateCommandParameters, UndeployCommandParameters

public abstract class OpsParams extends Object implements CommandParameters
Support class for all types of deployment operation parameters.
Author:
Jerome Dochez
  • Field Details

    • origin

      public OpsParams.Origin origin
      Type of deployment operation, by default it's deployment
    • command

      public OpsParams.Command command
      The command associated with this operation, by default it's deploy
    • _classicstyle

      public Boolean _classicstyle
  • Constructor Details

    • OpsParams

      public OpsParams()
  • Method Details