Class WbDependentModule
- java.lang.Object
-
- org.gradle.plugins.ide.eclipse.model.WbDependentModule
-
- All Implemented Interfaces:
WbModuleEntry
public class WbDependentModule extends Object implements WbModuleEntry
A wtp descriptor dependent module entry.
-
-
Constructor Summary
Constructors Constructor Description WbDependentModule(Node node)WbDependentModule(String deployPath, String handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendNode(Node parentNode)booleanequals(Object o)StringgetDeployPath()StringgetHandle()inthashCode()voidsetDeployPath(String deployPath)voidsetHandle(String handle)StringtoString()
-
-
-
Method Detail
-
getDeployPath
public String getDeployPath()
-
setDeployPath
public void setDeployPath(String deployPath)
-
getHandle
public String getHandle()
-
setHandle
public void setHandle(String handle)
-
appendNode
public void appendNode(Node parentNode)
- Specified by:
appendNodein interfaceWbModuleEntry
-
-