Package ghidra.framework
Class ShutdownPriority
- java.lang.Object
-
- ghidra.framework.ShutdownPriority
-
public class ShutdownPriority extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ShutdownPriority
DISPOSE_DATABASES
static ShutdownPriority
DISPOSE_FILE_HANDLES
static ShutdownPriority
FIRST
static ShutdownPriority
LAST
static ShutdownPriority
SHUTDOWN_LOGGING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShutdownPriority
after()
ShutdownPriority
before()
-
-
-
Field Detail
-
FIRST
public static final ShutdownPriority FIRST
-
DISPOSE_DATABASES
public static final ShutdownPriority DISPOSE_DATABASES
-
DISPOSE_FILE_HANDLES
public static final ShutdownPriority DISPOSE_FILE_HANDLES
-
SHUTDOWN_LOGGING
public static final ShutdownPriority SHUTDOWN_LOGGING
-
LAST
public static final ShutdownPriority LAST
-
-
Method Detail
-
before
public ShutdownPriority before()
-
after
public ShutdownPriority after()
-
-