DependencyIdeaModuleDependency, IdeaSingleEntryLibraryDependencypublic interface IdeaDependency extends Dependency
| Modifier and Type | Method | Description | 
|---|---|---|
| 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. | 
IdeaDependencyScope getScope()
null all the timeboolean getExported()
true if current dependency is transitive; false otherwise