A B C D E G I M O R S T U V W
A
- AbstractCoffeeScript - cn.dreampie.coffeescript.compiler 中的 类
- Created by wangrenhui on 2014/7/11.
- AbstractCoffeeScript() -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 的构造方法
-
B
- buildContext -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的变量
- context
C
- cn.dreampie.coffeescript - 软件包 cn.dreampie.coffeescript
-
- cn.dreampie.coffeescript.compiler - 软件包 cn.dreampie.coffeescript.compiler
-
- CoffeeCompiler - cn.dreampie.coffeescript.compiler 中的 类
-
- CoffeeCompiler() -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 的构造方法
-
- CoffeeCompiler(List<Option>) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 的构造方法
-
- CoffeeException - cn.dreampie.coffeescript.compiler 中的 异常
-
- CoffeeException(String) -
异常 cn.dreampie.coffeescript.compiler.CoffeeException 的构造方法
-
- CoffeeException(String, Throwable) -
异常 cn.dreampie.coffeescript.compiler.CoffeeException 的构造方法
-
- CoffeeExecuteListener - cn.dreampie.coffeescript.compiler 中的 类
- Created by wangrenhui on 2014/7/22.
- CoffeeExecuteListener(CoffeeExecuteThread) -
类 cn.dreampie.coffeescript.compiler.CoffeeExecuteListener 的构造方法
-
- CoffeeExecuteThread - cn.dreampie.coffeescript.compiler 中的 类
- Created by wangrenhui on 2014/7/22.
- CoffeeExecuteThread(CoffeeScriptCompiler, int) -
类 cn.dreampie.coffeescript.compiler.CoffeeExecuteThread 的构造方法
-
- CoffeeScriptCompiler - cn.dreampie.coffeescript.compiler 中的 类
- Created by wangrenhui on 2014/7/11.
- CoffeeScriptCompiler() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 的构造方法
-
- CoffeeScriptPlugin - cn.dreampie.coffeescript 中的 类
- Created by wangrenhui on 2014/7/11.
- CoffeeScriptPlugin() -
类 cn.dreampie.coffeescript.CoffeeScriptPlugin 的构造方法
-
- CoffeeScriptPlugin(String, String) -
类 cn.dreampie.coffeescript.CoffeeScriptPlugin 的构造方法
-
- CoffeeScriptPlugin(CoffeeScriptCompiler) -
类 cn.dreampie.coffeescript.CoffeeScriptPlugin 的构造方法
-
- CoffeeScriptPlugin(int, CoffeeScriptCompiler) -
类 cn.dreampie.coffeescript.CoffeeScriptPlugin 的构造方法
-
- CoffeeSource - cn.dreampie.coffeescript.compiler 中的 类
- Created by wangrenhui on 2014/7/11.
- CoffeeSource(Resource) -
类 cn.dreampie.coffeescript.compiler.CoffeeSource 的构造方法
- Constructs a new
CoffeeSource.
- CoffeeSource(Resource, Charset) -
类 cn.dreampie.coffeescript.compiler.CoffeeSource 的构造方法
- Constructs a new
CoffeeSource.
- CoffeeSource(File) -
类 cn.dreampie.coffeescript.compiler.CoffeeSource 的构造方法
- Simple helper method to handle simple files.
- compile(String) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
-
- compile(String, String) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
-
- compile(File) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Compiles the COFFEE input
File to CSS.
- compile(File, File) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Compiles the COFFEE input
File to CSS and writes it to the specified output File.
- compile(File, File, boolean) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Compiles the COFFEE input
File to CSS and writes it to the specified output File.
- compile(CoffeeSource) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
-
- compile(CoffeeSource, File) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Compiles the input
CoffeeSource to CSS and writes it to the specified output File.
- compile(CoffeeSource, File, boolean) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Compiles the input
CoffeeSource to CSS and writes it to the specified output File.
- compile(File, String) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
-
- compile(File, File, String) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
-
D
- doBusiness() -
类 cn.dreampie.coffeescript.compiler.CoffeeExecuteThread 中的方法
-
E
- excludes -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的变量
- List of files to exclude.
- execute() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
- Execute the MOJO.
G
- getAbsolutePath() -
类 cn.dreampie.coffeescript.compiler.CoffeeSource 中的方法
- Returns the absolute pathname of the LESS source.
- getBuildContext() -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- getCoffeeJs() -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Returns the COFFEE JavaScript file used by the compiler.
- getCoffeeJs() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- getContent() -
类 cn.dreampie.coffeescript.compiler.CoffeeSource 中的方法
- Returns the content of the LESS source.
- getEncoding() -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Returns the character encoding used by the compiler when writing the output
File.
- getEncoding() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- getExcludes() -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- getIncludedFiles() -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
- Scans for the COFFEE sources that should be compiled.
- getIncludes() -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- getLastErrorModified() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- getLastModified() -
类 cn.dreampie.coffeescript.compiler.CoffeeSource 中的方法
- Returns the time that the LESS source was last modified.
- getName() -
类 cn.dreampie.coffeescript.compiler.CoffeeSource 中的方法
-
- getNodeExecutable() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- getNormalizedContent() -
类 cn.dreampie.coffeescript.compiler.CoffeeSource 中的方法
- Returns the normalized content of the LESS source.
- getOptionArgs() -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
-
- getOutputDirectory() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- getOutputFileFormat() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- getSourceDirectory() -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- getWatchInterval() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
I
- includes -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的变量
- List of files to include.
- isCompress() -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Returns whether the compiler will compress the CSS.
- isCompress() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- isForce() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- isSkip() -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- isWatch() -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
M
- main(String[]) -
类 cn.dreampie.coffeescript.CoffeeScriptPlugin 中的静态方法
-
O
- Option - cn.dreampie.coffeescript.compiler 中的 枚举
-
- Options - cn.dreampie.coffeescript.compiler 中的 类
-
- Options(Collection<Option>) -
类 cn.dreampie.coffeescript.compiler.Options 的构造方法
-
- outputDirectory -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的变量
- The directory for compiled CSS stylesheets.
R
- run() -
类 cn.dreampie.coffeescript.compiler.CoffeeExecuteThread 中的方法
-
S
- setArgs(String...) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setBuildContext(BuildContext) -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- setCoffeeJs(URL) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Sets the COFFEE JavaScript file used by the compiler.
- setCoffeeJs(File) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setCompress(boolean) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Sets the compiler to compress the CSS.
- setCompress(boolean) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setEncoding(String) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
- Sets the character encoding used by the compiler when writing the output
File.
- setEncoding(String) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setExcludes(String[]) -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- setForce(boolean) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setIncludes(String[]) -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- setLastErrorModified(long) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setNodeExecutable(String) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setOptionArgs(String...) -
类 cn.dreampie.coffeescript.compiler.CoffeeCompiler 中的方法
-
- setOutputDirectory(File) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setOutputFileFormat(String) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setSkip(boolean) -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- setSourceDirectory(File) -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的方法
-
- setWatch(boolean) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- setWatchInterval(int) -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的方法
-
- skip -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的变量
- Whether to skip plugin execution.
- sourceDirectory -
类 cn.dreampie.coffeescript.compiler.AbstractCoffeeScript 中的变量
- The source directory containing the COFFEE sources.
- start() -
类 cn.dreampie.coffeescript.CoffeeScriptPlugin 中的方法
-
- stop() -
类 cn.dreampie.coffeescript.CoffeeScriptPlugin 中的方法
-
T
- toJavaScript() -
类 cn.dreampie.coffeescript.compiler.Options 中的方法
-
U
- update(Observable, Object) -
类 cn.dreampie.coffeescript.compiler.CoffeeExecuteListener 中的方法
-
V
- valueOf(String) -
枚举 cn.dreampie.coffeescript.compiler.Option 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 cn.dreampie.coffeescript.compiler.Option 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
W
- watch -
类 cn.dreampie.coffeescript.compiler.CoffeeScriptCompiler 中的变量
- When
true the plugin will watch for changes in coffee files and compile if it detects one.
A B C D E G I M O R S T U V W
Copyright © 2014. All rights reserved.