Uses of Interface
org.apache.maven.model.profile.activation.ProfileActivator

Packages that use ProfileActivator
org.apache.maven.model.profile.activation   
 

Uses of ProfileActivator in org.apache.maven.model.profile.activation
 

Classes in org.apache.maven.model.profile.activation that implement ProfileActivator
 class FileProfileActivator
          Determines profile activation based on the existence/absence of some file.
 class JdkVersionProfileActivator
          Determines profile activation based on the version of the current Java runtime.
 class OperatingSystemProfileActivator
          Determines profile activation based on the operating system of the current runtime platform.
 class PropertyProfileActivator
          Determines profile activation based on the existence or value of some execution property.
 



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