public final class JkUtilsSystem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
IS_WINDOWS
Flag valuing
true if the running underlying ofSystem is
Windows. |
Modifier and Type | Method and Description |
---|---|
static void |
addOnExitAction(java.lang.Runnable runnable)
Adds an action to be executed when he JVM shuts down.
|
static java.util.List<java.nio.file.Path> |
classloaderEntries(java.net.URLClassLoader classLoader)
Returns the classpath of this classloader without mentioning classpath of
the parent classloaders.
|
public static final boolean IS_WINDOWS
true
if the running underlying ofSystem is
Windows.public static java.util.List<java.nio.file.Path> classloaderEntries(java.net.URLClassLoader classLoader)
public static void addOnExitAction(java.lang.Runnable runnable)