Interface ScriptProcessor

  • All Known Subinterfaces:
    ScriptTransformer

    @ConsumerType
    public interface ScriptProcessor
    ScriptProcessor processes a script by minifying, obfuscating etc.
    • Method Detail

      • getName

        @Nonnull
        String getName()
        Name of this processor.
        Returns:
        the name
      • handles

        boolean handles​(@Nonnull
                        LibraryType type)
        Checks if this processor can handle the give library type. handles the file with the given extension
        Parameters:
        type - the type
        Returns:
        true if this processor handles the type