@ConsumerType public interface ScriptTransformer extends ScriptProcessor
ScriptTransformer is an extension to the script processor which operates on script collections.FEATURE_MINIFY| Modifier and Type | Method and Description |
|---|---|
Collection<ScriptResource> |
process(HtmlLibrary library,
Collection<ScriptResource> sources,
Map<String,String> options)
Processes the given input using the options.
|
getName, handles, process@Nonnull Collection<ScriptResource> process(@Nonnull HtmlLibrary library, @Nonnull Collection<ScriptResource> sources, @Nonnull Map<String,String> options) throws IOException
library - the library that is processedsources - input sourcesoptions - processing options.sources if not modified.IOException - if an I/O error occursCopyright © 2010 - 2020 Adobe. All Rights Reserved