类 ProcessAotMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.springframework.boot.maven.AbstractDependencyFilterMojo
org.springframework.boot.maven.AbstractAotMojo
org.springframework.boot.maven.ProcessAotMojo
- 所有已实现的接口:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="process-aot",
defaultPhase=PREPARE_PACKAGE,
threadSafe=true,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
requiresDependencyCollection=COMPILE_PLUS_RUNTIME)
public class ProcessAotMojo
extends AbstractAotMojo
Invoke the AOT engine on the application.
- 从以下版本开始:
- 3.0.0
- 作者:
- Stephane Nicoll, Andy Wilkinson
-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.boot.maven.AbstractAotMojo
AbstractAotMojo.Errors
从类继承的嵌套类/接口 org.springframework.boot.maven.AbstractDependencyFilterMojo
AbstractDependencyFilterMojo.ExcludeTestScopeArtifactFilter, AbstractDependencyFilterMojo.RuntimeArtifactFilter
-
字段概要
从类继承的字段 org.springframework.boot.maven.AbstractDependencyFilterMojo
project
从接口继承的字段 org.apache.maven.plugin.Mojo
ROLE
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.boot.maven.AbstractAotMojo
compileSourceFiles, copyAll, execute, generateAotAssets, getClassPath, getSession
从类继承的方法 org.springframework.boot.maven.AbstractDependencyFilterMojo
filterDependencies, getDependencyURLs, setExcludeGroupIds, setExcludes, setIncludes, toURL
从类继承的方法 org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
构造器详细资料
-
ProcessAotMojo
public ProcessAotMojo()
-
-
方法详细资料
-
executeAot
- 指定者:
executeAot
在类中AbstractAotMojo
- 抛出:
Exception
-