de.matrixweb.smaller.lessjs
Class LessjsProcessor

java.lang.Object
  extended by de.matrixweb.smaller.lessjs.LessjsProcessor
All Implemented Interfaces:
Processor

public class LessjsProcessor
extends Object
implements Processor

Author:
markusw

Constructor Summary
LessjsProcessor()
           
LessjsProcessor(String version)
           
 
Method Summary
 Resource execute(Resource resource, Map<String,String> options)
           
 boolean supportsType(Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessjsProcessor

public LessjsProcessor()

LessjsProcessor

public LessjsProcessor(String version)
Parameters:
version -
Method Detail

supportsType

public boolean supportsType(Type type)
Specified by:
supportsType in interface Processor
See Also:
Processor.supportsType(de.matrixweb.smaller.resource.Type)

execute

public Resource execute(Resource resource,
                        Map<String,String> options)
                 throws IOException
Specified by:
execute in interface Processor
Throws:
IOException
See Also:
Processor.execute(de.matrixweb.smaller.resource.Resource, java.util.Map)


Copyright © 2012. All Rights Reserved.