@Incubating public interface ComponentMetadataListerDetails
| Modifier and Type | Method | Description | 
|---|---|---|
| ModuleIdentifier | getModuleIdentifier() | Gives access to the module identifier for which the version lister should
 return the list of versions. | 
| void | listed(java.util.List<java.lang.String> versions) | List the versions of the requested component. | 
ModuleIdentifier getModuleIdentifier()
void listed(java.util.List<java.lang.String> versions)
versions - the list of versions for the requested component.