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 PrerequisitesModel. 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 voidModel. setPrerequisites(Prerequisites prerequisites)Set describes the prerequisites in the build environment for this project.
-