クラス ProcessAotMojo
java.lang.ObjectSE
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
アプリケーションで AOT エンジンを呼び出します。
- 導入:
- 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
- 次で指定:
- クラス
AbstractAotMojo
のexecuteAot
- 例外:
ExceptionSE