Class RdfFormatterFunc

    • Constructor Detail

      • RdfFormatterFunc

        public RdfFormatterFunc​(RdfFormatterStep.State state)
                         throws java.lang.ClassNotFoundException,
                                java.lang.NoSuchMethodException,
                                java.lang.reflect.InvocationTargetException,
                                java.lang.IllegalAccessException
        Throws:
        java.lang.ClassNotFoundException
        java.lang.NoSuchMethodException
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException
    • Method Detail

      • apply

        public java.lang.String apply​(java.lang.String input)
                               throws java.lang.Exception
        Specified by:
        apply in interface FormatterFunc
        Throws:
        java.lang.Exception
      • apply

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