public abstract class AbstractClassTransformer extends Object
Modifier and Type | Field and Description |
---|---|
protected static List<String> |
ALWAYS_IGNORED |
protected List<String> |
USER_IGNORED |
Constructor and Description |
---|
AbstractClassTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
resetPackagesToIgnore() |
void |
setPackagesToIgnore(List<String> packagesToIgnore) |
protected boolean |
shouldIgnore(String className) |
Copyright © 2007–2014. All rights reserved.