Interface FormatterFunc.NeedsFile

    • Method Detail

      • applyWithFile

        java.lang.String applyWithFile​(java.lang.String unix,
                                       java.io.File file)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • apply

        default java.lang.String apply​(java.lang.String unix,
                                       java.io.File file)
                                throws java.lang.Exception
        Specified by:
        apply in interface FormatterFunc
        Throws:
        java.lang.Exception
      • apply

        default java.lang.String apply​(java.lang.String unix)
                                throws java.lang.Exception
        Specified by:
        apply in interface FormatterFunc
        Throws:
        java.lang.Exception