WtpFacet

open class WtpFacet : XmlPersistableConfigurationObject(source)

Creates the .settings/org.eclipse.wst.common.project.facet.core.xml file for WTP projects.

Constructors

Link copied to clipboard
constructor(xmlTransformer: XmlTransformer)

Properties

Link copied to clipboard
open var facets: List<Facet>
Link copied to clipboard
open val xml: Node

Functions

Link copied to clipboard
open fun configure(facets: List<Facet>)
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun findFirstChildNamed(root: Node, name: String): Node
Link copied to clipboard
open fun findFirstChildWithAttributeValue(root: Node, childName: String, attribute: String, value: String): Node
Link copied to clipboard
open fun findOrCreateFirstChildNamed(root: Node, name: String): Node
Link copied to clipboard
open fun findOrCreateFirstChildWithAttributeValue(root: Node, childName: String, attribute: String, value: String): Node
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun load(inputStream: InputStream)
Link copied to clipboard
open fun loadDefaults()
Link copied to clipboard
open fun store(outputStream: OutputStream)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun transformAction(action: Closure)