Uses of Class
org.codehaus.plexus.application.profile.ApplicationRuntimeProfile

Packages that use ApplicationRuntimeProfile
org.codehaus.plexus.application   
org.codehaus.plexus.application.deploy   
org.codehaus.plexus.application.event   
org.codehaus.plexus.application.service   
 

Uses of ApplicationRuntimeProfile in org.codehaus.plexus.application
 

Methods in org.codehaus.plexus.application that return ApplicationRuntimeProfile
 ApplicationRuntimeProfile DefaultApplicationServer.getApplicationRuntimeProfile(java.lang.String applicationId)
           
 ApplicationRuntimeProfile ApplicationServer.getApplicationRuntimeProfile(java.lang.String applicationId)
           
 

Uses of ApplicationRuntimeProfile in org.codehaus.plexus.application.deploy
 

Methods in org.codehaus.plexus.application.deploy that return ApplicationRuntimeProfile
 ApplicationRuntimeProfile DefaultApplicationDeployer.getApplicationRuntimeProfile(java.lang.String applicationName)
           
 ApplicationRuntimeProfile ApplicationDeployer.getApplicationRuntimeProfile(java.lang.String applicationName)
           
 

Methods in org.codehaus.plexus.application.deploy with parameters of type ApplicationRuntimeProfile
private  DefaultDeployEvent DefaultApplicationDeployer.createDeployEvent(ApplicationRuntimeProfile runtimeProfile)
           
 

Uses of ApplicationRuntimeProfile in org.codehaus.plexus.application.event
 

Fields in org.codehaus.plexus.application.event declared as ApplicationRuntimeProfile
private  ApplicationRuntimeProfile DefaultDeployEvent.runtimeProfile
           
 

Methods in org.codehaus.plexus.application.event that return ApplicationRuntimeProfile
 ApplicationRuntimeProfile DefaultDeployEvent.getRuntimeProfile()
           
 ApplicationRuntimeProfile DeployEvent.getRuntimeProfile()
           
 

Constructors in org.codehaus.plexus.application.event with parameters of type ApplicationRuntimeProfile
DefaultDeployEvent(ApplicationRuntimeProfile runtimeProfile)
           
 

Uses of ApplicationRuntimeProfile in org.codehaus.plexus.application.service
 

Methods in org.codehaus.plexus.application.service with parameters of type ApplicationRuntimeProfile
 void PlexusService.beforeApplicationStart(ApplicationRuntimeProfile applicationRuntimeProfile, org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)
           
 void PlexusService.afterApplicationStart(ApplicationRuntimeProfile applicationRuntimeProfile, org.codehaus.plexus.configuration.PlexusConfiguration serviceConfiguration)