com.atlassian.jira.web.less
Class LessCompiler

java.lang.Object
  extended by com.atlassian.jira.web.less.LessCompiler

public class LessCompiler
extends Object

The LESS compiler.

Safe for concurrent access.

Since:
v5.0, v4.3

Constructor Summary
LessCompiler()
           
 
Method Summary
 String compile(String location, Loader loader, String input, boolean compress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessCompiler

public LessCompiler()
             throws IOException
Throws:
IOException
Method Detail

compile

public String compile(String location,
                      Loader loader,
                      String input,
                      boolean compress)


Copyright © 2002-2012 Atlassian. All Rights Reserved.