- All Known Subinterfaces:
ScriptTransformer
ScriptProcessor
processes a script by minifying, obfuscating etc.
-
Field Summary
Fields
Name of the minify feature.
-
Method Summary
boolean
Checks if this processor can handle the give library type.
boolean
Processes the given input using the options.
-
Field Details
-
FEATURE_MINIFY
static final String FEATURE_MINIFY
Name of the minify feature.
- See Also:
-
-
Method Details
-
getName
Name of this processor.
- Returns:
- the name
-
handles
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
-
process
Processes the given input using the options.
- Parameters:
type
- the library type to process
source
- input source
output
- output writer
options
- processing options.
- Returns:
true
if the sources were processed
- Throws:
IOException
- if an I/O error occurs