| Package | Description |
|---|---|
| org.glowroot.agent.live |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePointcutClassName.Builder |
ImmutablePointcutClassName.builder()
Creates a builder for
ImmutablePointcutClassName. |
ImmutablePointcutClassName.Builder |
ImmutablePointcutClassName.Builder.copyFrom(LiveWeavingServiceImpl.PointcutClassName instance)
Fill a builder with attribute values from the provided
PointcutClassName instance. |
ImmutablePointcutClassName.Builder |
ImmutablePointcutClassName.Builder.doNotMatchSubClasses(boolean doNotMatchSubClasses)
Initializes the value for the
doNotMatchSubClasses attribute. |
ImmutablePointcutClassName.Builder |
ImmutablePointcutClassName.Builder.nonPattern(String nonPattern)
Initializes the value for the
nonPattern attribute. |
ImmutablePointcutClassName.Builder |
ImmutablePointcutClassName.Builder.pattern(Pattern pattern)
Initializes the value for the
pattern attribute. |
ImmutablePointcutClassName.Builder |
ImmutablePointcutClassName.Builder.subTypeRestriction(LiveWeavingServiceImpl.PointcutClassName subTypeRestriction)
Initializes the value for the
subTypeRestriction attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.