Interface ScriptTransformer

    • Method Detail

      • process

        @Nonnull
        java.util.Collection<ScriptResource> process​(@Nonnull
                                                     HtmlLibrary library,
                                                     @Nonnull
                                                     java.util.Collection<ScriptResource> sources,
                                                     @Nonnull
                                                     java.util.Map<java.lang.String,​java.lang.String> options)
                                              throws java.io.IOException
        Processes the given input using the options.
        Parameters:
        library - the library that is processed
        sources - input sources
        options - processing options.
        Returns:
        The processed sources or sources if not modified.
        Throws:
        java.io.IOException - if an I/O error occurs