Package | Description |
---|---|
info.magnolia.module | |
info.magnolia.module.model.reader | |
info.magnolia.module.ui |
Modifier and Type | Method and Description |
---|---|
void |
ModuleManager.checkForInstallOrUpdates()
Checks if we need to do any module installation, update or uninstall.
|
List<ModuleDefinition> |
ModuleManagerImpl.loadDefinitions() |
List<ModuleDefinition> |
ModuleManager.loadDefinitions()
Loads modules definitions, validates dependencies and sorts modules
by dependencies.
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleDependencyException
Thrown when a module dependency is missing or present with an unsupported version.
|
Modifier and Type | Method and Description |
---|---|
ModuleDefinition |
ModuleDefinitionReader.read(Reader in) |
ModuleDefinition |
BetwixtModuleDefinitionReader.read(Reader in) |
Map<String,ModuleDefinition> |
ModuleDefinitionReader.readAll()
Reads all found module definitions.
|
Map<String,ModuleDefinition> |
BetwixtModuleDefinitionReader.readAll() |
ModuleDefinition |
ModuleDefinitionReader.readFromResource(String resourcePath) |
ModuleDefinition |
BetwixtModuleDefinitionReader.readFromResource(String resourcePath) |
Modifier and Type | Method and Description |
---|---|
boolean |
ModuleManagerWebUI.execute(Writer out,
String command) |
boolean |
ModuleManagerUI.execute(Writer out,
String command) |
boolean |
ModuleManagerNullUI.execute(Writer out,
String command) |
void |
ModuleManagerUI.onStartup() |
void |
ModuleManagerNullUI.onStartup() |
protected void |
ModuleManagerWebUI.render(String templateName,
Writer out) |
void |
ModuleManagerWebUI.renderTempPage(Writer out) |
void |
ModuleManagerUI.renderTempPage(Writer out)
Not used anymore since 4.4 - but keeping this around; in the future, we might re-use this,
as the page shown to regular users while the Magnolia instance is being updated by an admin;
only admin(s) would have access to the update status pages.
|
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.