Uses of Class
org.apache.maven.model.Prerequisites
-
Packages that use Prerequisites Package Description org.apache.maven.model -
-
Uses of Prerequisites in org.apache.maven.model
Methods in org.apache.maven.model that return Prerequisites Modifier and Type Method Description Prerequisites
Model. getPrerequisites()
Get describes the prerequisites in the build environment for this project.Methods in org.apache.maven.model with parameters of type Prerequisites Modifier and Type Method Description void
Model. setPrerequisites(Prerequisites prerequisites)
Set describes the prerequisites in the build environment for this project.
-