public abstract static class ShellScript.ShellScriptBuilder extends Object
ShellScriptBuilder()
abstract void
command(List<String> command)
env(String key, String value)
void
write(File file)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShellScriptBuilder()
public void write(File file) throws IOException
IOException
public abstract void command(List<String> command)
public abstract void env(String key, String value)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.