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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getName()
The name of the module the module depends on.getScope()
The scope for this dependency.int
hashCode()
boolean
void
setExported
(boolean exported) void
void
The scope of this library.toString()
-
Constructor Details
-
ModuleDependency
-
-
Method Details
-
getName
The name of the module the module depends on. Must not be null. -
setName
-
getScope
The scope for this dependency. If null the scope attribute is not added.- Specified by:
getScope
in interfaceDependency
-
setScope
Description copied from interface:Dependency
The scope of this library. Ifnull
, the scope attribute is not added.- Specified by:
setScope
in interfaceDependency
-
isExported
public boolean isExported() -
setExported
public void setExported(boolean exported) -
addToNode
- Specified by:
addToNode
in interfaceDependency
-
equals
-
hashCode
public int hashCode() -
toString
-