JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.api.artifacts
ModuleIdentifier
Contents
Description
Method Summary
Method Details
getGroup()
getName()
Hide sidebar
Show sidebar
Interface ModuleIdentifier
All Superinterfaces:
Serializable
public interface
ModuleIdentifier
extends
Serializable
The identifier of a module.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getGroup
()
The group of the module.
String
getName
()
The name of the module.
Method Details
getGroup
String
getGroup
()
The group of the module.
Returns:
module group
getName
String
getName
()
The name of the module.
Returns:
module name