Class ModuleDependency
java.lang.Object
org.gradle.plugins.ide.idea.model.ModuleDependency
- All Implemented Interfaces:
Dependency
Represents an orderEntry of type module in the iml XML.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd to node.booleangetName()The name of the module the module depends on.getScope()The scope for this dependency.inthashCode()booleanReturns whether exported is set.voidsetExported(boolean exported) Sets the exported.voidSets the name.voidThe scope of this library.toString()
-
Constructor Details
-
ModuleDependency
-
-
Method Details
-
getName
-
setName
-
getScope
The scope for this dependency. If null the scope attribute is not added.- Specified by:
getScopein interfaceDependency
-
setScope
Description copied from interface:DependencyThe scope of this library. Ifnull, the scope attribute is not added.- Specified by:
setScopein interfaceDependency
-
isExported
public boolean isExported()Returns whether exported is set.- Since:
- 1.0
-
setExported
public void setExported(boolean exported) Sets the exported.- Since:
- 1.0
-
addToNode
Description copied from interface:DependencyAdd to node.- Specified by:
addToNodein interfaceDependency
-
equals
-
hashCode
-
toString
-