| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePluginConfig |
ImmutablePluginConfig.Builder.build()
Builds a new
ImmutablePluginConfig. |
static ImmutablePluginConfig |
ImmutablePluginConfig.copyOf(PluginConfig instance)
Creates an immutable copy of a
PluginConfig value. |
ImmutablePluginConfig |
ImmutablePluginConfig.withPluginDescriptor(PluginDescriptor value)
Copy the current immutable object by setting a value for the
pluginDescriptor attribute. |
ImmutablePluginConfig |
ImmutablePluginConfig.withProperties(Map<String,? extends PropertyValue> entries)
Copy the current immutable object by replacing the
properties map with the specified map. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.