A project facet.
Modifiers | Name | Description |
---|---|---|
enum |
Facet.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. |
Type | Name and description |
---|---|
void |
appendNode(groovy.util.Node node) |
boolean |
equals(Object o) |
String |
getName() |
Facet.FacetType |
getType() |
String |
getVersion() |
int |
hashCode() |
void |
setName(String name) |
void |
setType(Facet.FacetType type) |
void |
setVersion(String version) |
String |
toString() |
Gradle API 3.0-milestone-1