| Package | Description | 
|---|---|
| org.apache.maven.model.building | |
| org.apache.maven.model.profile | |
| org.apache.maven.model.profile.activation | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ProfileActivator[] | DefaultModelBuilderFactory. newProfileActivators() | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultProfileSelector | DefaultProfileSelector. addProfileActivator(ProfileActivator profileActivator) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileProfileActivatorDetermines profile activation based on the existence/absence of some file. | 
| class  | JdkVersionProfileActivatorDetermines profile activation based on the version of the current Java runtime. | 
| class  | OperatingSystemProfileActivatorDetermines profile activation based on the operating system of the current runtime platform. | 
| class  | PropertyProfileActivatorDetermines profile activation based on the existence or value of some execution property. | 
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.