public class ResolvePathsResult<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResolvePathsResult.ModuleNameSource
Source of the modulename
|
Constructor and Description |
---|
ResolvePathsResult() |
Modifier and Type | Method and 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,ResolvePathsResult.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()
null
getPathElements()
public Map<T,ResolvePathsResult.ModuleNameSource> getModulepathElements()
null
getPathElements()
Copyright © 2001–2024 Codehaus Plexus. All rights reserved.