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 Summary
Modifier and TypeMethodDescriptionReturns the name of the target moduleMethods inherited from interface org.gradle.tooling.model.idea.IdeaDependency
getExported, getScope
-
Method Details
-
getTargetModuleName
String getTargetModuleName()Returns the name of the target module- Returns:
- target module name
- Since:
- 3.1
-