Class PropertyDetails.Builder

java.lang.Object
com.puppycrawl.tools.checkstyle.site.PropertyDetails.Builder
Enclosing class:
PropertyDetails

public static final class PropertyDetails.Builder extends Object
Builder for PropertyDetails.
  • Field Details

    • buildName

      private String buildName
      The property name.
    • buildDescription

      private String buildDescription
      The xdoc-safe HTML description.
    • buildType

      private String buildType
      The resolved type string.
    • buildTokenPropertyType

      private PropertyDetails.TokenPropertyType buildTokenPropertyType
      The token property type; defaults to STANDARD.
    • buildConfigurableTokens

      private List<String> buildConfigurableTokens
      The configurable token names.
    • buildDefaultValue

      private String buildDefaultValue
      The default value string.
    • buildDefaultValueTokens

      private List<String> buildDefaultValueTokens
      The default value token names.
    • buildSinceVersion

      private String buildSinceVersion
      The since version string.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details