Groovy Documentation

org.gradle.tooling.model
[Java] Interface Element

org.gradle.tooling.model.Model
  org.gradle.tooling.model.Element
All Superinterfaces:
Model

public interface Element
extends Model

Described model element

Since:
1.0-milestone-5


Method Summary
String getDescription()

Returns the description.

String getName()

Returns the name.

 

Method Detail

getDescription

public String getDescription()
Returns the description.
Returns:
The description. May be null.


getName

public String getName()
Returns the name. Note that the name is not a unique identifier.
Returns:
The name.


 

Gradle API 1.0