public class WildflyPlatform extends Object implements PlatformProvider
Constructor and Description |
---|
WildflyPlatform() |
Modifier and Type | Method and Description |
---|---|
void |
exit(Throwable cause) |
File |
getTmpDirectory() |
void |
onShutdown(Runnable shutdownHook) |
void |
onStartup(Runnable startupHook) |
public void onStartup(Runnable startupHook)
onStartup
in interface PlatformProvider
public void onShutdown(Runnable shutdownHook)
onShutdown
in interface PlatformProvider
public void exit(Throwable cause)
exit
in interface PlatformProvider
public File getTmpDirectory()
getTmpDirectory
in interface PlatformProvider
Copyright © 2021 JBoss by Red Hat. All rights reserved.