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 PathModularizationPathModularization.NONEA unique constant for all non-modular dependencies.private PathModularizationDefaultDependencyResolverResult.outputModulesInformation 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.moduleInfoModule information for each JAR file or output directories.Methods in org.apache.maven.internal.impl that return PathModularizationModifier and TypeMethodDescription(package private) PathModularizationPathModularizationCache.getModuleInfo(Path path) Gets module information for the given JAR file or output directory.