| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePluginCache |
ImmutablePluginCache.Builder.build()
Builds a new
ImmutablePluginCache. |
static ImmutablePluginCache |
ImmutablePluginCache.copyOf(PluginCache instance)
Creates an immutable copy of a
PluginCache value. |
ImmutablePluginCache |
ImmutablePluginCache.withPluginDescriptors(Iterable<? extends PluginDescriptor> elements)
Copy the current immutable object with elements that replace the content of
pluginDescriptors. |
ImmutablePluginCache |
ImmutablePluginCache.withPluginDescriptors(PluginDescriptor... elements)
Copy the current immutable object with elements that replace the content of
pluginDescriptors. |
ImmutablePluginCache |
ImmutablePluginCache.withPluginJars(File... elements)
Copy the current immutable object with elements that replace the content of
pluginJars. |
ImmutablePluginCache |
ImmutablePluginCache.withPluginJars(Iterable<? extends File> elements)
Copy the current immutable object with elements that replace the content of
pluginJars. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.