public class JavaEEDeploymentUtils extends Object
| Constructor and Description |
|---|
JavaEEDeploymentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isJavaEE(ReadableArchive archive,
DeploymentContext context,
org.glassfish.hk2.api.ServiceLocator habitat)
check whether the archive is a JavaEE archive
|
static boolean |
isJavaEE(ReadableArchive archive,
org.glassfish.hk2.api.ServiceLocator habitat)
check whether the archive is a JavaEE archive
|
public static boolean isJavaEE(ReadableArchive archive, org.glassfish.hk2.api.ServiceLocator habitat)
archive - archive to be testedhabitat - public static boolean isJavaEE(ReadableArchive archive, DeploymentContext context, org.glassfish.hk2.api.ServiceLocator habitat)
archive - archive to be testedcontext - deployment contexthabitat - Copyright © 2019. All rights reserved.