Package org.apache.tapestry5.services
Interface ComponentLibraryInfoSource
- 
- All Known Implementing Classes:
 MavenComponentLibraryInfoSource
@UsesOrderedConfiguration(ComponentLibraryInfoSource.class) public interface ComponentLibraryInfoSource
Service that provides information about component libraries.- Since:
 - 5.4
 - See Also:
 LibraryMapping,ComponentLibraryInfo
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentLibraryInfofind(LibraryMapping libraryMapping)Finds information about a component library. 
 - 
 
- 
- 
Method Detail
- 
find
ComponentLibraryInfo find(LibraryMapping libraryMapping)
Finds information about a component library.- Parameters:
 libraryMapping- theLibraryMappingthat defined a component library.- Returns:
 - a 
ComponentLibraryInfoornull. 
 
 - 
 
 -