public abstract class AbstractClassManager extends Object implements ClassManager
ClassManager that provides default implementations
of some methods.| Constructor and Description |
|---|
AbstractClassManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
setClassDefinition(String name,
byte[] def)
Sets a class definition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassDigest, setClassDefinitionpublic void setClassDefinition(String name, byte[] def)
ClassManagersetClassDefinition in interface ClassManagername - The fully qualified name of the class to define.def - The definition of the class.Copyright © 2016. All rights reserved.