public class LESSCache extends WeakHashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
LESSCache() |
Modifier and Type | Method and Description |
---|---|
String |
render(File lcssFile)
Convert a LESS CSS file into plain CSS
|
clear, containsKey, containsValue, entrySet, forEach, get, isEmpty, keySet, put, putAll, remove, replaceAll, size, values
clone, equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace
public String render(File lcssFile) throws LessException, IOException
lcssFile
- File with LESS CSSLessException
IOException
Copyright © 2019. All rights reserved.