public class ResolvePathsResult<T>
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ResolvePathsResult.ModuleNameSource |
Source of the modulename
|
| Constructor | Description |
|---|---|
ResolvePathsResult() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<T> |
getClasspathElements() |
All T that belong to the classpath based on the module descriptor
|
JavaModuleDescriptor |
getMainModuleDescriptor() |
The resolved main module descriptor
|
java.util.Map<T,ResolvePathsResult.ModuleNameSource> |
getModulepathElements() |
All T that belong to the modulepath, based on the module descriptor.
|
java.util.Map<T,JavaModuleDescriptor> |
getPathElements() |
Ordered map, respects the classpath order
|
java.util.Map<T,java.lang.Exception> |
getPathExceptions() |
Map containing exceptions for every T which modulename resolution failed
|
public JavaModuleDescriptor getMainModuleDescriptor()
ResolvePathsRequest.setMainModuleDescriptor(Object)public java.util.Map<T,JavaModuleDescriptor> getPathElements()
public java.util.Collection<T> getClasspathElements()
nullgetPathElements()public java.util.Map<T,ResolvePathsResult.ModuleNameSource> getModulepathElements()
nullgetPathElements()public java.util.Map<T,java.lang.Exception> getPathExceptions()
null