toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.eclipse.model
/
Output
Output
API
open
class
Output
:
ClasspathEntry
(
source
)
A classpath entry representing an output folder.
Members
Constructors
Output
Link copied to clipboard
API
constructor
(
node
:
Node
)
constructor
(
path
:
String
)
Properties
path
Link copied to clipboard
API
open
var
path
:
String
Functions
append
Node
Link copied to clipboard
API
open
fun
appendNode
(
node
:
Node
)
equals
Link copied to clipboard
API
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Kind
Link copied to clipboard
API
open
fun
getKind
(
)
:
String
hash
Code
Link copied to clipboard
API
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String