类 cn.dreampie.coffeescript.compiler.CoffeeException
的使用

使用 CoffeeException 的软件包
cn.dreampie.coffeescript   
cn.dreampie.coffeescript.compiler   
 

cn.dreampie.coffeescriptCoffeeException 的使用
 

抛出 CoffeeExceptioncn.dreampie.coffeescript 中的方法
static void CoffeeScriptPlugin.main(String[] args)
           
 

cn.dreampie.coffeescript.compilerCoffeeException 的使用
 

抛出 CoffeeExceptioncn.dreampie.coffeescript.compiler 中的方法
 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 CoffeeScriptCompiler.execute()
          Execute the MOJO.
 



Copyright © 2014. All rights reserved.