Uses of Class
org.glassfish.deployment.autodeploy.AutoDeploymentOperation
-
Packages that use AutoDeploymentOperation Package Description org.glassfish.deployment.autodeploy -
-
Uses of AutoDeploymentOperation in org.glassfish.deployment.autodeploy
Methods in org.glassfish.deployment.autodeploy that return AutoDeploymentOperation Modifier and Type Method Description protected AutoDeploymentOperationAutoDeploymentOperation. init(boolean writeMarkOnDeployed, File file, boolean enabled, String virtualServer, boolean forceDeploy, boolean verify, boolean preJspCompilation, String target, String contextRoot)Completes the initialization of the object.static AutoDeploymentOperationAutoDeploymentOperation. newInstance(org.glassfish.hk2.api.ServiceLocator serviceLocator, File file, String virtualServer, String target, String contextRoot)Creates a fully-injected, ready-to-use AutoDeploymentOperation object.
-