|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.plugins.ide.idea.model.ModuleDependency
class ModuleDependency
Represents an orderEntry of type module in the iml xml.
| Property Summary | |
|---|---|
boolean |
exported
|
String |
name
The name of the module the module depends on. |
String |
scope
The scope for this dependency. |
| Constructor Summary | |
ModuleDependency(def name, def scope)
|
|
| Method Summary | |
|---|---|
void
|
addToNode(Node parentNode)
|
boolean
|
equals(def o)
|
int
|
hashCode()
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
boolean exported
String name
String scope
| Constructor Detail |
|---|
ModuleDependency(def name, def scope)
| Method Detail |
|---|
void addToNode(Node parentNode)
boolean equals(def o)
int hashCode()
String toString()
Gradle API 1.5