クラス ProcessTestAotMojo
java.lang.ObjectSE
org.apache.maven.plugin.AbstractMojo
org.springframework.boot.maven.AbstractDependencyFilterMojo
org.springframework.boot.maven.AbstractAotMojo
org.springframework.boot.maven.ProcessTestAotMojo
- 実装済みのインターフェース一覧:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="process-test-aot",
defaultPhase=PROCESS_TEST_CLASSES,
threadSafe=true,
requiresDependencyResolution=TEST,
requiresDependencyCollection=TEST)
public class ProcessTestAotMojo
extends AbstractAotMojo
テストで AOT エンジンを呼び出します。
- 導入:
- 3.0.0
- 作成者:
- Phillip Webb
ネストされたクラスの概要
クラス AbstractAotMojo から継承されたネストクラス / インターフェース
AbstractAotMojo.Errorsクラス AbstractDependencyFilterMojo から継承されたネストクラス / インターフェース
AbstractDependencyFilterMojo.ExcludeTestScopeArtifactFilterフィールド概要
クラス AbstractDependencyFilterMojo から継承されたフィールド
projectインターフェース org.apache.maven.plugin.Mojo から継承されたフィールド
ROLEコンストラクター概要
コンストラクターコンストラクター説明ProcessTestAotMojo(org.apache.maven.toolchain.ToolchainManager toolchainManager, org.eclipse.aether.RepositorySystem repositorySystem) 方法の概要
クラス AbstractAotMojo から継承されたメソッド
compileSourceFiles, copyAll, execute, generateAotAssets, getClassPath, getSessionクラス AbstractDependencyFilterMojo から継承されたメソッド
filterDependencies, getDependencyURLs, setExcludeGroupIds, setExcludes, setIncludes, toURLクラス org.apache.maven.plugin.AbstractMojo から継承されたメソッド
getLog, getPluginContext, setLog, setPluginContext
コンストラクターの詳細
ProcessTestAotMojo
@Inject public ProcessTestAotMojo(org.apache.maven.toolchain.ToolchainManager toolchainManager, org.eclipse.aether.RepositorySystem repositorySystem)
方法の詳細
executeAot
- 次で指定:
- クラス
AbstractAotMojoのexecuteAot - 例外:
ExceptionSE
getClassPath
- 例外:
ExceptionSE