public class Db4oFileEnhancer
extends java.lang.Object
| Constructor and Description |
|---|
Db4oFileEnhancer() |
public void enhance(java.lang.String sourceDir,
java.lang.String targetDir)
throws java.lang.Exception
sourceDir - the source directory of the class files that are to be enhanced.targetDir - the target directory where the enhanced files are to be placesjava.lang.Exceptionpublic void enhance(java.io.File sourceDir,
java.io.File targetDir)
throws java.lang.Exception
sourceDir - the source directory of the class files that are to be enhanced.targetDir - the target directory where the enhanced files are to be placesjava.lang.Exception