| 程序包 | 说明 |
|---|---|
| cn.dreampie.common.plugin.coffeescript | |
| cn.dreampie.common.plugin.coffeescript.compiler |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
CoffeeScriptPlugin.main(String[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
CoffeeCompiler.compile(CoffeeSource input) |
void |
CoffeeCompiler.compile(CoffeeSource input,
File output)
Compiles the input
CoffeeSource to CSS and writes it to the specified output File. |
void |
CoffeeCompiler.compile(CoffeeSource input,
File output,
boolean force)
Compiles the input
CoffeeSource to CSS and writes it to the specified output File. |
String |
CoffeeCompiler.compile(File input)
Compiles the COFFEE input
File to CSS. |
void |
CoffeeCompiler.compile(File input,
File output)
Compiles the COFFEE input
File to CSS and writes it to the specified output File. |
void |
CoffeeCompiler.compile(File input,
File output,
boolean force)
Compiles the COFFEE input
File to CSS and writes it to the specified output File. |
void |
CoffeeCompiler.compile(File input,
File output,
String name) |
String |
CoffeeCompiler.compile(File input,
String name) |
String |
CoffeeCompiler.compile(String coffeeScriptSource) |
String |
CoffeeCompiler.compile(String coffeeScriptSource,
String name) |
void |
CoffeeScriptList.execute() |
void |
CoffeeScriptCompiler.execute()
Execute the MOJO.
|
Copyright © 2014. All rights reserved.