org.gradle.tooling.model
Interface Element

All Known Subinterfaces:
BasicIdeaProject, BuildableElement, BuildableProject, EclipseProject, GradleProject, HierarchicalEclipseProject, HierarchicalElement, HierarchicalProject, IdeaModule, IdeaProject, Project

public interface Element

Described model element

Since:
1.0-rc-1

Method Summary
 String getDescription()
          Returns the description.
 String getName()
          Returns the name.
 

Method Detail

getName

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

Returns:
The name.

getDescription

String getDescription()
Returns the description.

Returns:
The description. May be null.