Class NoOpTextCompressor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String compress​(java.lang.String original)
      Remove comments and white spaces from the text resource
      • Methods inherited from class java.lang.Object

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

      • NoOpTextCompressor

        public NoOpTextCompressor()
    • Method Detail

      • compress

        public java.lang.String compress​(java.lang.String original)
        Description copied from interface: ITextResourceCompressor
        Remove comments and white spaces from the text resource
        Specified by:
        compress in interface ITextResourceCompressor
        Returns:
        compressed text resource