C G I L S

C

com.github.marceloverdijk.lesscss4j - package com.github.marceloverdijk.lesscss4j
Provides classes for compiling LESS sources.
compile(String) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Compiles the LESS input String to CSS.
compile(File) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Compiles the LESS input File to CSS.
compile(File, File) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Compiles the LESS input File to CSS and writes it to the specified output File.
compile(File, File, boolean) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Compiles the LESS input File to CSS and writes it to the specified output File.
compile(LessSource) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Compiles the input LessSource to CSS.
compile(LessSource, File) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Compiles the input LessSource to CSS and writes it to the specified output File.
compile(LessSource, File, boolean) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Compiles the input LessSource to CSS and writes it to the specified output File.

G

getAbsolutePath() - Method in class com.github.marceloverdijk.lesscss4j.LessSource
Returns the absolute pathname of the LESS source.
getContent() - Method in class com.github.marceloverdijk.lesscss4j.LessSource
Returns the content of the LESS source.
getCustomJs() - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Returns the custom JavaScript files used by the compiler.
getEncoding() - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Returns the character encoding used by the compiler when writing the output File.
getEnvJs() - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Returns the Envjs JavaScript file used by the compiler.
getImports() - Method in class com.github.marceloverdijk.lesscss4j.LessSource
Returns the LESS sources imported by this LESS source.
getLastModified() - Method in class com.github.marceloverdijk.lesscss4j.LessSource
Returns the time that the LESS source was last modified.
getLastModifiedIncludingImports() - Method in class com.github.marceloverdijk.lesscss4j.LessSource
Returns the time that the LESS source, or one of its imports, was last modified.
getLessJs() - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Returns the LESS JavaScript file used by the compiler.
getNormalizedContent() - Method in class com.github.marceloverdijk.lesscss4j.LessSource
Returns the normalized content of the LESS source.

I

init() - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Initializes this LessCompiler.
isCompress() - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Returns whether the compiler will compress the CSS.

L

LessCompiler - Class in com.github.marceloverdijk.lesscss4j
The LESS compiler to compile LESS sources to CSS stylesheets.
LessCompiler() - Constructor for class com.github.marceloverdijk.lesscss4j.LessCompiler
Constructs a new LessCompiler.
LessException - Exception in com.github.marceloverdijk.lesscss4j
An exception that provides information on a LESS compilation error.
LessException(Throwable) - Constructor for exception com.github.marceloverdijk.lesscss4j.LessException
Constructs a new LessException.
LessException(String, Throwable) - Constructor for exception com.github.marceloverdijk.lesscss4j.LessException
Constructs a new LessException.
LessSource - Class in com.github.marceloverdijk.lesscss4j
Represents the metadata and content of a LESS source.
LessSource(File) - Constructor for class com.github.marceloverdijk.lesscss4j.LessSource
Constructs a new LessSource.

S

setCompress(boolean) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Sets the compiler to compress the CSS.
setCustomJs(URL) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Sets a single custom JavaScript file used by the compiler.
setCustomJs(List<URL>) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Sets the custom JavaScript files used by the compiler.
setEncoding(String) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Sets the character encoding used by the compiler when writing the output File.
setEnvJs(URL) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Sets the Envjs JavaScript file used by the compiler.
setLessJs(URL) - Method in class com.github.marceloverdijk.lesscss4j.LessCompiler
Sets the LESS JavaScript file used by the compiler.

C G I L S

Copyright © 2012. All Rights Reserved.