Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addAdd(String) - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Add a file addition
- addMkdir(String) - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Add a directory
- addUpdate(String, String) - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Add a file update
B
- backup(TFile) - Method in interface org.alfresco.repo.module.tool.WarHelper
-
Backs up a given file or directory.
- backup(TFile) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
-
Backs up a given file or directory.
- BACKUP_DIR - Static variable in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Standard directories found in the alfresco war
C
- checkCompatibleEdition(TFile, ModuleDetails) - Method in interface org.alfresco.repo.module.tool.WarHelper
-
This checks to see if the module that is being installed is compatible with the war.
- checkCompatibleEdition(TFile, ModuleDetails) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
- checkCompatibleEditionUsingManifest(TFile, ModuleDetails) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
-
Checks to see if the module that is being installed is compatible with the war, (using the entry in the manifest).
- checkCompatibleVersion(TFile, ModuleDetails) - Method in interface org.alfresco.repo.module.tool.WarHelper
-
Checks to see if the module is compatible with the version of Alfresco.
- checkCompatibleVersion(TFile, ModuleDetails) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
- checkCompatibleVersionUsingManifest(TFile, ModuleDetails) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
-
Checks if the module is compatible using the entry in the manifest.
- checkModuleDependencies(TFile, ModuleDetails) - Method in interface org.alfresco.repo.module.tool.WarHelper
-
Checks the dependencies of this module
- checkModuleDependencies(TFile, ModuleDetails) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
- createModuleDetailsFromPropertiesStream(InputStream) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
-
Factory method to create module details from a stream of a properties file
- createModuleDetailsFromPropertiesStream(InputStream, LogOutput) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
-
Factory method to create module details from a stream of a properties file
- createModuleDetailsFromPropertyLocation(String) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
-
Creates a module details helper object based on a file location.
- createModuleDetailsFromPropertyLocation(String, LogOutput) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
-
Creates a module details helper object based on a file location.
- createModuleDetailsFromWarAndId(String, String) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
-
Creates a module details instance based on a war location and the module id
D
- disableModule(String, String) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
E
- enableModule(String, String) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
F
- findManifest(TFile) - Method in interface org.alfresco.repo.module.tool.WarHelper
-
Finds a war manifest file.
- findManifest(TFile) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
-
Finds a single attribute from a war manifest file.
- findManifestArtibute(TFile, String) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
-
Finds a single attribute from a war manifest file.
G
- getAdds() - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Get all the added files
- getFileLocation() - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Returns the location of the modifications file based on the module id
- getFilePathInWar() - Method in class org.alfresco.repo.module.tool.InstalledFiles
- getMkdirs() - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Gets a list of the dirs added during install
- getModuleDetails(TFile, String) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
-
Gets the module details for the specified module from the war.
- getModuleDetailsFileFromWarAndId(String, String) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
- getModuleDetailsOrAlias(TFile, ModuleDetails) - Method in interface org.alfresco.repo.module.tool.WarHelper
-
Gets the module details or an available alias
- getModuleDetailsOrAlias(TFile, ModuleDetails) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
- getModulePropertiesFileLocation(String, String) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
-
Gets the file location
- getModulePropertiesFilePathInWar(String) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
- getUpdates() - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Get all the updated files, key is the file that has been updated and the value is the location of the backup made before modification took place.
I
- info(Object) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
- InstalledFiles - Class in org.alfresco.repo.module.tool
-
Details of the files installed during a module installation into a WAR
- InstalledFiles(String, String) - Constructor for class org.alfresco.repo.module.tool.InstalledFiles
-
Constructor
- installModule(String, String) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Installs a given AMP file into a given WAR file.
- installModule(String, String, boolean, boolean, boolean) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Installs a given AMP file into a given WAR file.
- installModules(String, String) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Installs all modules within a folder into the given WAR file.
- installModules(String, String, boolean, boolean, boolean) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
- isShareWar(TFile) - Method in interface org.alfresco.repo.module.tool.WarHelper
-
Indicates if the war file specified is a "Share" war.
- isShareWar(TFile) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
- isVerbose() - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Indicates whether the management tool is currently in verbose reporting mode.
L
- listModules(TFile) - Method in interface org.alfresco.repo.module.tool.WarHelper
-
Lists all the currently installed modules in the WAR
- listModules(TFile) - Method in class org.alfresco.repo.module.tool.WarHelperImpl
-
Lists all the currently installed modules in the WAR
- listModules(String) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Lists all the currently installed modules in the WAR
- load() - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Loads the exisiting information about the installed files from the WAR
M
- main(String[]) - Static method in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Main
- MANIFEST_COMMUNITY - Static variable in class org.alfresco.repo.module.tool.WarHelperImpl
- MANIFEST_FILE - Static variable in class org.alfresco.repo.module.tool.WarHelperImpl
- MANIFEST_IMPLEMENTATION_TITLE - Static variable in class org.alfresco.repo.module.tool.WarHelperImpl
- MANIFEST_SHARE - Static variable in class org.alfresco.repo.module.tool.WarHelperImpl
- MANIFEST_SPECIFICATION_TITLE - Static variable in class org.alfresco.repo.module.tool.WarHelperImpl
- MANIFEST_SPECIFICATION_VERSION - Static variable in class org.alfresco.repo.module.tool.WarHelperImpl
- MODULE_CONFIG_IN_WAR - Static variable in interface org.alfresco.repo.module.tool.WarHelper
- MODULE_NAMESPACE_DIR - Static variable in interface org.alfresco.repo.module.tool.WarHelper
- ModuleDetailsHelper - Class in org.alfresco.repo.module.tool
-
Module details helper used by the module mangement tool
- ModuleDetailsHelper() - Constructor for class org.alfresco.repo.module.tool.ModuleDetailsHelper
- ModuleManagementTool - Class in org.alfresco.repo.module.tool
-
Module management tool.
- ModuleManagementTool() - Constructor for class org.alfresco.repo.module.tool.ModuleManagementTool
-
Constructor
O
- org.alfresco.repo.module.tool - package org.alfresco.repo.module.tool
R
- REGEX_NUMBER_OR_DOT - Static variable in class org.alfresco.repo.module.tool.WarHelperImpl
S
- save() - Method in class org.alfresco.repo.module.tool.InstalledFiles
-
Saves the current modification details into the WAR
- saveModuleDetails(String, ModuleDetails) - Static method in class org.alfresco.repo.module.tool.ModuleDetailsHelper
-
Saves the module details to the war in the correct location based on the module id
- setVerbose(boolean) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Sets the verbose setting for the mangement tool
T
- toString() - Method in class org.alfresco.repo.module.tool.InstalledFiles
U
- uninstallModule(String, String, boolean, boolean) - Method in class org.alfresco.repo.module.tool.ModuleManagementTool
-
Cleans the WAR file of all files relating to the currently installed version of the the Module.
V
- VERSION_PROPERTIES - Static variable in class org.alfresco.repo.module.tool.WarHelperImpl
W
- WarHelper - Interface in org.alfresco.repo.module.tool
-
Performs various actions on a war file or exploded war directory
- WarHelperImpl - Class in org.alfresco.repo.module.tool
-
Performs logic for the Module Management Tool.
- WarHelperImpl(LogOutput) - Constructor for class org.alfresco.repo.module.tool.WarHelperImpl
All Classes and Interfaces|All Packages|Constant Field Values