public class JeeDeployUtil
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | APPLICATION_URL | 
| Constructor and Description | 
|---|
| JeeDeployUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static AppServer | getDeployTarget(Context context)Deprecated. 
 Use JeeDeployment.getAppServer() instead. | 
| static AppServer | getDeployTarget(DeployShell shell)Deprecated. 
 Use JeeDeployment.getAppServer() instead. | 
| static javax.enterprise.deploy.spi.TargetModuleID[] | getTargetModuleIDs(DeployShell shell)Deprecated.  | 
| static void | setDeployTarget(Context context,
               AppServer target)Deprecated. 
 Use JeeDeployment.setDeployTarget() instead. | 
| static void | setTargetModuleIDs(DeployShell shell,
                  javax.enterprise.deploy.spi.TargetModuleID[] targetModuleIDs)Deprecated.  | 
public static final java.lang.String APPLICATION_URL
@Deprecated public static void setDeployTarget(Context context, AppServer target)
context - target - @Deprecated public static AppServer getDeployTarget(Context context)
context - @Deprecated public static AppServer getDeployTarget(DeployShell shell)
shell - @Deprecated public static javax.enterprise.deploy.spi.TargetModuleID[] getTargetModuleIDs(DeployShell shell)
shell - @Deprecated public static void setTargetModuleIDs(DeployShell shell, javax.enterprise.deploy.spi.TargetModuleID[] targetModuleIDs)