toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.eclipse.model
/
Facet
Facet
API
open
class
Facet
(
source
)
A project facet.
Members
Constructors
Facet
Link copied to clipboard
API
constructor
(
)
constructor
(
node
:
Node
)
constructor
(
name
:
String
,
version
:
String
)
constructor
(
type
:
Facet.FacetType
,
name
:
String
,
version
:
String
)
Types
Facet
Type
Link copied to clipboard
API
enum
FacetType
An
installed
facet is really present on an Eclipse project whereas facet type
fixed
means that this facet is locked and cannot be simply removed.
Properties
name
Link copied to clipboard
API
open
var
name
:
String
type
Link copied to clipboard
API
open
var
type
:
Facet.FacetType
version
Link copied to clipboard
API
open
var
version
:
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
hash
Code
Link copied to clipboard
API
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String