Class ScriptUtils
java.lang.Object
org.freeplane.plugin.script.proxy.ScriptUtils
Various utilities for use in scripting, especially in utility scripts.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Proxy.Controller
c()
a substitute for the binding variable 'c' in utility scripts.static <T> T
ignoreCycles
(Supplier<T> closure) Executes given closure.static Proxy.Node
node()
a substitute for the binding variable 'node' in utility scripts.
-
Constructor Details
-
ScriptUtils
public ScriptUtils()
-
-
Method Details
-
c
a substitute for the binding variable 'c' in utility scripts.- Since:
- 1.3.2_03
-
node
a substitute for the binding variable 'node' in utility scripts.- Since:
- 1.3.2_03
-
ignoreCycles
Executes given closure. If there are any cyclic dependencies formulas are skipped and no warnings or exceptions are thrown. Statically imported by default- Since:
- 1.7.4
-