| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.builder()
Creates a builder for
ImmutablePropertyDescriptor. |
ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.Builder.checkboxLabel(String checkboxLabel)
Initializes the value for the
checkboxLabel attribute. |
ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.Builder.copyFrom(PropertyDescriptor instance)
Fill a builder with attribute values from the provided
PropertyDescriptor instance. |
ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.Builder.defaultValue(PropertyValue defaultValue)
Initializes the value for the
defaultValue attribute. |
ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.Builder.description(String description)
Initializes the value for the
description attribute. |
ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.Builder.label(String label)
Initializes the value for the
label attribute. |
ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.Builder.type(PropertyValue.PropertyType type)
Initializes the value for the
type attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.