Uses of Class
org.opennms.netmgt.integrations.R.RScriptInput
-
Packages that use RScriptInput Package Description org.opennms.netmgt.integrations.R -
-
Uses of RScriptInput in org.opennms.netmgt.integrations.R
Methods in org.opennms.netmgt.integrations.R with parameters of type RScriptInput Modifier and Type Method Description RScriptOutput
RScriptExecutor. exec(String script, RScriptInput input)
Executes by given script by: - Searching both the classpath and the filesystem for the path - Copying the script at the given path to a temporary file and performing variable substitution with the arguments using Freemarker.
-