Uses of Class
org.apache.maven.model.ActivationFile
Packages that use ActivationFile
Package
Description
Maven POM (Project Object Model) classes, generated from 
maven.mdo model.- 
Uses of ActivationFile in org.apache.maven.modelMethods in org.apache.maven.model that return ActivationFileModifier and TypeMethodDescriptionActivationFile.clone()Method clone.Activation.getFile()Get specifies that this profile will be activated based on existence of a file.Methods in org.apache.maven.model with parameters of type ActivationFileModifier and TypeMethodDescriptionvoidActivation.setFile(ActivationFile file) Set specifies that this profile will be activated based on existence of a file.