|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.Dependencyorg.gradle.tooling.model.idea.IdeaDependency
public interface IdeaDependency extends Dependency
IDEA dependency.
| Method Summary | |
|---|---|
boolean
|
getExported()
Allows to check if current dependency is transitive, i.e. is visible to the module which depends on module that has current dependency. |
IdeaDependencyScope
|
getScope()
scope of the current dependency. |
| Method Detail |
|---|
public boolean getExported()
true if current dependency is transitive; false otherwise
public IdeaDependencyScope getScope()
null all the time
Gradle API 1.5