public class Unsafe extends Object
This class is excluded from the check, so methods called via this class will not fail the build.
| Modifier | Constructor and Description |
|---|---|
private |
Unsafe() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear(StringWriter sw)
Clears the contents of a
StringWriter. |
static void |
notifyAll(Object o)
Calls
Object.notifyAll(). |
static void |
systemExit(int status)
Calls
System.exit(int). |
static void |
wait(Object o)
Calls
Object.wait(). |
public static void systemExit(int status)
System.exit(int).public static void notifyAll(Object o)
Object.notifyAll().public static void wait(Object o) throws InterruptedException
Object.wait().InterruptedExceptionpublic static void clear(StringWriter sw)
StringWriter.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.