JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.api.capabilities
Capability
Contents
Description
Method Summary
Method Details
getGroup()
getName()
getVersion()
Hide sidebar
Show sidebar
Interface Capability
public interface
Capability
Represents a capability. Capabilities are versioned. Only one component for a specific capability can be found on a dependency graph.
Since:
4.7
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getGroup
()
String
getName
()
String
getVersion
()
Method Details
getGroup
String
getGroup
()
getName
String
getName
()
getVersion
@Nullable
String
getVersion
()