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 void
appendNode(Node parentNode)
boolean
equals(Object o)
String
getDeployPath()
String
getHandle()
int
hashCode()
void
setDeployPath(String deployPath)
void
setHandle(String handle)
String
toString()
-
-
-
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:
appendNode
in interfaceWbModuleEntry
-
-