| Modifier and Type | Class and Description | 
|---|---|
class  | 
Profile  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Dependable>  | 
DependencyConfiguration.clearDependencies(Interdependency interDep,
                 java.lang.Class<T> clazz)  | 
static NodeDependable[] | 
DependencyConfiguration.getAllJarDependables(Interdependency interdep)
Get all the Jar dependables starting from a Profile and branching out to all
 its ProfileDependants. 
 | 
static <T extends Dependable>  | 
DependencyConfiguration.getDependables(Interdependency interDep,
              java.lang.Class<T> type)
Returns an unordered array of all dependencies of InterDep that implement or subclass a particular type. 
 | 
static <T extends Dependable>  | 
DependencyConfiguration.getDependablesList(Interdependency interDep,
                  java.lang.Class<T> type)  | 
static NodeDependable[] | 
DependencyConfiguration.getJarDependables(Interdependency profile)
Get the Jar Dependables of an Interdependency 
 | 
static void | 
DependencyConfiguration.setDependencies(Interdependency interDep,
               Dependable[] dependables)
Utility method to set all the dependencies on an Interdependency. 
 | 
static <T extends Dependable>  | 
DependencyConfiguration.setDependencies(Interdependency interDep,
               T[] dependables,
               java.lang.Class<T> clazz)
Sets only the sub-set of Dependables that match a particular type. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DeployDependable
A DeployDependable is a deployable object that may in turn depend on
 other Dependables. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EarProfile
Class representing an EAR deployment profile. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EjbProfile
Class representing an EJB deployment profile. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
J2eePackaging  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
J2eeProfile  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JarPackaging  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AppClientProfile  | 
class  | 
ArchiveProfile
Data model for the JAR (simple archive) deployment profile. 
 | 
class  | 
ClientProfile
Data model representing the J2EE Client deployment profile type. 
 | 
class  | 
ConnectorProfile
Data model representing the J2EE Connector deployment profile type. 
 | 
class  | 
LibraryArchiveProfile
Data Model representing a deployment campable (as a shared library) version of an ArchiveProfile. 
 | 
class  | 
TaglibProfile
The JSP tag library profile. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NonmigratedProfile
A profile that has not been recognized by any registered  
HashProfileReader or HashProfileWriter
 providers. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WarProfile
Data model representing a deployment profile for a J2EE web module. 
 |