Uses of Class
org.moditect.model.Version
-
Packages that use Version Package Description org.moditect.commands org.moditect.mavenplugin.modulelist org.moditect.model -
-
Uses of Version in org.moditect.commands
Fields in org.moditect.commands declared as Version Modifier and Type Field Description private Version
GenerateModuleList. jvmVersion
Constructors in org.moditect.commands with parameters of type Version Constructor Description GenerateModuleList(java.nio.file.Path projectJar, java.util.Set<java.nio.file.Path> dependencies, Version jvmVersion, Log log)
-
Uses of Version in org.moditect.mavenplugin.modulelist
Methods in org.moditect.mavenplugin.modulelist that return Version Modifier and Type Method Description private Version
GenerateModuleListMojo. determineJvmVersion()
-
Uses of Version in org.moditect.model
Methods in org.moditect.model that return Version Modifier and Type Method Description static Version
Version. valueOf(int feature)
static Version
Version. valueOf(java.lang.Object feature)
-