Method Summary |
|
public void | addEnhancer(ClassEnhancer enhancer) Adds a class enhancer. |
final public Path | getPostWorkPath() Gets the work path. |
final public Path | getPreWorkPath() Gets the work path. |
public Path | getWorkPath() Gets the work path. |
public void | renameClass(String sourceClass, String targetClass) Moves the old class. |
protected JavaClass | renameClass(JavaClass jClass, String targetClass) Moves the old class. |
public void | setClassLoader(ClassLoader loader) Sets the class loader. |
public void | setWorkPath(Path workPath) Sets the work path. |