- All Implemented Interfaces:
- RequirementsProviderService
public class ClasspathRequirementsProviderService
extends java.lang.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.core.statistics.service.TagProvider.old that lists the fully qualified class
name for the class.
The