Class StringResources


  • public class StringResources
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StringResources()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String processStringResources​(java.lang.String inputValue)
      Processes String resource values in the same way real Android does, namely:- 1) Trim leading and trailing whitespace.
      • Methods inherited from class java.lang.Object

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

      • StringResources

        public StringResources()
    • Method Detail

      • processStringResources

        public static java.lang.String processStringResources​(java.lang.String inputValue)
        Processes String resource values in the same way real Android does, namely:- 1) Trim leading and trailing whitespace. 2) Converts code points. 3) Escapes