Uses of Class
org.apache.maven.profiles.activation.ProfileActivationException

Packages that use ProfileActivationException
org.apache.maven.profiles   
org.apache.maven.profiles.activation   
org.apache.maven.project   
 

Uses of ProfileActivationException in org.apache.maven.profiles
 

Methods in org.apache.maven.profiles that throw ProfileActivationException
 java.util.List ProfileManager.getActiveProfiles()
          Deprecated. Use ProfileManager.getActiveProfiles(Model) instead.
 java.util.List DefaultProfileManager.getActiveProfiles()
           
 java.util.List ProfileManager.getActiveProfiles(Model model)
           
 java.util.List DefaultProfileManager.getActiveProfiles(Model model)
           
 

Uses of ProfileActivationException in org.apache.maven.profiles.activation
 

Methods in org.apache.maven.profiles.activation that throw ProfileActivationException
 boolean ProfileActivator.canDetermineActivation(Profile profile, ProfileActivationContext context)
           
 boolean CustomActivator.canDetermineActivation(Profile profile, ProfileActivationContext context)
           
 boolean ProfileActivator.isActive(Profile profile, ProfileActivationContext context)
           
 boolean CustomActivator.isActive(Profile profile, ProfileActivationContext context)
           
 

Uses of ProfileActivationException in org.apache.maven.project
 

Constructors in org.apache.maven.project with parameters of type ProfileActivationException
ProjectBuildingException(java.lang.String projectId, java.lang.String message, java.io.File pomFile, ProfileActivationException cause)
           
ProjectBuildingException(java.lang.String projectId, java.lang.String message, java.lang.String pomLocation, ProfileActivationException cause)
          Deprecated. use File constructor for pomLocation
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.