Interface ModuleComponentIdentifier
- All Superinterfaces:
- ComponentIdentifier
An identifier for a component instance which is available as a module version.
- Since:
- 1.10
- 
Method SummaryModifier and TypeMethodDescriptiongetGroup()The module group of the component.The module name of the component.The module identifier of the component.The module version of the component.Methods inherited from interface org.gradle.api.artifacts.component.ComponentIdentifiergetDisplayName
- 
Method Details- 
getGroupString getGroup()The module group of the component.- Returns:
- Component group
- Since:
- 1.10
 
- 
getModuleString getModule()The module name of the component.- Returns:
- Component module
- Since:
- 1.10
 
- 
getVersionString getVersion()The module version of the component.- Returns:
- Component version
- Since:
- 1.10
 
- 
getModuleIdentifierModuleIdentifier getModuleIdentifier()The module identifier of the component. Returns the same information asgetGroup()andgetModule().- Returns:
- the module identifier
- Since:
- 4.9
 
 
-