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() |
Methods inherited from class | Name |
---|---|
class groovy.lang.GroovyObjectSupport |
groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll() |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |