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

Output

open class Output : ClasspathEntry

A classpath entry representing an output folder.

Constructors

<init>

Output(node: Node)
Output(path: String)

Functions

appendNode

open fun appendNode(node: Node): Unit

equals

open fun equals(other: Any?): Boolean

getKind

open fun getKind(): String

getPath

open fun getPath(): String

hashCode

open fun hashCode(): Int

setPath

open fun setPath(path: String): Unit

toString

open fun toString(): String