Package org.openrewrite.shell.exec
Interface ShellExecutor
-
Method Summary
Modifier and TypeMethodDescriptiondefault Pathexec(List<String> command, Path workingDirectory, Map<String, String> environment, Duration timeout, ExecutionContext ctx) default Pathexec(List<String> command, Path workingDirectory, Map<String, String> environment, ExecutionContext ctx) default voidinit()default voidpostExec()
-
Method Details
-
init
default void init() -
exec
-
exec
-
postExec
default void postExec()
-