cn.dreampie.coffeescript
类 CoffeeScriptPlugin

java.lang.Object
  继承者 cn.dreampie.coffeescript.CoffeeScriptPlugin
所有已实现的接口:
com.jfinal.plugin.IPlugin

public class CoffeeScriptPlugin
extends Object
implements com.jfinal.plugin.IPlugin

Created by wangrenhui on 2014/7/11.


构造方法摘要
CoffeeScriptPlugin()
           
CoffeeScriptPlugin(CoffeeScriptCompiler coffeeScriptCompiler)
           
CoffeeScriptPlugin(int restartInterval, CoffeeScriptCompiler coffeeScriptCompiler)
           
CoffeeScriptPlugin(String in, String out)
           
 
方法摘要
static void main(String[] args)
           
 boolean start()
           
 boolean stop()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CoffeeScriptPlugin

public CoffeeScriptPlugin()

CoffeeScriptPlugin

public CoffeeScriptPlugin(String in,
                          String out)

CoffeeScriptPlugin

public CoffeeScriptPlugin(CoffeeScriptCompiler coffeeScriptCompiler)

CoffeeScriptPlugin

public CoffeeScriptPlugin(int restartInterval,
                          CoffeeScriptCompiler coffeeScriptCompiler)
方法详细信息

start

public boolean start()
指定者:
接口 com.jfinal.plugin.IPlugin 中的 start

stop

public boolean stop()
指定者:
接口 com.jfinal.plugin.IPlugin 中的 stop

main

public static void main(String[] args)
                 throws IOException,
                        CoffeeException
抛出:
IOException
CoffeeException


Copyright © 2014. All rights reserved.