- com.inet.lib.less - package com.inet.lib.less
-
- compile(URL, String, boolean) - Static method in class com.inet.lib.less.Less
-
Compile the less data from a string.
- compile(URL, String, boolean, ReaderFactory) - Static method in class com.inet.lib.less.Less
-
Compile the less data from a string.
- compile(URL, String, Map<String, String>) - Static method in class com.inet.lib.less.Less
-
Compile the less data from a string.
- compile(URL, String, Map<String, String>, ReaderFactory) - Static method in class com.inet.lib.less.Less
-
Compile the less data from a string.
- compile(File, boolean) - Static method in class com.inet.lib.less.Less
-
Compile the less data from a file.
- compile(File, boolean, ReaderFactory) - Static method in class com.inet.lib.less.Less
-
Compile the less data from a file.
- COMPRESS - Static variable in class com.inet.lib.less.Less
-
Key for compress option. true, if the CSS data should be compressed without any extra formating characters.
- create(URL) - Method in class com.inet.lib.less.ReaderFactory
-
Create a Reader for the given URL.