public class ExtensionManager extends Object
| Constructor and Description |
|---|
ExtensionManager(String extensionDirPath)
Creates a new extension manager for the given directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkAndCompileExtension(File workingDir,
String compileClassPath)
Checks if some Java source files are to be compiled in the extension
directory, and compile them if necessary.
|
public ExtensionManager(String extensionDirPath)