com.asual.lesscss
Class LessEngine

java.lang.Object
  extended by com.asual.lesscss.LessEngine

public class LessEngine
extends Object

Author:
Rostislav Hristov, Uriah Carpenter, Noah Sloan

Constructor Summary
LessEngine()
           
LessEngine(LessOptions options)
           
LessEngine(LessOptions options, ResourceLoader loader)
           
 
Method Summary
 String compile(File input)
           
 String compile(File input, boolean compress)
           
 void compile(File input, File output)
           
 void compile(File input, File output, boolean compress)
           
 String compile(String input)
           
 String compile(String input, String location)
           
 String compile(String input, String location, boolean compress)
           
 String compile(URL input)
           
 String compile(URL input, boolean compress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessEngine

public LessEngine()

LessEngine

public LessEngine(LessOptions options)

LessEngine

public LessEngine(LessOptions options,
                  ResourceLoader loader)
Method Detail

compile

public String compile(String input)
               throws LessException
Throws:
LessException

compile

public String compile(String input,
                      String location)
               throws LessException
Throws:
LessException

compile

public String compile(String input,
                      String location,
                      boolean compress)
               throws LessException
Throws:
LessException

compile

public String compile(URL input)
               throws LessException
Throws:
LessException

compile

public String compile(URL input,
                      boolean compress)
               throws LessException
Throws:
LessException

compile

public String compile(File input)
               throws LessException
Throws:
LessException

compile

public String compile(File input,
                      boolean compress)
               throws LessException
Throws:
LessException

compile

public void compile(File input,
                    File output)
             throws LessException,
                    IOException
Throws:
LessException
IOException

compile

public void compile(File input,
                    File output,
                    boolean compress)
             throws LessException,
                    IOException
Throws:
LessException
IOException


Copyright © 2013 Asual DZZD. All Rights Reserved.