Interface Dependency
- All Known Implementing Classes:
ModuleDependency
,ModuleLibrary
,SingleEntryModuleLibrary
public interface Dependency
Represents a dependency of an IDEA module.
-
Method Summary
-
Method Details
-
getScope
String getScope()The scope of this library. Ifnull
, the scope attribute is not added.- Since:
- 4.5
-
setScope
The scope of this library. Ifnull
, the scope attribute is not added.- Since:
- 4.5
-
addToNode
-