| Interface | Description |
|---|---|
| EmbeddedScriptGenerator | |
| LessCompiler | |
| LessCompiler.Problem | |
| LessFunction |
Implement this interface to create custom less function.
|
| LessProblems |
Collects problems and suspicious things encountered by custom code.
|
| Class | Description |
|---|---|
| EmbeddedLessGenerator | |
| LessCompiler.CompilationResult | |
| LessCompiler.Configuration |
WARNING: experimental API
|
| LessCompiler.SourceMapConfiguration | |
| LessSource | |
| LessSource.AbstractHierarchicalSource | |
| LessSource.FileSource | |
| LessSource.StringSource | |
| LessSource.URLSource | |
| MultiPathFileSource |
Class that wraps the LESS code that could be located either on a file or given as a string.
|
| MultiPathStringSource |
Class that wraps the LESS code that could be located either on a file or given as a string.
|
| Enum | Description |
|---|---|
| LessCompiler.Problem.Type |
| Exception | Description |
|---|---|
| Less4jException | |
| LessSource.CannotReadFile | |
| LessSource.FileNotFound | |
| LessSource.StringSourceException |
Copyright © 2012-2015. All Rights Reserved.