Package org.gradle.tooling.model
Interface Element
- All Superinterfaces:
- Model
- All Known Subinterfaces:
- BasicIdeaProject,- BuildableElement,- EclipseProject,- GradleProject,- HierarchicalEclipseProject,- HierarchicalElement,- IdeaModule,- IdeaProject
Described model element.
- Since:
- 1.0-milestone-5
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description of the element, ornullif it has no description.getName()Returns the name of the element.
- 
Method Details- 
getNameString getName()Returns the name of the element. Note that the name is not a unique identifier.- Returns:
- The name of the element.
- Since:
- 1.0-milestone-5
 
- 
getDescriptionReturns the description of the element, ornullif it has no description.- Returns:
- The description of the element, or nullif it has no description.
- Since:
- 1.0-milestone-5
 
 
-