Interface ProfileActivator
- All Known Implementing Classes:
- FileProfileActivator,- JdkVersionProfileActivator,- OperatingSystemProfileActivator,- PackagingProfileActivator,- PropertyProfileActivator
Deprecated.
Determines whether a profile should be activated.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines whether the specified profile is active in the given activator context.booleanpresentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines whether specified activation method is present in configuration or not.
- 
Method Details- 
isActiveDeprecated.Determines whether the specified profile is active in the given activator context.- Parameters:
- profile- The profile whose activation status should be determined, must not be- null.
- context- The environmental context used to determine the activation status of the profile, must not be- null.
- problems- The container used to collect problems (e.g. bad syntax) that were encountered, must not be- null.
- Returns:
- trueif the profile is active,- falseotherwise.
 
- 
presentInConfigboolean presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines whether specified activation method is present in configuration or not. It should help to have AND between activation conditions Need for solving https://issues.apache.org/jira/browse/MNG-4565- Parameters:
- profile- The profile whose activation status should be determined, must not be- null.
- context- The environmental context used to determine the activation status of the profile, must not be- null.
- problems- The container used to collect problems (e.g. bad syntax) that were encountered, must not be- null.
- Returns:
- trueif the profile is active,- falseotherwise.
 
 
- 
ModelBuilderinstead