Interface ComponentMetadataListerDetails
public interface ComponentMetadataListerDetails
Allows a custom version lister to specify the list of versions known
for a specific module.
- Since:
- 4.9
-
Method Summary
Modifier and TypeMethodDescriptionGives access to the module identifier for which the version lister should return the list of versions.voidList the versions of the requested component.
-
Method Details
-
getModuleIdentifier
ModuleIdentifier getModuleIdentifier()Gives access to the module identifier for which the version lister should return the list of versions.- Returns:
- the module identifier for which versions are requested
- Since:
- 4.9
-
listed
-