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

WbResource

open class WbResource : WbModuleEntry

A wtp descriptor resource entry.

Constructors

<init>

WbResource(node: Node)
WbResource(deployPath: String, sourcePath: String)

Functions

appendNode

open fun appendNode(node: Node): Unit

equals

open fun equals(other: Any?): Boolean

getDeployPath

open fun getDeployPath(): String

getSourcePath

open fun getSourcePath(): String

hashCode

open fun hashCode(): Int

setDeployPath

open fun setDeployPath(deployPath: String): Unit

setSourcePath

open fun setSourcePath(sourcePath: String): Unit

toString

open fun toString(): String