com.asual.lesscss
Class LessEngine
java.lang.Object
com.asual.lesscss.LessEngine
public class LessEngine
- extends Object
- Author:
- Rostislav Hristov, Uriah Carpenter, Noah Sloan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LessEngine
public LessEngine()
LessEngine
public LessEngine(LessOptions options)
LessEngine
public LessEngine(LessOptions options,
ResourceLoader loader)
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.