Uses of Interface
org.jboss.profileservice.spi.ProfileDeployment

Packages that use ProfileDeployment
org.jboss.profileservice.spi   
 

Uses of ProfileDeployment in org.jboss.profileservice.spi
 

Methods in org.jboss.profileservice.spi that return ProfileDeployment
 ProfileDeployment ModificationInfo.getDeployment()
           
 ProfileDeployment Profile.getDeployment(String name)
          Get a named deployment.
 ProfileDeployment DeploymentRepository.getDeployment(String name)
          Get a named deployment.
 ProfileDeployment MutableProfile.removeDeployment(String name)
          Remove a deployment.
 ProfileDeployment DeploymentRepository.removeDeployment(String name)
          Remove a deployment.
 

Methods in org.jboss.profileservice.spi that return types with arguments of type ProfileDeployment
 Collection<ProfileDeployment> Profile.getDeployments()
          Get all deployments defined in this profile
 Collection<ProfileDeployment> DeploymentRepository.getDeployments()
          Get all deployments defined in this profile
 

Methods in org.jboss.profileservice.spi with parameters of type ProfileDeployment
 void MutableProfile.addDeployment(ProfileDeployment deployment)
          Add a deployment.
 void DeploymentRepository.addDeployment(String name, ProfileDeployment deployment)
          Add a deployment.
 

Constructors in org.jboss.profileservice.spi with parameters of type ProfileDeployment
ModificationInfo(ProfileDeployment deployment, long lastModified, ModificationInfo.ModifyStatus status)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.