public class AnalyzedWorld extends Object
| Constructor and Description |
|---|
AnalyzedWorld(com.google.common.base.Supplier<List<org.glowroot.agent.weaving.Advice>> advisors,
List<org.glowroot.agent.weaving.ShimType> shimTypes,
List<org.glowroot.agent.weaving.MixinType> mixinTypes,
PreloadSomeSuperTypesCache preloadSomeSuperTypesCache) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getClassesWithReweavableAdvice(boolean remove) |
com.google.common.collect.ImmutableList<ClassLoader> |
getClassLoaders() |
void |
removeClasses(Iterable<Class<?>> classes) |
public AnalyzedWorld(com.google.common.base.Supplier<List<org.glowroot.agent.weaving.Advice>> advisors, List<org.glowroot.agent.weaving.ShimType> shimTypes, List<org.glowroot.agent.weaving.MixinType> mixinTypes, PreloadSomeSuperTypesCache preloadSomeSuperTypesCache)
public com.google.common.collect.ImmutableList<ClassLoader> getClassLoaders()
Copyright © 2011–2020 Glowroot contributors. All rights reserved.