public class DeploymentElement extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
DeploymentElement.ResultApplication |
Modifier and Type | Method and Description |
---|---|
static int |
countEJBModules(Set<DeploymentElement> modules) |
static DeploymentElement.ResultApplication |
getOrCreateApplication(Set<DeploymentElement> modules,
String appName)
Create deployable application from a Set of DeploymentElements.
|
static DeploymentElement |
getWar(Set<DeploymentElement> modules) |
static boolean |
hasEJBModule(Set<DeploymentElement> modules) |
static boolean |
hasLibrary(Set<DeploymentElement> modules) |
static boolean |
hasWar(Set<DeploymentElement> modules) |
public static boolean hasEJBModule(Set<DeploymentElement> modules)
public static boolean hasWar(Set<DeploymentElement> modules)
public static DeploymentElement getWar(Set<DeploymentElement> modules)
public static boolean hasLibrary(Set<DeploymentElement> modules)
public static int countEJBModules(Set<DeploymentElement> modules)
public static DeploymentElement.ResultApplication getOrCreateApplication(Set<DeploymentElement> modules, String appName) throws javax.ejb.EJBException, IOException
modules
- the Set of DeploymentElements.javax.ejb.EJBException
IOException
Copyright © 2021. All rights reserved.