| Package | Description |
|---|---|
| org.glowroot.agent.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.Builder.build()
Builds a new
ImmutablePluginDescriptor. |
static ImmutablePluginDescriptor |
ImmutablePluginDescriptor.copyOf(PluginDescriptor instance)
Creates an immutable copy of a
PluginDescriptor value. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withAspects(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
aspects. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withAspects(String... elements)
Copy the current immutable object with elements that replace the content of
aspects. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withCollocate(boolean value)
Copy the current immutable object by setting a value for the
collocate attribute. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withInstrumentationConfigs(InstrumentationConfig... elements)
Copy the current immutable object with elements that replace the content of
instrumentationConfigs. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withInstrumentationConfigs(Iterable<? extends InstrumentationConfig> elements)
Copy the current immutable object with elements that replace the content of
instrumentationConfigs. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withPluginJar(File value)
Copy the current immutable object by setting a value for the
pluginJar attribute. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withProperties(Iterable<? extends PropertyDescriptor> elements)
Copy the current immutable object with elements that replace the content of
properties. |
ImmutablePluginDescriptor |
ImmutablePluginDescriptor.withProperties(PropertyDescriptor... elements)
Copy the current immutable object with elements that replace the content of
properties. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.