public class ResolvePathsResult<T> extends Object
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,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,ModuleNameSource> getModulepathElements()
null
getPathElements()
Copyright © 2001–2020 Codehaus Plexus. All rights reserved.