Class Facet
- java.lang.Object
-
- org.gradle.plugins.ide.eclipse.model.Facet
-
public class Facet extends Object
A project facet.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Facet.FacetType
Aninstalled
facet is really present on an Eclipse project whereas facet typefixed
means that this facet is locked and cannot be simply removed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendNode(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()
-
-
-
Method Detail
-
getType
public Facet.FacetType getType()
-
setType
public void setType(Facet.FacetType type)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
appendNode
public void appendNode(Node node)
-
-