Class MavenComponentLibraryInfoSource
java.lang.Object
org.apache.tapestry5.internal.services.MavenComponentLibraryInfoSource
- All Implemented Interfaces:
ComponentLibraryInfoSource
ComponentLibraryInfoSource
implementation based on the pom.xml and pom.properties files
Maven places in the /META-INF/maven/[groupId]/[artifactId] folder.-
Constructor Summary
ConstructorsConstructorDescriptionMavenComponentLibraryInfoSource
(org.slf4j.Logger logger, ClasspathScanner classpathScanner) -
Method Summary
Modifier and TypeMethodDescriptionfind
(LibraryMapping libraryMapping) Finds information about a component library.
-
Constructor Details
-
MavenComponentLibraryInfoSource
-
-
Method Details
-
find
Description copied from interface:ComponentLibraryInfoSource
Finds information about a component library.- Specified by:
find
in interfaceComponentLibraryInfoSource
- Parameters:
libraryMapping
- theLibraryMapping
that defined a component library.- Returns:
- a
ComponentLibraryInfo
ornull
.
-