Class StringSubstituter

java.lang.Object
com.github.wasiqb.coteafs.config.util.StringSubstituter

public final class StringSubstituter
extends java.lang.Object
Since:
05-Oct-2019
Author:
Wasiq Bhamla
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String interpolate​(java.lang.String value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • interpolate

      public static java.lang.String interpolate​(java.lang.String value)
      Parameters:
      value -
      Returns:
      string
      Since:
      05-Oct-2019