public class Facet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Facet.FacetType
The type of the facet.
|
| Constructor and Description |
|---|
Facet() |
| Modifier and Type | Method and Description |
|---|---|
static Facet |
category(String value)
Creates a new category facet.
|
static Facet |
license(String value)
Creates a new license facet.
|
static Facet |
projectType(ProjectType type)
Creates a new project type facet.
|
String |
toString()
Returns the facet as a string.
|
static Facet |
version(String value)
Creates a new version facet.
|
public String toString()
public static Facet category(String value)
value - The category value.public static Facet version(String value)
value - The version value.public static Facet license(String value)
value - The license value.public static Facet projectType(ProjectType type)
type - The project type.Copyright © 2026. All rights reserved.