| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultModuleDeploymentListener<T extends ArchiveProfile> | 
| interface  | ModuleDeploymentListener<T extends ArchiveProfile>Listener interface for receiving cross-cutting Deployment events that
 cover Profile Definition, Packaging and Distribution of an Archive module. | 
| Modifier and Type | Method and Description | 
|---|---|
| ArchiveProfile | DeployToArchive. getProfile() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EarProfileClass representing an EAR deployment profile. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EjbProfileClass representing an EJB deployment profile. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | J2eeProfile | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AppClientProfile | 
| class  | ClientProfileData model representing the J2EE Client deployment profile type. | 
| class  | ConnectorProfileData model representing the J2EE Connector deployment profile type. | 
| class  | LibraryArchiveProfileData Model representing a deployment campable (as a shared library) version of an ArchiveProfile. | 
| class  | TaglibProfileThe JSP tag library profile. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ArchiveProfile | ArchiveDeployer. getProfile() | 
| static ArchiveProfile | ArchiveProfile. newDefaultArchiveProfile() | 
| static ArchiveProfile | ArchiveProfile. newDefaultArchiveProfile(java.lang.Class<? extends ArchiveProfile> prototypeClass)Returns an instance of a class that extends ArchiveProfile because
 it uses the prototype class passed in to do the construction work. | 
| static ArchiveProfile | ArchiveProfile. newDefaultArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass,
                        java.lang.Class<? extends ArchiveProfile> prototypeClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | TaglibProfile. addTaglibFileGroups(ArchiveProfile baseProfile) | 
| protected StatefulFileGroupsPackager | ArchiveDeployer. createFileGroupsPackager(ArchiveProfile profile,
                        Context context) | 
| protected FileGroups | ArchiveDeployer. getFileGroups(ArchiveProfile profile,
             Context context) | 
| java.net.URL | JarURLRedirect. getJarUrl(ArchiveDeployer deployer,
         ArchiveProfile profile,
         java.net.URL oldUrl) | 
| protected void | ArchiveDeployer. maybeSetManifestClassPath(DeploymentModule archive,
                         ArchiveProfile profile,
                         DeployShell dsh) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ArchiveProfile | ArchiveProfile. newDefaultArchiveProfile(java.lang.Class<? extends ArchiveProfile> prototypeClass)Returns an instance of a class that extends ArchiveProfile because
 it uses the prototype class passed in to do the construction work. | 
| static ArchiveProfile | ArchiveProfile. newDefaultArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass,
                        java.lang.Class<? extends ArchiveProfile> prototypeClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArchiveProfile | ArchiveProfileFactory. create(java.lang.String name,
      DataContainer dataContainer,
      Context context) | 
| protected ArchiveProfile | ArchiveProfileFactory. newArchiveProfile() | 
| protected ArchiveProfile | ArchiveProfileFactoryProvider. newProfile(java.lang.String name,
          Cookie cookie) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.String | ArchiveProfileFactory. getArchiveExtension(ArchiveProfile profile,
                   Context context) | 
| protected java.lang.String | ArchiveProfileFactoryProvider. getArchiveExtension(ArchiveProfile profile,
                   Cookie cookie) | 
| protected java.net.URL | ArchiveProfileFactory. getDefaultDeployDirUrl(ArchiveProfile profile,
                      Context context) | 
| protected java.net.URL | ArchiveProfileFactoryProvider. getDefaultDeployDirUrl(ArchiveProfile profile,
                      Cookie cookie) | 
| protected java.lang.String | ArchiveProfileFactory. getJarName(ArchiveProfile profile,
          Context context) | 
| protected java.net.URL | ArchiveProfileFactory. getJarUrl(ArchiveProfile profile,
         Context context) | 
| protected java.net.URL | ArchiveProfileFactoryProvider. getJarUrl(ArchiveProfile profile,
         Cookie cookie) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WarProfileData model representing a deployment profile for a J2EE web module. |