public abstract class ClassModifier extends Object
| Constructor and Description |
|---|
ClassModifier() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMethods(String className,
String referenceName,
String referenceType,
String fieldName,
String fieldType,
boolean createBind,
boolean createUnbind,
ClassLoader classLoader,
String outputDirectory,
Log logger)
Add bind/unbind methods
|
public static void addMethods(String className, String referenceName, String referenceType, String fieldName, String fieldType, 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 referencereferenceType - Type of the referencefieldName - Name of the fieldfieldType - Type of the fieldcreateBind - Name of the bind method or nullcreateUnbind - Name of the unbind method or nulloutputDirectory - Output directory where the class file is storedSCRDescriptorExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.