Package org.gradle.api.component
Interface ComponentWithCoordinates
- All Superinterfaces:
- Named,- SoftwareComponent
- All Known Subinterfaces:
- CppExecutable,- CppSharedLibrary,- CppStaticLibrary,- PublishableComponent
Represents a component that determines its publication coordinates.
- Since:
- 4.7
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionThe publication coordinates for this component.
- 
Method Details- 
getCoordinatesModuleVersionIdentifier getCoordinates()The publication coordinates for this component.
 
-