public class ResolvePathsResult<T> extends Object
| Constructor | Description |
|---|---|
ResolvePathsResult() |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<T> |
getClasspathElements() |
All T that belong to the classpath based on the module descriptor
|
JavaModuleDescriptor |
getMainModuleDescriptor() |
The resolved main module descriptor
|
Map<T,ModuleNameSource> |
getModulepathElements() |
All T that belong to the modulepath, based on the module descriptor.
|
Map<T,JavaModuleDescriptor> |
getPathElements() |
Ordered map, respects the classpath order
|
Map<T,Exception> |
getPathExceptions() |
Map containing exceptions for every T which modulename resolution failed
|
public JavaModuleDescriptor getMainModuleDescriptor()
ResolvePathsRequest.setMainModuleDescriptor(Object)public Map<T,JavaModuleDescriptor> getPathElements()
public Collection<T> getClasspathElements()
nullgetPathElements()public Map<T,ModuleNameSource> getModulepathElements()
nullgetPathElements()Copyright © 2001–2018 Codehaus Plexus. All rights reserved.