Uses of Class
org.apache.maven.shared.jar.classes.JarVersionedRuntime
Packages that use JarVersionedRuntime
-
Uses of JarVersionedRuntime in org.apache.maven.shared.jar.classes
Methods in org.apache.maven.shared.jar.classes that return JarVersionedRuntimeModifier 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) Methods in org.apache.maven.shared.jar.classes that return types with arguments of type JarVersionedRuntimeConstructor parameters in org.apache.maven.shared.jar.classes with type arguments of type JarVersionedRuntimeModifierConstructorDescriptionJarVersionedRuntimes(NavigableMap<Integer, JarVersionedRuntime> versionedRuntimeMap)