Class LineConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean atLeastOneMatchOccured()  
      java.lang.String getOneLineReplacement​(java.lang.String text)  
      java.lang.String[] getReplacement​(java.lang.String text)
      Check if the specified text is matching some conversions rules.
      • Methods inherited from class java.lang.Object

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

      • getReplacement

        public java.lang.String[] getReplacement​(java.lang.String text)
        Check if the specified text is matching some conversions rules. If a rule matches, ask for line replacement.

        In case no rule can be applied, then the input text is returned without change.

        Parameters:
        text -
        Returns:
        String