public abstract class ClassModifier
extends java.lang.Object
Constructor and Description |
---|
ClassModifier() |
Modifier and Type | Method and Description |
---|---|
static void |
addMethods(java.lang.String className,
java.lang.String referenceName,
java.lang.String fieldName,
java.lang.String typeName,
boolean createBind,
boolean createUnbind,
java.lang.ClassLoader classLoader,
java.lang.String outputDirectory,
Log logger)
Add bind/unbind methods
|
public static void addMethods(java.lang.String className, java.lang.String referenceName, java.lang.String fieldName, java.lang.String typeName, boolean createBind, boolean createUnbind, java.lang.ClassLoader classLoader, java.lang.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-2014 The Apache Software Foundation. All Rights Reserved.