|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.plugins.ide.eclipse.model.Facet
class Facet
| Nested Class Summary | |
|---|---|
enum |
Facet.FacetType
|
| Property Summary | |
|---|---|
String |
name
|
FacetType |
type
|
String |
version
|
| Constructor Summary | |
Facet()
|
|
Facet(Node node)
|
|
Facet(String name, String version)
|
|
Facet(Facet.FacetType type, String name, String version)
|
|
| Method Summary | |
|---|---|
void
|
appendNode(Node node)
|
boolean
|
equals(def o)
|
int
|
hashCode()
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
String name
FacetType type
String version
| Constructor Detail |
|---|
Facet()
Facet(Node node)
Facet(String name, String version)
Facet(Facet.FacetType type, String name, String version)
| Method Detail |
|---|
void appendNode(Node node)
boolean equals(def o)
int hashCode()
String toString()
Gradle API 1.5