Class MavenComponentLibraryInfoSource
- java.lang.Object
 - 
- org.apache.tapestry5.internal.services.MavenComponentLibraryInfoSource
 
 
- 
- All Implemented Interfaces:
 ComponentLibraryInfoSource
public class MavenComponentLibraryInfoSource extends Object implements ComponentLibraryInfoSource
ComponentLibraryInfoSourceimplementation based on the pom.xml and pom.properties files Maven places in the /META-INF/maven/[groupId]/[artifactId] folder. 
- 
- 
Constructor Summary
Constructors Constructor Description MavenComponentLibraryInfoSource(org.slf4j.Logger logger, ClasspathScanner classpathScanner) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentLibraryInfofind(LibraryMapping libraryMapping)Finds information about a component library. 
 - 
 
- 
- 
Constructor Detail
- 
MavenComponentLibraryInfoSource
public MavenComponentLibraryInfoSource(org.slf4j.Logger logger, ClasspathScanner classpathScanner)
 
 - 
 
- 
Method Detail
- 
find
public ComponentLibraryInfo find(LibraryMapping libraryMapping)
Description copied from interface:ComponentLibraryInfoSourceFinds information about a component library.- Specified by:
 findin interfaceComponentLibraryInfoSource- Parameters:
 libraryMapping- theLibraryMappingthat defined a component library.- Returns:
 - a 
ComponentLibraryInfoornull. 
 
 - 
 
 -