クラス AbstractAotMojo

java.lang.ObjectSE
org.apache.maven.plugin.AbstractMojo
org.springframework.boot.maven.AbstractDependencyFilterMojo
org.springframework.boot.maven.AbstractAotMojo
実装されたすべてのインターフェース:
org.apache.maven.plugin.ContextEnabledorg.apache.maven.plugin.Mojo
既知の直属サブクラス
ProcessAotMojoProcessTestAotMojo

public abstract class AbstractAotMojo extends AbstractDependencyFilterMojo
MOJO を処理する AOT の抽象基本クラス。
導入:
3.0.0
作成者:
Phillip Webb, Scott Frederick, Omar YAYA
  • コンストラクターの詳細

    • AbstractAotMojo

      public AbstractAotMojo()
  • メソッドの詳細

    • getSession

      protected final org.apache.maven.execution.MavenSession getSession()
      Maven 実行セッションを返します。
      戻り値:
      セッション
      導入:
      3.0.10
    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      例外:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • executeAot

      protected abstract void executeAot() throws ExceptionSE
      例外:
      ExceptionSE
    • generateAotAssets

      protected void generateAotAssets(URLSE[] classPath, StringSE processorClassName, StringSE... arguments) throws ExceptionSE
      例外:
      ExceptionSE
    • compileSourceFiles

      protected final void compileSourceFiles(URLSE[] classPath, FileSE sourcesDirectory, FileSE outputDirectory) throws ExceptionSE
      例外:
      ExceptionSE
    • getClassPath

      protected final URLSE[] getClassPath(FileSE[] directories, org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter... artifactFilters) throws org.apache.maven.plugin.MojoExecutionException
      例外:
      org.apache.maven.plugin.MojoExecutionException
    • copyAll

      protected final void copyAll(PathSE from, PathSE to) throws IOExceptionSE
      例外:
      IOExceptionSE