类 FileNativeConfigurationWriter
java.lang.Object
cn.taketoday.aot.nativex.NativeConfigurationWriter
cn.taketoday.aot.nativex.FileNativeConfigurationWriter
A
NativeConfigurationWriter implementation that writes the
configuration to disk.- 从以下版本开始:
- 4.0
- 作者:
- Sebastien Deleuze, Stephane Nicoll
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明FileNativeConfigurationWriter(Path basePath) FileNativeConfigurationWriter(Path basePath, String groupId, String artifactId) -
方法概要
修饰符和类型方法说明private FilecreateIfNecessary(String filename) private BasicJsonWritercreateJsonWriter(Writer out) protected voidwriteTo(String fileName, Consumer<BasicJsonWriter> writer) Write the specified GraalVM native configuration file, using the providedBasicJsonWriter.从类继承的方法 cn.taketoday.aot.nativex.NativeConfigurationWriter
write
-
字段详细资料
-
basePath
-
groupId
-
artifactId
-
-
构造器详细资料
-
FileNativeConfigurationWriter
-
FileNativeConfigurationWriter
-
-
方法详细资料
-
writeTo
从类复制的说明:NativeConfigurationWriterWrite the specified GraalVM native configuration file, using the providedBasicJsonWriter.- 指定者:
writeTo在类中NativeConfigurationWriter- 参数:
fileName- the name of the filewriter- a consumer for the writer to use
-
createIfNecessary
- 抛出:
IOException
-
createJsonWriter
-