Uses of Class
org.apache.maven.model.profile.DefaultProfileActivationContext
Packages that use DefaultProfileActivationContext
-
Uses of DefaultProfileActivationContext in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return DefaultProfileActivationContextModifier and TypeMethodDescriptionprivate DefaultProfileActivationContextDefaultModelBuilder.getProfileActivationContext(ModelBuildingRequest request, Model rawModel) Methods in org.apache.maven.model.building with parameters of type DefaultProfileActivationContextModifier and TypeMethodDescriptionprivate Map<String, Activation> DefaultModelBuilder.getInterpolatedActivations(Model rawModel, DefaultProfileActivationContext context, DefaultModelProblemCollector problems) -
Uses of DefaultProfileActivationContext in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile that return DefaultProfileActivationContextModifier and TypeMethodDescriptionDefaultProfileActivationContext.setActiveProfileIds(List<String> activeProfileIds) Sets the identifiers of those profiles that should be activated by explicit demand.DefaultProfileActivationContext.setInactiveProfileIds(List<String> inactiveProfileIds) Sets the identifiers of those profiles that should be deactivated by explicit demand.DefaultProfileActivationContext.setProjectDirectory(File projectDirectory) Sets the base directory of the current project.DefaultProfileActivationContext.setProjectProperties(Properties projectProperties) DefaultProfileActivationContext.setSystemProperties(Map<String, String> systemProperties) Sets the system properties to use for interpolation and profile activation.DefaultProfileActivationContext.setSystemProperties(Properties systemProperties) Sets the system properties to use for interpolation and profile activation.DefaultProfileActivationContext.setUserProperties(Map<String, String> userProperties) Sets the user properties to use for interpolation and profile activation.DefaultProfileActivationContext.setUserProperties(Properties userProperties) Sets the user properties to use for interpolation and profile activation.