| Package | Description |
|---|---|
| org.apache.maven.shared.jar.classes |
| Modifier and Type | Method and Description |
|---|---|
JarVersionedRuntime |
JarVersionedRuntimes.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.
|
JarVersionedRuntime |
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.
|
JarVersionedRuntime |
JarVersionedRuntimes.getJarVersionedRuntime(Integer version) |
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<Integer,JarVersionedRuntime> |
JarVersionedRuntimes.getVersionedRuntimeMap() |
| Constructor and Description |
|---|
JarVersionedRuntimes(NavigableMap<Integer,JarVersionedRuntime> versionedRuntimeMap) |
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.