Class StringInterpolationProviderImpl

    • Constructor Detail

      • StringInterpolationProviderImpl

        public StringInterpolationProviderImpl()
    • Method Detail

      • modified

        protected void modified​(org.osgi.framework.BundleContext bundleContext,
                                StringInterpolationProviderConfiguration config)
        Modifies this component (called by SCR to update this component)
      • deactivate

        protected void deactivate​(org.osgi.framework.BundleContext bundleContext)
        Deactivates this component (called by SCR to take out of service)
      • substitute

        public String substitute​(String text)
        This is the method that is used by the Map Entries service to substitute values with the proper format
        Specified by:
        substitute in interface StringInterpolationProvider
        Parameters:
        text - Text to be converted
        Returns:
        Should be either the substituted text or the original given text