| Package | Description |
|---|---|
| org.codehaus.plexus.languages.java.jpms |
| Modifier and Type | Method and Description |
|---|---|
ResolvePathsRequest<T> |
ResolvePathsRequest.setAdditionalModules(Collection<String> additionalModules) |
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<Path> |
ResolvePathsRequest.withPaths(Collection<Path> paths) |
static ResolvePathsRequest<String> |
ResolvePathsRequest.withStrings(Collection<String> strings) |
| Modifier and Type | Method and Description |
|---|---|
<T> ResolvePathsResult<T> |
LocationManager.resolvePaths(ResolvePathsRequest<T> request)
Decide for every
request.getPathElements() if it belongs to the modulePath or classPath, based on the
request.getMainModuleDescriptor(). |
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.