org.squashtest.csp.tm.internal.infrastructure.strategy
Interface LibrarySelectionStrategy<LIBRARY extends Library<NODE>,NODE extends LibraryNode>

All Known Implementing Classes:
CampaignLibrarySelectionStrategyImpl, RequirementLibrarySelectionStrategyImpl, TestCaseLibrarySelectionStrategyImpl

public interface LibrarySelectionStrategy<LIBRARY extends Library<NODE>,NODE extends LibraryNode>


Method Summary
 List<LIBRARY> getSpecificLibraries(List<Project> givenProjectList)
          This method returns the list of filtered libraries
 

Method Detail

getSpecificLibraries

List<LIBRARY> getSpecificLibraries(List<Project> givenProjectList)
This method returns the list of filtered libraries

Parameters:
givenProjectList - the project list
Returns:
the list of associated libraries depending on the implementation


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.