Groovy Documentation

org.gradle.plugins.idea.model
[Groovy] Class ModuleDependency

java.lang.Object
  org.gradle.plugins.idea.model.ModuleDependency

class ModuleDependency

Represents an orderEntry of type module in the iml xml.

Authors:
Hans Dockter


Property Summary
boolean exported

java.lang.String name

The name of the module the module depends on.

java.lang.String scope

The scope for this dependency.

 
Constructor Summary
ModuleDependency(java.lang.Object name, java.lang.Object scope)

 
Method Summary
void addToNode(groovy.util.Node parentNode)

boolean equals(java.lang.Object o)

int hashCode()

java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

exported

boolean exported


name

java.lang.String name
The name of the module the module depends on. Must not be null.


scope

java.lang.String scope
The scope for this dependency. If null the scope attribute is not added.


 
Constructor Detail

ModuleDependency

ModuleDependency(java.lang.Object name, java.lang.Object scope)


 
Method Detail

addToNode

void addToNode(groovy.util.Node parentNode)


equals

boolean equals(java.lang.Object o)


hashCode

int hashCode()


toString

java.lang.String toString()


 

Groovy Documentation