Class PluginSandboxCheck
java.lang.Object
com.atlassian.confluence.impl.util.sandbox.misc.PluginSandboxCheck
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
-
Constructor Details
-
PluginSandboxCheck
public PluginSandboxCheck()
-
-
Method Details
-
documentConversionSandboxExplicitlyDisabled
public static boolean documentConversionSandboxExplicitlyDisabled() -
pdfExportSandboxExplicitlyDisabled
public static boolean pdfExportSandboxExplicitlyDisabled()
-