| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePropertyDescriptor
Immutable implementation of
PropertyDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<PropertyDescriptor> |
PluginDescriptor.properties() |
com.google.common.collect.ImmutableList<PropertyDescriptor> |
ImmutablePluginDescriptor.properties() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePluginDescriptor.Builder |
ImmutablePluginDescriptor.Builder.addProperties(PropertyDescriptor... elements)
Adds elements to
properties list. |
ImmutablePluginDescriptor.Builder |
ImmutablePluginDescriptor.Builder.addProperties(PropertyDescriptor element)
Adds one element to
properties list. |
ImmutablePropertyDescriptor.Builder |
ImmutablePropertyDescriptor.Builder.copyFrom(PropertyDescriptor instance)
Fill a builder with attribute values from the provided
PropertyDescriptor instance. |
static ImmutablePropertyDescriptor |
ImmutablePropertyDescriptor.copyOf(PropertyDescriptor instance)
Creates an immutable copy of a
PropertyDescriptor value. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withProperties(PropertyDescriptor... elements)
Copy the current immutable object with elements that replace the content of
properties. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePluginDescriptor.Builder |
ImmutablePluginDescriptor.Builder.addAllProperties(Iterable<? extends PropertyDescriptor> elements)
Adds elements to
properties list. |
ImmutablePluginDescriptor.Builder |
ImmutablePluginDescriptor.Builder.properties(Iterable<? extends PropertyDescriptor> elements)
Sets or replaces all elements for
properties list. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withProperties(Iterable<? extends PropertyDescriptor> elements)
Copy the current immutable object with elements that replace the content of
properties. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.