Uses of Class
org.apache.maven.shared.jar.classes.JarVersionedRuntime
-
Uses of JarVersionedRuntime in org.apache.maven.shared.jar.classes
Modifier and TypeMethodDescriptionJarVersionedRuntimes.getBestFitJarVersionedRuntime
(Integer version) Return the highest the JarClasses of the Jdk version that would be executed if they would be executed on a JVM given by the release parameter.JarVersionedRuntimes.getBestFitJarVersionedRuntimeBySystemProperty
(String key) Return the highest the JarClasses of the Jdk version that would be executed if they would be executed given a System property.JarVersionedRuntimes.getJarVersionedRuntime
(Integer version) ModifierConstructorDescriptionJarVersionedRuntimes
(NavigableMap<Integer, JarVersionedRuntime> versionedRuntimeMap)