api / org.gradle.plugins.ide.eclipse.model / WbDependentModule

WbDependentModule

open class WbDependentModule : WbModuleEntry

A wtp descriptor dependent module entry.

Constructors

<init>

WbDependentModule(node: Node)
WbDependentModule(deployPath: String, handle: String)

Functions

appendNode

open fun appendNode(parentNode: Node): Unit

equals

open fun equals(other: Any?): Boolean

getDeployPath

open fun getDeployPath(): String

getHandle

open fun getHandle(): String

hashCode

open fun hashCode(): Int

setDeployPath

open fun setDeployPath(deployPath: String): Unit

setHandle

open fun setHandle(handle: String): Unit

toString

open fun toString(): String