Class PluginSandboxCheck
- java.lang.Object
-
- com.atlassian.confluence.impl.util.sandbox.misc.PluginSandboxCheck
-
public class PluginSandboxCheck extends Object
Core checks and analytics depend on the status of plugin sandboxes. This class knows how to check system properties to know if plugin sandboxes are enabled.This is not clean from design perspective, because core shouldn't care about how plugins work. But to do this properly, we need to first change sandbox API, which is planned in https://jira.atlassian.com/browse/CONFSRVDEV-7731
- Since:
- 6.12
-
-
Constructor Summary
Constructors Constructor Description PluginSandboxCheck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
documentConversionSandboxExplicitlyDisabled()
static boolean
pdfExportSandboxExplicitlyDisabled()
-