| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePluginConfig.Builder |
ImmutablePluginConfig.builder()
Creates a builder for
ImmutablePluginConfig. |
ImmutablePluginConfig.Builder |
ImmutablePluginConfig.Builder.copyFrom(PluginConfig instance)
Fill a builder with attribute values from the provided
PluginConfig instance. |
ImmutablePluginConfig.Builder |
ImmutablePluginConfig.Builder.pluginDescriptor(PluginDescriptor pluginDescriptor)
Initializes the value for the
pluginDescriptor attribute. |
ImmutablePluginConfig.Builder |
ImmutablePluginConfig.Builder.properties(Map<String,? extends PropertyValue> entries)
Sets or replaces all mappings from the specified map as entries for the
properties map. |
ImmutablePluginConfig.Builder |
ImmutablePluginConfig.Builder.putAllProperties(Map<String,? extends PropertyValue> entries)
Put all mappings from the specified map as entries to
properties map. |
ImmutablePluginConfig.Builder |
ImmutablePluginConfig.Builder.putProperties(Map.Entry<String,? extends PropertyValue> entry)
Put one entry to the
properties map. |
ImmutablePluginConfig.Builder |
ImmutablePluginConfig.Builder.putProperties(String key,
PropertyValue value)
Put one entry to the
properties map. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.