| Package | Description |
|---|---|
| org.glowroot.agent.live |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePointcutClassName
Immutable implementation of
LiveWeavingServiceImpl.PointcutClassName. |
| Modifier and Type | Method and Description |
|---|---|
static LiveWeavingServiceImpl.PointcutClassName |
LiveWeavingServiceImpl.PointcutClassName.fromMaybePattern(String maybePattern,
LiveWeavingServiceImpl.PointcutClassName subTypeRestriction,
boolean doNotMatchSubClasses) |
static LiveWeavingServiceImpl.PointcutClassName |
LiveWeavingServiceImpl.PointcutClassName.fromNonPattern(String nonPattern,
LiveWeavingServiceImpl.PointcutClassName subTypeRestrictionPointcutClassName,
boolean doNotMatchSubClasses) |
static LiveWeavingServiceImpl.PointcutClassName |
LiveWeavingServiceImpl.PointcutClassName.fromPattern(Pattern pattern,
LiveWeavingServiceImpl.PointcutClassName subTypeRestrictionPointcutClassName,
boolean doNotMatchSubClasses) |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePointcutClassName.Builder |
ImmutablePointcutClassName.Builder.copyFrom(LiveWeavingServiceImpl.PointcutClassName instance)
Fill a builder with attribute values from the provided
PointcutClassName instance. |
static ImmutablePointcutClassName |
ImmutablePointcutClassName.copyOf(LiveWeavingServiceImpl.PointcutClassName instance)
Creates an immutable copy of a
LiveWeavingServiceImpl.PointcutClassName value. |
static LiveWeavingServiceImpl.PointcutClassName |
LiveWeavingServiceImpl.PointcutClassName.fromMaybePattern(String maybePattern,
LiveWeavingServiceImpl.PointcutClassName subTypeRestriction,
boolean doNotMatchSubClasses) |
static LiveWeavingServiceImpl.PointcutClassName |
LiveWeavingServiceImpl.PointcutClassName.fromNonPattern(String nonPattern,
LiveWeavingServiceImpl.PointcutClassName subTypeRestrictionPointcutClassName,
boolean doNotMatchSubClasses) |
static LiveWeavingServiceImpl.PointcutClassName |
LiveWeavingServiceImpl.PointcutClassName.fromPattern(Pattern pattern,
LiveWeavingServiceImpl.PointcutClassName subTypeRestrictionPointcutClassName,
boolean doNotMatchSubClasses) |
ImmutablePointcutClassName.Builder |
ImmutablePointcutClassName.Builder.subTypeRestriction(LiveWeavingServiceImpl.PointcutClassName subTypeRestriction)
Initializes the value for the
subTypeRestriction attribute. |
ImmutablePointcutClassName |
ImmutablePointcutClassName.withSubTypeRestriction(LiveWeavingServiceImpl.PointcutClassName value)
Copy the current immutable object by setting a value for the
subTypeRestriction attribute. |
| Modifier and Type | Method and Description |
|---|---|
static void |
LiveWeavingServiceImpl.initialReweave(Set<LiveWeavingServiceImpl.PointcutClassName> pointcutClassNames,
Class<?>[] initialLoadedClasses,
Instrumentation instrumentation) |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.