public class MavenComponentLibraryInfoSource extends Object implements ComponentLibraryInfoSource
ComponentLibraryInfoSource
implementation based on the pom.xml and pom.properties files
Maven places in the /META-INF/maven/[groupId]/[artifactId] folder.Constructor and Description |
---|
MavenComponentLibraryInfoSource(org.slf4j.Logger logger,
ClasspathScanner classpathScanner) |
Modifier and Type | Method and Description |
---|---|
ComponentLibraryInfo |
find(LibraryMapping libraryMapping)
Finds information about a component library.
|
public MavenComponentLibraryInfoSource(org.slf4j.Logger logger, ClasspathScanner classpathScanner)
public ComponentLibraryInfo find(LibraryMapping libraryMapping)
ComponentLibraryInfoSource
find
in interface ComponentLibraryInfoSource
libraryMapping
- the LibraryMapping
that defined a component library.ComponentLibraryInfo
or null
.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.