|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
cn.dreampie.CoffeeScriptMojo
@Mojo(name="compile",
threadSafe=true,
defaultPhase=GENERATE_RESOURCES)
public class CoffeeScriptMojoCreated by ice on 14-11-17. author Dreampie phase generate-resources goal compile
| 字段摘要 | |
|---|---|
protected org.sonatype.plexus.build.incremental.BuildContext |
buildContext
component |
protected String[] |
excludes
List of files to exclude. |
protected String[] |
includes
List of files to include. |
protected File |
outputDirectory
The directory for compiled javascript. |
protected boolean |
skip
Whether to skip plugin execution. |
protected File |
sourceDirectory
The source directory containing the coffee sources. |
protected boolean |
watch
When true the plugin will watch for changes in coffee files and compile if it detects one. |
| 从接口 org.apache.maven.plugin.Mojo 继承的字段 |
|---|
ROLE |
| 构造方法摘要 | |
|---|---|
CoffeeScriptMojo()
|
|
| 方法摘要 | |
|---|---|
void |
execute()
|
| 从类 org.apache.maven.plugin.AbstractMojo 继承的方法 |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
@Component protected org.sonatype.plexus.build.incremental.BuildContext buildContext
@Parameter(defaultValue="${project.basedir}/src/main/coffeescript")
protected File sourceDirectory
@Parameter protected String[] includes
@Parameter protected String[] excludes
@Parameter(defaultValue="false") protected boolean skip
@Parameter(defaultValue="${project.build.directory}/javascript",
required=true)
protected File outputDirectory
@Parameter(defaultValue="false") protected boolean watch
true the plugin will watch for changes in coffee files and compile if it detects one.
| 构造方法详细信息 |
|---|
public CoffeeScriptMojo()
| 方法详细信息 |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||