Uses of Class
com.github.marceloverdijk.lesscss4j.LessSource

Uses of LessSource in com.github.marceloverdijk.lesscss4j
 

Methods in com.github.marceloverdijk.lesscss4j that return types with arguments of type LessSource
 Map<String,LessSource> LessSource.getImports()
          Returns the LESS sources imported by this LESS source.
 

Methods in com.github.marceloverdijk.lesscss4j with parameters of type LessSource
 String LessCompiler.compile(LessSource input)
          Compiles the input LessSource to CSS.
 void LessCompiler.compile(LessSource input, File output)
          Compiles the input LessSource to CSS and writes it to the specified output File.
 void LessCompiler.compile(LessSource input, File output, boolean force)
          Compiles the input LessSource to CSS and writes it to the specified output File.
 



Copyright © 2012. All Rights Reserved.