Page tree

 

Java System Properties allow to configure the app globally. These properties can be set with the start of the Java Virtual Machine (JVM).

System Properties defined by Userscripts for Confluence can be set via the System Property Service at runtime or via the standard options provided by the Java Virtual Machine.

Parameters of this Type

The app defines the following system properties.

Safe Mode (since V2.4)
de.smartics.userscripts.system.safeMode (Boolean)
Prevents the execution of the app at system level.

References

Evidence for the information is available by the following references.

The java Command

Contains documentation how to specify a system property on the command line.

Spoiler alert: -DsystemPropertyName=systemPropertyValue

System Properties

Documentation on Java System Properties.