Interface SubstPropsHandler.Convert

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean init​(java.lang.String prefix, java.util.Properties p)
      This is called once at creation time to provide this class with configuration information.
      java.lang.String map​(java.lang.String value)
      Map the value.
    • Method Detail

      • init

        boolean init​(java.lang.String prefix,
                     java.util.Properties p)
        This is called once at creation time to provide this class with configuration information. Any configuration parameters required in "p" are prefixed with [prefix].
      • map

        java.lang.String map​(java.lang.String value)
        Map the value.