public interface IdeaDependency extends Dependency
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
getExported()
Allows to check if current dependency is transitive, i.e.
|
IdeaDependencyScope |
getScope()
scope of the current dependency.
|
IdeaDependencyScope getScope()
null
all the timeboolean getExported()
true
if current dependency is transitive; false
otherwise