Package | Description |
---|---|
org.codehaus.plexus.languages.java.jpms |
Modifier and Type | Method and Description |
---|---|
ResolvePathsRequest<T> |
ResolvePathsRequest.setJdkHome(T jdkHome)
In case the JRE is Java 8 or before, this jdkHome is used to extract the module name.
|
ResolvePathsRequest<T> |
ResolvePathsRequest.setMainModuleDescriptor(T mainModuleDescriptor)
Must be either
module-info.java or module-info.class |
static ResolvePathsRequest<File> |
ResolvePathsRequest.withFiles(Collection<File> files) |
static ResolvePathsRequest<java.nio.file.Path> |
ResolvePathsRequest.withPaths(Collection<java.nio.file.Path> paths) |
static ResolvePathsRequest<String> |
ResolvePathsRequest.withStrings(Collection<String> strings) |
Modifier and Type | Method and Description |
---|---|
<T> ResolvePathsResult<T> |
LocationManager.resolvePaths(ResolvePathsRequest<T> request) |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.