| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.Builder.build()
Builds a new
ImmutablePropertyDescriptor. |
static ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.copyOf(PropertyDescriptor instance)
Creates an immutable copy of a
PropertyDescriptor value. |
ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.withCheckboxLabel(String value)
Copy the current immutable object by setting a value for the
checkboxLabel attribute. |
ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.withDefaultValue(PropertyValue value)
Copy the current immutable object by setting a value for the
defaultValue attribute. |
ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.withType(PropertyValue.PropertyType value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.