Package | Description |
---|---|
org.codehaus.plexus.languages.java.jpms |
Modifier and Type | Method and Description |
---|---|
static ResolvePathRequest<File> |
ResolvePathRequest.ofFile(File file) |
static ResolvePathRequest<Path> |
ResolvePathRequest.ofPath(Path path) |
static ResolvePathRequest<String> |
ResolvePathRequest.ofString(String string) |
ResolvePathRequest<T> |
ResolvePathRequest.setJdkHome(T jdkHome)
In case the JRE is Java 8 or before, this jdkHome is used to extract the module name.
|
Modifier and Type | Method and Description |
---|---|
<T> ResolvePathResult |
LocationManager.resolvePath(ResolvePathRequest<T> request)
Resolve a single jar
|
Copyright © 2001–2020 Codehaus Plexus. All rights reserved.