public static class FeatureImpl.AfterImageWriteAccessImpl extends FeatureImpl.FeatureAccessImpl implements org.graalvm.nativeimage.hosted.Feature.AfterImageWriteAccess
| Modifier and Type | Field and Description |
|---|---|
protected AbstractImage.NativeImageKind |
imageKind |
protected LinkerInvocation |
linkerInvocation |
protected Path |
tempDirectory |
debugContext, featureHandler, imageClassLoader| Modifier and Type | Method and Description |
|---|---|
AbstractImage.NativeImageKind |
getImageKind() |
Path |
getImagePath() |
List<String> |
getImageSymbols(boolean onlyGlobal) |
Path |
getTempDirectory() |
HostedUniverse |
getUniverse() |
findAnnotatedClasses, findAnnotatedFields, findAnnotatedMethods, findClassByName, findSubclasses, getApplicationClassLoader, getApplicationClassPath, getApplicationModulePath, getDebugContext, getFeatureHandler, getImageClassLoaderprotected final LinkerInvocation linkerInvocation
protected final Path tempDirectory
protected final AbstractImage.NativeImageKind imageKind
public HostedUniverse getUniverse()
public Path getImagePath()
getImagePath in interface org.graalvm.nativeimage.hosted.Feature.AfterImageWriteAccesspublic Path getTempDirectory()
public AbstractImage.NativeImageKind getImageKind()