类 InfraTestAotProcessor
java.lang.Object
cn.taketoday.context.aot.AbstractAotProcessor<Void>
cn.taketoday.test.context.aot.TestAotProcessor
cn.taketoday.framework.test.context.InfraTestAotProcessor
Entry point for AOT processing of a Infra application's tests.
For internal use only.
- 从以下版本开始:
- 4.0
- 作者:
- Andy Wilkinson, Harry Yang
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.context.aot.AbstractAotProcessor
cn.taketoday.context.aot.AbstractAotProcessor.Settings -
构造器概要
构造器构造器说明InfraTestAotProcessor(Set<Path> classpathRoots, cn.taketoday.context.aot.AbstractAotProcessor.Settings settings) Create a new processor for the specified test classpath roots and general settings. -
方法概要
从类继承的方法 cn.taketoday.test.context.aot.TestAotProcessor
doProcess, getClasspathRoots, performAotProcessing, scanClasspathRoots从类继承的方法 cn.taketoday.context.aot.AbstractAotProcessor
createFileSystemGeneratedFiles, deleteExistingOutput, getSettings, process, writeHints
-
构造器详细资料
-
InfraTestAotProcessor
public InfraTestAotProcessor(Set<Path> classpathRoots, cn.taketoday.context.aot.AbstractAotProcessor.Settings settings) Create a new processor for the specified test classpath roots and general settings.- 参数:
classpathRoots- the classpath roots to scan for test classessettings- the general AOT processor settings
-
-
方法详细资料
-
main
-