info.magnolia.i18nsystem.setup
Class RemoveHardcodedI18nPropertiesFromSubappsTask
java.lang.Object
info.magnolia.module.delta.AbstractTask
info.magnolia.module.delta.AbstractRepositoryTask
info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromSubappsTask
- All Implemented Interfaces:
- Task
public class RemoveHardcodedI18nPropertiesFromSubappsTask
- extends AbstractRemoveHardcodedI18nPropertiesTask
Removes deprecated i18n properties from all subapps under this app.
This will typically affect properties found in actions, actionbar and workbench.
Method Summary |
protected String[] |
getAppRelativePaths()
Subclasses will need to implement this abstract method to provide the paths relative to the module name under which one wants to remove such properties. |
RemoveHardcodedI18nPropertiesFromSubappsTask
public RemoveHardcodedI18nPropertiesFromSubappsTask(String appName)
getAppRelativePaths
protected String[] getAppRelativePaths()
- Description copied from class:
AbstractRemoveHardcodedI18nPropertiesTask
- Subclasses will need to implement this abstract method to provide the paths relative to the module name under which one wants to remove such properties.
All sub nodes under the provided paths will be searched recursively for the deprecated i18n properties.
- Specified by:
getAppRelativePaths
in class AbstractRemoveHardcodedI18nPropertiesTask
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.