Package | Description |
---|---|
org.openimaj.aop | |
org.openimaj.aop.classloader | |
org.openimaj.citation | |
org.openimaj.experiment.agent |
Constructor and Description |
---|
MultiTransformClassFileTransformer(ClassTransformer t1,
ClassTransformer... transformers)
Construct with the given
ClassTransformer s. |
MultiTransformClassFileTransformer(ClassTransformer t1,
ClassTransformer... transformers)
Construct with the given
ClassTransformer s. |
Modifier and Type | Method and Description |
---|---|
static boolean |
ClassLoaderTransform.run(Class<?> clz,
String[] args,
ClassTransformer transformer,
ClassTransformer... transformers)
If the the given class has not already been loaded in by
Loader ,
load it in a newly created Loader that is configured to apply the
given transform(s), run the main method and return true. |
static boolean |
ClassLoaderTransform.run(Class<?> clz,
String[] args,
ClassTransformer transformer,
ClassTransformer... transformers)
If the the given class has not already been loaded in by
Loader ,
load it in a newly created Loader that is configured to apply the
given transform(s), run the main method and return true. |
Modifier and Type | Class and Description |
---|---|
class |
ReferencesClassTransformer
ClassTransformer that dynamically augments classes and methods
annotated with Reference or References annotations to
register the annotations with a global listener if the class is constructed,
or the method is invoked. |
Modifier and Type | Class and Description |
---|---|
class |
TimeClassTransformer
ClassFileTransformer that dynamically augments classes and methods
annotated with Time annotations in order to register and collect the
method timing information. |