クラス 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
ネストされたクラスの要約
クラス AbstractAotMojo から継承されたネストクラス / インターフェース
AbstractAotMojo.Errorsフィールドのサマリー
クラス AbstractDependencyFilterMojo から継承されたフィールド
projectインターフェース org.apache.maven.plugin.Mojo から継承されたフィールド
ROLEコンストラクターの概要
コンストラクターメソッドのサマリー
クラス AbstractAotMojo から継承されたメソッド
compileSourceFiles, copyAll, execute, generateAotAssets, getClassPath, getSessionクラス AbstractDependencyFilterMojo から継承されたメソッド
filterDependencies, getDependencyURLs, setExcludeGroupIds, setExcludes, setIncludes, toURLクラス org.apache.maven.plugin.AbstractMojo から継承されたメソッド
getLog, getPluginContext, setLog, setPluginContext
コンストラクターの詳細
ProcessAotMojo
@Inject public ProcessAotMojo(org.apache.maven.toolchain.ToolchainManager toolchainManager)
メソッドの詳細
executeAot
- 次で指定:
- クラス
AbstractAotMojoのexecuteAot - 例外:
ExceptionSE