Class ResolvePathsResult<T>
java.lang.Object
org.codehaus.plexus.languages.java.jpms.ResolvePathsResult<T>
Holds the results of the project analyzer
- Since:
- 1.0.0
- Author:
- Robert Scholte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAll T that belong to the classpath based on the module descriptorThe resolved main module descriptorAll T that belong to the modulepath, based on the module descriptor.Ordered map, respects the classpath orderMap containing exceptions for every T which modulename resolution failedtoString()
-
Constructor Details
-
ResolvePathsResult
public ResolvePathsResult()
-
-
Method Details
-
getMainModuleDescriptor
The resolved main module descriptor- Returns:
- the resolved descriptor
- See Also:
-
getPathElements
Ordered map, respects the classpath order -
getClasspathElements
All T that belong to the classpath based on the module descriptor- Returns:
- the classpath elements, never
null
- See Also:
-
getModulepathElements
All T that belong to the modulepath, based on the module descriptor. For every T the source for the module name is added.- Returns:
- all modulepath elements, never
null
- See Also:
-
getPathExceptions
Map containing exceptions for every T which modulename resolution failed- Returns:
- the exceptions for every T, never
null
-
toString
-