Uses of Class
de.iip_ecosphere.platform.services.environment.ProcessSupport.ScriptOwner
Packages that use ProcessSupport.ScriptOwner
-
Uses of ProcessSupport.ScriptOwner in de.iip_ecosphere.platform.services.environment
Methods in de.iip_ecosphere.platform.services.environment that return ProcessSupport.ScriptOwnerModifier and TypeMethodDescriptionProcessSupport.ScriptOwner.withProcessCustomizer(Consumer<ProcessBuilder> customizer) Adds an optional process customizer.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ProcessSupport.ScriptOwnerModifier and TypeMethodDescriptionstatic voidProcessSupport.callPython(ProcessSupport.ScriptOwner owner, String script, Consumer<String> cmdResult, String... args) Call python scripts, waiting for and killing finally.