Class SubstPropsHandler.LowerCase

    • Constructor Summary

      Constructors 
      Constructor Description
      LowerCase()  
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LowerCase

        public LowerCase()
    • Method Detail

      • init

        public boolean init​(java.lang.String prefix,
                            java.util.Properties p)
        Description copied from interface: SubstPropsHandler.Convert
        This is called once at creation time to provide this class with configuration information. Any configuration parameters required in "p" are prefixed with [prefix].
        Specified by:
        init in interface SubstPropsHandler.Convert