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

WtpComponent

open class WtpComponent : XmlPersistableConfigurationObject

Creates the .settings/org.eclipse.wst.common.component file for WTP projects.

Constructors

<init>

WtpComponent(xmlTransformer: XmlTransformer)

Functions

configure

open fun configure(deployName: String, contextPath: String, newEntries: MutableList<WbModuleEntry>): Unit

equals

open fun equals(o: Any): Boolean

getContextPath

open fun getContextPath(): String

getDeployName

open fun getDeployName(): String

getWbModuleEntries

open fun getWbModuleEntries(): MutableList<WbModuleEntry>

hashCode

open fun hashCode(): Int

setContextPath

open fun setContextPath(contextPath: String): Unit

setDeployName

open fun setDeployName(deployName: String): Unit

setWbModuleEntries

open fun setWbModuleEntries(wbModuleEntries: MutableList<WbModuleEntry>): Unit

toString

open fun toString(): String