public class SimpleClassMatcher extends Object implements ClassMatcher
| Constructor and Description |
|---|
SimpleClassMatcher(Collection<String> names) |
SimpleClassMatcher(String... className) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
public SimpleClassMatcher(String... className)
public SimpleClassMatcher(Collection<String> names)
public boolean match(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
match in interface ClassMatcherCopyright © 2018–2021. All rights reserved.