Interface ReleaseProvider
public interface ReleaseProvider
This interface is used to implement plugins that provide a complete list of the known releases.
It should be used to extend a class that implements the RequirementsTagProvider interface.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisActive()Some release providers can be deactivated via system properties.
-
Method Details
-
getReleases
- Returns:
- a full tree-structure of known releases.
-
isActive
boolean isActive()Some release providers can be deactivated via system properties.- Returns:
- Is this provider currently activated
-