Class ClasspathRequirementsProviderService

java.lang.Object
net.thucydides.model.requirements.ClasspathRequirementsProviderService
All Implemented Interfaces:
RequirementsProviderService

public class ClasspathRequirementsProviderService extends Object implements RequirementsProviderService
Provides a way to obtain the list of requirements providers. Requirements providers are a special type of tag providers that also provide a list of system requirements. Custom requirements providers can be placed on the classpath along with a file in the META-INF.services directory called net.thucydides.model.statistics.service.TagProvider.old that lists the fully qualified class name for the class.