Class JavaEEDeploymentUtils
- java.lang.Object
-
- org.glassfish.javaee.core.deployment.JavaEEDeploymentUtils
-
public class JavaEEDeploymentUtils extends Object
Deloyment utility class for JavaEE related things
-
-
Constructor Summary
Constructors Constructor Description JavaEEDeploymentUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisJavaEE(ReadableArchive archive, DeploymentContext context, org.glassfish.hk2.api.ServiceLocator habitat)check whether the archive is a JavaEE archivestatic booleanisJavaEE(ReadableArchive archive, org.glassfish.hk2.api.ServiceLocator habitat)check whether the archive is a JavaEE archive
-
-
-
Method Detail
-
isJavaEE
public static boolean isJavaEE(ReadableArchive archive, org.glassfish.hk2.api.ServiceLocator habitat)
check whether the archive is a JavaEE archive- Parameters:
archive- archive to be testedhabitat-- Returns:
- whether the archive is a JavaEE archive
-
isJavaEE
public static boolean isJavaEE(ReadableArchive archive, DeploymentContext context, org.glassfish.hk2.api.ServiceLocator habitat)
check whether the archive is a JavaEE archive- Parameters:
archive- archive to be testedcontext- deployment contexthabitat-- Returns:
- whether the archive is a JavaEE archive
-
-