Class Facet
java.lang.Object
org.gradle.plugins.ide.eclipse.model.Facet
Deprecated.
Will be removed in Gradle 10.
A project facet.
- Since:
- 1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.Aninstalledfacet is really present on an Eclipse project whereas facet typefixedmeans that this facet is locked and cannot be simply removed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendNode(Node node) Deprecated.Append node.booleanDeprecated.getName()Deprecated.Returns the name.getType()Deprecated.Returns the type.Deprecated.Returns the version.inthashCode()Deprecated.voidDeprecated.Sets the name.voidsetType(Facet.FacetType type) Deprecated.Sets the type.voidsetVersion(String version) Deprecated.Sets the version.toString()Deprecated.
-
Constructor Details
-
Facet
public Facet()Deprecated.Creates a newFacet.- Since:
- 1.0
-
Facet
-
Facet
-
Facet
Deprecated.Creates a newFacet.- Since:
- 1.0
-
-
Method Details
-
getType
-
setType
-
getName
-
setName
-
getVersion
-
setVersion
-
appendNode
-
equals
-
hashCode
-
toString
-