public static class FeatureImpl.AfterImageWriteAccessImpl extends FeatureImpl.FeatureAccessImpl implements org.graalvm.nativeimage.hosted.Feature.AfterImageWriteAccess
| Modifier and Type | Field and Description |
|---|---|
protected AbstractBootImage.NativeImageKind |
imageKind |
protected Path |
imagePath |
protected Path |
tempDirectory |
debugContext, featureHandler, imageClassLoader| Modifier and Type | Method and Description |
|---|---|
AbstractBootImage.NativeImageKind |
getImageKind() |
Path |
getImagePath() |
Path |
getTempDirectory() |
HostedUniverse |
getUniverse() |
findAnnotatedClasses, findAnnotatedFields, findAnnotatedMethods, findClassByName, findSubclasses, getDebugContext, getFeatureHandler, getImageClassLoaderprotected final Path imagePath
protected final Path tempDirectory
protected final AbstractBootImage.NativeImageKind imageKind
public HostedUniverse getUniverse()
public Path getImagePath()
getImagePath in interface org.graalvm.nativeimage.hosted.Feature.AfterImageWriteAccesspublic Path getTempDirectory()
public AbstractBootImage.NativeImageKind getImageKind()