DescriptionFacet

public class DescriptionFacet implements IFacet

Represents a facet that provides basic information about a language

Fields

description

public final String description

Description of the language.

url

public final String url

Website URL of the language, or null if none.

Constructors

DescriptionFacet

public DescriptionFacet(String description, String url)

Creates an ‘about’ facet from a description and URL.

Parameters:
  • description – Description of the language.
  • url – Website URL of the language, or null if none.