org.jenkinsci.plugins.uithemes.less
Class LESSProcessor

java.lang.Object
  extended by org.jenkinsci.plugins.uithemes.less.LESSProcessor

public class LESSProcessor
extends Object

Author:
tom.fennelly@gmail.com

Constructor Summary
LESSProcessor()
           
 
Method Summary
 String process(org.lesscss.Resource lessResource)
           
 byte[] processToBytes(org.lesscss.Resource lessResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LESSProcessor

public LESSProcessor()
Method Detail

process

public String process(org.lesscss.Resource lessResource)
               throws IOException,
                      org.lesscss.LessException
Throws:
IOException
org.lesscss.LessException

processToBytes

public byte[] processToBytes(org.lesscss.Resource lessResource)
                      throws IOException,
                             org.lesscss.LessException
Throws:
IOException
org.lesscss.LessException


Copyright © 2004-2015. All Rights Reserved.