Class NativeImageArgFile
java.lang.Object
org.springframework.boot.loader.tools.NativeImageArgFile
Class to work with the native-image argfile.
- Since:
- 3.0.0
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionNativeImageArgFile(Collection<String> excludes) Constructs a new instance with the given excludes.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwriteIfNecessary(org.springframework.util.function.ThrowingConsumer<List<String>> writer) Write the arguments file if it is necessary.
- 
Field Details- 
LOCATIONLocation of the argfile.- See Also:
 
 
- 
- 
Constructor Details- 
NativeImageArgFileConstructs a new instance with the given excludes.- Parameters:
- excludes- dependencies for which the reachability metadata should be excluded
 
 
- 
- 
Method Details