| Package | Description |
|---|---|
| com.caucho.quercus | |
| com.caucho.quercus.module |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ModuleInfo> |
QuercusContext.getModules() |
| Modifier and Type | Method and Description |
|---|---|
ModuleInfo |
ModuleContext.addModule(java.lang.String name,
QuercusModule module)
Adds module info.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ModuleInfo> |
ModuleContext.getModules()
Returns the configured modules
|