Class LineExpander


  • public class LineExpander
    extends java.lang.Object
    Expand lines according to their suffix, e.g. foo/S becomes [foo, foos].
    Since:
    3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      LineExpander()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String cleanTags​(java.lang.String s)  
      java.util.List<java.lang.String> expandLine​(java.lang.String line)  
      • Methods inherited from class java.lang.Object

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

      • LineExpander

        public LineExpander()
    • Method Detail

      • expandLine

        public java.util.List<java.lang.String> expandLine​(java.lang.String line)
      • cleanTags

        private java.lang.String cleanTags​(java.lang.String s)