Uses of Class
org.apache.maven.internal.impl.PathModularization
Packages that use PathModularization
-
Uses of PathModularization in org.apache.maven.internal.impl
Fields in org.apache.maven.internal.impl declared as PathModularizationModifier and TypeFieldDescriptionstatic final PathModularization
PathModularization.NONE
A unique constant for all non-modular dependencies.private PathModularization
DefaultDependencyResolverResult.outputModules
Information about modules in the main output.Fields in org.apache.maven.internal.impl with type parameters of type PathModularizationModifier and TypeFieldDescriptionprivate final Map
<Path, PathModularization> PathModularizationCache.moduleInfo
Module information for each JAR file or output directories.Methods in org.apache.maven.internal.impl that return PathModularizationModifier and TypeMethodDescription(package private) PathModularization
PathModularizationCache.getModuleInfo
(Path path) Gets module information for the given JAR file or output directory.