public class OfflineFileTransform extends Object
Typically run as part of an ANT task rather than when Ebean is running.
| Constructor and Description |
|---|
OfflineFileTransform(Transformer transformer,
ClassLoader classLoader,
String inDir)
Enhance the class file and replace the file with the the enhanced
version of the class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(Set<String> packageNames)
Process all the comma delimited list of packages.
|
void |
process(String packageNames)
Process the packageNames as comma delimited string.
|
void |
setListener(TransformationListener v)
Register a listener to receive event notification
|
public OfflineFileTransform(Transformer transformer, ClassLoader classLoader, String inDir)
transformer - object that actually transforms the class bytesclassLoader - the ClassLoader used as part of the transformationinDir - the root directory where the class files are locatedpublic void setListener(TransformationListener v)
public void process(String packageNames)
Copyright © 2019. All rights reserved.