Package org.gradle.tooling.model.idea
Interface IdeaSourceDirectory
- All Superinterfaces:
- SourceDirectory
IDEA source directory.
- Since:
- 1.0-milestone-5
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturntrueif this source directory is generated.Methods inherited from interface org.gradle.tooling.model.SourceDirectorygetDirectory
- 
Method Details- 
isGeneratedboolean isGenerated()Returntrueif this source directory is generated.- Returns:
- true if source directory is generated
- Since:
- 2.2
 
 
-