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 Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionThe publication coordinates for this component.
-
Method Details
-
getCoordinates
ModuleVersionIdentifier getCoordinates()The publication coordinates for this component.
-