| Package | Description |
|---|---|
| org.glowroot.agent.live |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePointcutClassName |
ImmutablePointcutClassName.Builder.build()
Builds a new
ImmutablePointcutClassName. |
static ImmutablePointcutClassName |
ImmutablePointcutClassName.copyOf(LiveWeavingServiceImpl.PointcutClassName instance)
Creates an immutable copy of a
LiveWeavingServiceImpl.PointcutClassName value. |
ImmutablePointcutClassName |
ImmutablePointcutClassName.withDoNotMatchSubClasses(boolean value)
Copy the current immutable object by setting a value for the
doNotMatchSubClasses attribute. |
ImmutablePointcutClassName |
ImmutablePointcutClassName.withNonPattern(String value)
Copy the current immutable object by setting a value for the
nonPattern attribute. |
ImmutablePointcutClassName |
ImmutablePointcutClassName.withPattern(Pattern value)
Copy the current immutable object by setting a value for the
pattern attribute. |
ImmutablePointcutClassName |
ImmutablePointcutClassName.withSubTypeRestriction(LiveWeavingServiceImpl.PointcutClassName value)
Copy the current immutable object by setting a value for the
subTypeRestriction attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.