| Modifier and Type | Method and Description | 
|---|---|
| <T extends Profile> | ProfileFactory. createProfile(java.lang.String name,
             java.lang.Class<T> clazz,
             Context context) | 
| static <T extends Profile> | Profile. getProfileClass(HashStructure hash,
               java.lang.ClassLoader loader)Returns the Class for a Profile. | 
| static <T extends Profile> | Profile. setProfileClass(Profile profile,
               java.lang.Class<T> profileClass)Set the type of Profile. | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileFactory. createProfile(java.lang.String name,
             java.lang.String profileId,
             Context context) | 
| Profile | DeploymentProfiles. getProfileByName(java.lang.String name) | 
| Profile[] | DeploymentProfiles. getProfiles() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Class<? extends Profile> | ProfileType. getProfileClass() | 
| java.util.Iterator<Profile> | DeploymentProfiles. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Profile. addDependency(Profile profile)Deprecated. 
 Use  addDependency(Dependable)instead | 
| void | DeploymentProfiles. addProfile(Profile profile) | 
| protected boolean | Profile. equalsImpl(Profile profile) | 
| static ProfileDependable[] | DependencyConfiguration. getProfileDependables(Profile profile,
                     java.lang.Class<? extends Profile> sourceClass)Get all Profile Dependables that point to Profile of type sourceClass. | 
| Dependable | Profile. removeDependency(Profile profile)Deprecated. 
 Use  removeDependency(Dependable)instead. | 
| static <T extends Profile> | Profile. setProfileClass(Profile profile,
               java.lang.Class<T> profileClass)Set the type of Profile. | 
| void | DeploymentProfiles. setProfiles(Profile[] profiles) | 
| boolean | ProfileListenerCondition. shouldFireImpl(int deploymentSequenceId,
              Profile profile,
              DeployShell shell) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | DeploymentManager. addDeployerListener(int deploymentSequenceId,
                   java.lang.Class<? extends Profile> profileClass,
                   PlatformType platformType,
                   DeployerListener listener)Add a generic listener into the Deployment framework. | 
| static void | DeploymentManager. addDeployerListener(int deploymentSequenceId,
                   java.lang.Class<? extends Profile> profileClass,
                   PlatformType platformType,
                   double priority,
                   DeployerListener listener)Same as previous, takes an additional priority argument. | 
| static ProfileDependable[] | DependencyConfiguration. getProfileDependables(Profile profile,
                     java.lang.Class<? extends Profile> sourceClass)Get all Profile Dependables that point to Profile of type sourceClass. | 
| abstract ProfileType | ProfileTypes. getTypeFor(java.lang.Class<? extends Profile> profileClass)Returns the type for a particular  Profileclass. | 
| Constructor and Description | 
|---|
| DeploymentView(Profile profile) | 
| Constructor and Description | 
|---|
| ProfileListenerCondition(int deploymentSequenceId,
                        java.lang.Class<? extends Profile> profileClass,
                        PlatformType platformType)Creates a condition based on the arguments to this constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileDeployCmdState. getProfile() | 
| Profile | ProfileDeployCmd. getProfile() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DeployToArchive. setProfile(Profile profile) | 
| void | ProfileDeployCmdState. setProfile(Profile profile) | 
| void | ProfileDeployCmd. setProfile(Profile profile) | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileDependable. getProfile()Get the Profile class. | 
| protected Profile[] | ModulePackager. getProfilesToDeploy(int sequence,
                   DeployShell shell)Deprecated. 
 Do not override ModulePackager. Instead use a StatefulProcessor | 
| Modifier and Type | Method and Description | 
|---|---|
| URLPath | ProjectFileGroup. getSourceRoots(Profile profile)Returns the source roots for the fileGroup. | 
| URLPath | PackagingFileGroup. getSourceRoots(Profile profile)Returns the source roots for the fileGroup. | 
| URLPath | LibraryFileGroup. getSourceRoots(Profile profile)Deprecated.  | 
| URLPath | FileGroup. getSourceRoots(Profile profile)Deprecated. 
 Use  Processorsfrom the Contrib framework instead. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> Processor<T> | ProfileModuleDependenciesProcessors. getProcessor(Profile profile,
            java.lang.Class<T> representation,
            Context context) | 
| <T> StatefulProcessor<T> | ProfileModuleDependenciesProcessors. getStatefulProcessor(Profile profile,
                    java.lang.Class<T> representation,
                    Context context) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends Profile> | Deployment. createDeploymentProfile(DataContainer container,
                       java.lang.String profileName,
                       java.lang.Class<T> profileClass)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static Profile | Deployment. createDeploymentProfile(HashStructure hash,
                       DataContainer container)Deprecated.  | 
| abstract Profile | Deployment. invokeNewDeploymentProfileWizard(Context context,
                                ProfileType type)Invokes the ProfileWizard to let user create and persist a profile. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected JMutableTreeNode | DeploymentPanelContent. addProfileToTree(Profile profile,
                JMutableTreeNode parentTreeNode) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ProfileElementInfo[] | Deployment. getGalleryElements(java.lang.Class<? extends Profile> profileClass,
                  boolean subTypes) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Class<? extends Profile> | ProfileElementInfo.SpiData. getProfileClass() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProfileElementInfo.SpiData. setProfileClass(java.lang.Class<? extends Profile> profileClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileWizard. getProfile()Return the last Profile that was created or edited. | 
| Profile | ProfileWizard.Parms. getProfile() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProfileWizard.Parms. setProfile(Profile profile) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EarProfileClass representing an EAR deployment profile. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Profile | EarProfileRecognizer.EarProfileBuilder. build() | 
| 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  | ArchiveProfileData model for the JAR (simple archive) deployment profile. | 
| 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 | 
|---|---|
| static DeploymentModule | JarDeployment. getDeploymentModule(DeployShell shell,
                   Profile profile)Deprecated. 
 Use ArchiveProfile.getDeploymentModule() | 
| static void | JarDeployment. setDeploymentModule(DeployShell shell,
                   Profile profile,
                   DeploymentModule module)Deprecated. 
 use ArchiveDeployer.getDeploymentModule() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Profile | ArchiveProfileFactoryProvider. createProfile(java.lang.String name,
             Cookie cookie) | 
| Modifier and Type | Method and Description | 
|---|---|
| DeployCommand | ArchiveProfileCommandFactory. create(java.lang.Object command,
      Profile profile,
      Context context) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Profile> | ProfileBuilder. buildProfile(java.lang.Class<T> profileClass)Build a specific Profile. | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile[] | ProfileBuilder. buildAllProfiles() | 
| Profile[] | ProfileBuilder. buildNarrowProfiles()Builds and returns only the profiles returned by  narrowProfiles(). | 
| Profile | Builder. getProfile()The built Profile instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BuildListener. postBuild(Profile profile,
         Builder builder)Called after a profile has been instantated. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BuildListener. preBuild(java.lang.Class<? extends Profile> profile,
        Builder builder)Called before a profile is instantiated. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Profile | AbstractBuilder. build()Builds and returns an instance of  Profileusing information
 from theBuildContext. | 
| Profile | AbstractBuilder. getProfile() | 
| Constructor and Description | 
|---|
| AbstractBuilder(java.lang.Class<? extends Profile> profileClass,
               BuilderContext builderContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ShellAdapter. getProfile() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ShellAdapter. setProfile(Profile p) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NonmigratedProfileA profile that has not been recognized by any registered  HashProfileReaderorHashProfileWriterproviders. | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileFactory. create(java.lang.String name) | 
| Profile | HashProfileWriter.SpiData. getProfile() | 
| Profile | ProfileReader. getProfileByName(java.lang.String name) | 
| Profile | ProfileMigrator. migrate(Profile oldProfile)The old Profile object. | 
| Profile | HashProfileReader. read() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Profile> | ProfileReader. getAllProfiles() | 
| java.lang.Class<? extends Profile> | ProfileInfo.SpiData. getProfileClass() | 
| java.lang.Class<? extends Profile> | ProfileFactory.SpiData. getProfileClass() | 
| java.util.Iterator<Profile> | ProfileReader. iterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileMigrator. migrate(Profile oldProfile)The old Profile object. | 
| boolean | ProfileWriter. remove(Profile profile) | 
| void | HashProfileWriter.SpiData. setProfile(Profile p) | 
| boolean | ProfileWriter. write(Profile profile) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProfileInfo.SpiData. setProfileClass(java.lang.Class<? extends Profile> profileClass) | 
| void | ProfileFactory.SpiData. setProfileClass(java.lang.Class<? extends Profile> clazz) | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileHashIO. create(HashStructure hash,
      DataContainer dataContainer,
      Context context) | 
| Profile | ProfileFactory. create(java.lang.String name,
      DataContainer dataContainer,
      Context context) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Class<Profile> | ProfileInfo. getProfileClass() | 
| java.lang.Class<Profile> | DefaultProfileInfo. getProfileClass() | 
| MetaClass<Profile> | DefaultProfileInfo. getProfileMetaClass() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeployCommand | CommandFactory. create(java.lang.Object command,
      Profile profile,
      Context context) | 
| HashStructure | ProfileHashIO. toHashStructure(Profile profile,
               Element element,
               Context context) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | DefaultProfileInfo. setProfileMetaClass(MetaClass<Profile> profileMetaClass) | 
| Constructor and Description | 
|---|
| DefaultProfileInfo(MetaClass<Profile> profileMetaClass,
                  java.lang.String id,
                  boolean appLevel,
                  boolean projectLevel,
                  java.lang.String shortLabel,
                  java.lang.String longLabel,
                  java.lang.String tooltip,
                  javax.swing.Icon icon) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Profile | AbstractHashProfileMigratorProvider.DefaultHashProfileMigrator. callDelegate(Profile profile) | 
| Profile | AbstractProfileFactoryProvider.DefaultProfileFactory. create(java.lang.String name) | 
| protected abstract Profile | AbstractProfileFactoryProvider. createProfile(java.lang.String name,
             Cookie cookie)Called to create a Profile of type  profileClass. | 
| protected abstract Profile | AbstractProfileIOProvider. getProfileByName(java.lang.String name,
                Element element,
                Cookie cookie) | 
| Profile | AbstractHashProfileMigratorProvider.DefaultHashProfileMigrator. migrate(Profile profile) | 
| protected abstract Profile | AbstractHashProfileMigratorProvider. migrateProfile(Profile profile,
              ToolkitContext tkContext,
              Cookie cookie) | 
| Profile | AbstractHashProfileIOProvider.DefaultHashProfileIO. read() | 
| protected abstract Profile | AbstractHashProfileIOProvider. read(Element element,
    HashStructure hash,
    Cookie cookie) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract java.util.List<Profile> | AbstractProfileIOProvider. getAllProfiles(Element element,
              Cookie cookie) | 
| protected abstract java.util.Iterator<Profile> | AbstractProfileIOProvider. iterator(Element element,
        Cookie cookie) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Profile | AbstractHashProfileMigratorProvider.DefaultHashProfileMigrator. callDelegate(Profile profile) | 
| protected abstract boolean | AbstractHashProfileIOProvider. canWrite(Element element,
        Profile profile,
        ToolkitContext tkContext,
        Cookie cookie) | 
| Profile | AbstractHashProfileMigratorProvider.DefaultHashProfileMigrator. migrate(Profile profile) | 
| protected abstract Profile | AbstractHashProfileMigratorProvider. migrateProfile(Profile profile,
              ToolkitContext tkContext,
              Cookie cookie) | 
| protected abstract boolean | AbstractProfileIOProvider. remove(Profile profile,
      Element element,
      Cookie cookie) | 
| protected abstract void | AbstractHashProfileIOProvider. write(Element element,
     Profile profile,
     HashStructure hash,
     Cookie cookie) | 
| protected abstract boolean | AbstractProfileIOProvider. write(Profile profile,
     Element element,
     Cookie cookie) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WarProfileData model representing a deployment profile for a J2EE web module. |