public class LoggingWhitelist implements MutableClassWhitelist
This class is not currently used, but can be installed to log a large number of missing entries from the whitelist and was used to track down the initial set.
Modifier and Type | Class and Description |
---|---|
static class |
LoggingWhitelist.Companion |
Modifier and Type | Field and Description |
---|---|
static LoggingWhitelist.Companion |
Companion |
Constructor and Description |
---|
LoggingWhitelist(ClassWhitelist delegate,
boolean global)
This class is not currently used, but can be installed to log a large number of missing entries from the whitelist
and was used to track down the initial set.
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Class<?> entry) |
ClassWhitelist |
getDelegate() |
boolean |
getGlobal() |
boolean |
hasListed(java.lang.Class<?> type) |
add
hasListed
public static LoggingWhitelist.Companion Companion
public LoggingWhitelist(ClassWhitelist delegate, boolean global)
This class is not currently used, but can be installed to log a large number of missing entries from the whitelist and was used to track down the initial set.
public boolean hasListed(java.lang.Class<?> type)
public void add(java.lang.Class<?> entry)
public ClassWhitelist getDelegate()
public boolean getGlobal()