public abstract class ClassModifier extends Object
Constructor and Description |
---|
ClassModifier() |
Modifier and Type | Method and Description |
---|---|
static void |
addMethods(String className,
String referenceName,
String fieldName,
String typeName,
boolean createBind,
boolean createUnbind,
ClassLoader classLoader,
String outputDirectory,
Log logger)
Add bind/unbind methods
|
public static void addMethods(String className, String referenceName, String fieldName, String typeName, boolean createBind, boolean createUnbind, ClassLoader classLoader, String outputDirectory, Log logger) throws SCRDescriptorException
className
- The class name in which the methods are injectedreferenceName
- Name of the referencefieldName
- Name of the fieldtypeName
- Name of the typecreateBind
- Name of the bind method or nullcreateUnbind
- Name of the unbind method or nulloutputDirectory
- Output directory where the class file is storedSCRDescriptorException
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.