Uses of Class
org.apache.maven.model.ActivationFile
-
Packages that use ActivationFile Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of ActivationFile in org.apache.maven.model
Methods in org.apache.maven.model that return ActivationFile Modifier and Type Method Description ActivationFileActivation. 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 ActivationFile Modifier and Type Method Description voidActivation. setFile(ActivationFile file)Set specifies that this profile will be activated based on existence of a file. -
Uses of ActivationFile in org.apache.maven.project
Methods in org.apache.maven.project that return ActivationFile Modifier and Type Method Description static ActivationFileModelUtils. cloneActivationFile(ActivationFile src)Methods in org.apache.maven.project with parameters of type ActivationFile Modifier and Type Method Description static ActivationFileModelUtils. cloneActivationFile(ActivationFile src)
-