Type Params | Return Type | Name and description |
---|---|---|
|
GrooCSS.Configurer |
convert(File inf, File out) |
|
GrooCSS.Configurer |
convert(InputStream ins, OutputStream out, String charset1 = null) Processes a given InputStream and outputs to given OutputStream. |
|
GrooCSS.Configurer |
convert(Reader reader, PrintWriter writer) Processes a given Reader and outputs to given PrintWriter. |
|
String |
convert(String groocss, String charset1 = null) Processes a given groocss string and outputs as CSS string. |
|
GrooCSS |
process(Closure clos) Processes the given closure with built config. |
|
GrooCSS.Configurer |
process(InputStream ins, OutputStream out, String charset1 = null) Processes a given InputStream and outputs to given OutputStream. |
|
GrooCSS.Configurer |
process(Reader reader, PrintWriter writer) Processes a given Reader and outputs to given PrintWriter. |
|
GrooCSS.Configurer |
process(File inf, File out) Processes a given File and outputs to given out File. |
|
String |
process(String groocss, String charset1 = null) Processes a given groocss string and outputs as CSS string. |
|
GrooCSS |
runBlock(Closure clos) Processes the given closure with built config. |
Methods inherited from class | Name |
---|---|
class Config |
compress, convertUnderline, noExts, onlyMoz, onlyMs, onlyOpera, onlyWebkit, prettyPrint, useAsClass, useAsClasses, utf8, withProcessors |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Processes a given InputStream and outputs to given OutputStream.
Processes a given Reader and outputs to given PrintWriter.
Processes a given groocss string and outputs as CSS string.
Processes the given closure with built config.
Processes a given InputStream and outputs to given OutputStream.
Processes a given Reader and outputs to given PrintWriter.
Processes a given File and outputs to given out File.
Processes a given groocss string and outputs as CSS string.
Processes the given closure with built config.