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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleangetName()The name of the module the module depends on.getScope()The scope for this dependency.inthashCode()booleanvoidsetExported(boolean exported) voidvoidThe scope of this library.toString()
- 
Constructor Details- 
ModuleDependency
 
- 
- 
Method Details- 
getNameThe name of the module the module depends on. Must not be null.
- 
setName
- 
getScopeThe scope for this dependency. If null the scope attribute is not added.- Specified by:
- getScopein interface- Dependency
 
- 
setScopeDescription copied from interface:DependencyThe scope of this library. Ifnull, the scope attribute is not added.- Specified by:
- setScopein interface- Dependency
 
- 
isExportedpublic boolean isExported()
- 
setExportedpublic void setExported(boolean exported) 
- 
addToNode- Specified by:
- addToNodein interface- Dependency
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-