|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.Dependency org.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. |
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.12