public interface PluginCompatibilityHandlerInterface
This interface allows to implement compatibility features of a plug-in in case of changing plug-in identifier.
- Since:
- Omix 1.7.1
- Author:
- Dr. Peter Droste
-
Method Summary
Modifier and Type Method Description String[]
getPluginSubstitutions(String identifier)
Exchanges the old plug-in identifier by the new one.
-
Method Details
-
getPluginSubstitutions
Exchanges the old plug-in identifier by the new one.- Parameters:
identifier
- old identifier of the plug-in- Returns:
- new identifiers or null if not applicable
-