Package org.gradle.tooling.model.idea
Interface IdeaDependency
- All Superinterfaces:
- Dependency
- All Known Subinterfaces:
- IdeaModuleDependency,- IdeaSingleEntryLibraryDependency
IDEA dependency.
- Since:
- 1.0-milestone-5
- 
Method SummaryModifier and TypeMethodDescriptionbooleanAllows to check if current dependency is transitive, i.e.getScope()scope of the current dependency.
- 
Method Details- 
getScopeIdeaDependencyScope getScope()scope of the current dependency. Not-nullall the time- Returns:
- scope
 
- 
getExportedboolean getExported()Allows to check if current dependency is transitive, i.e. is visible to the module which depends on module that has current dependency.- Returns:
- trueif current dependency is transitive;- falseotherwise
 
 
-