Package org.gradle.tooling.model.idea
Interface IdeaModuleDependency
- All Superinterfaces:
- Dependency,- IdeaDependency
Dependency on a module in a project.
- Since:
- 1.0-milestone-5
- 
Method SummaryModifier and TypeMethodDescriptionReturns the name of the target moduleMethods inherited from interface org.gradle.tooling.model.idea.IdeaDependencygetExported, getScope
- 
Method Details- 
getTargetModuleNameString getTargetModuleName()Returns the name of the target module- Returns:
- target module name
- Since:
- 3.1
 
 
-