public interface WarHelper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MODULE_CONFIG_IN_WAR |
static java.lang.String |
MODULE_NAMESPACE_DIR |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCompatibleEdition(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
This checks to see if the module that is being installed is compatible with the war.
|
void |
checkCompatibleVersion(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
Checks to see if the module is compatible with the version of Alfresco.
|
void |
checkModuleDependencies(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
Checks the dependencies of this module
|
ModuleDetails |
getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
Gets the module details or an available alias
|
static final java.lang.String MODULE_NAMESPACE_DIR
static final java.lang.String MODULE_CONFIG_IN_WAR
ModuleDetails getModuleDetailsOrAlias(de.schlichtherle.truezip.file.TFile war, ModuleDetails installingModuleDetails)
war - a valid war file or exploded directory from a warinstallingModuleDetails - void checkModuleDependencies(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
war - installingModuleDetails - void checkCompatibleVersion(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
war - a valid war file or exploded directory from a warvoid checkCompatibleEdition(de.schlichtherle.truezip.file.TFile war,
ModuleDetails installingModuleDetails)
war - a valid war file or exploded directory from a warinstallingModuleDetails - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.