@Typed public class ClassDeactivation extends Object
ClassDeactivator
Modifier and Type | Method and Description |
---|---|
static boolean |
isClassActivated(Class targetClass)
Evaluates if the given class is active
|
static void |
setClassDeactivator(ClassDeactivator classDeactivator)
Allows to provide a custom
ClassDeactivator |
public static boolean isClassActivated(Class targetClass)
targetClass
- current classpublic static void setClassDeactivator(ClassDeactivator classDeactivator)
ClassDeactivator
classDeactivator
- class-deactivator which should be usedCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.