public interface Executable
| Modifier and Type | Method and Description |
|---|---|
Executable |
appendCommandCall(String commandCall)
Appends a command call to the executable
|
Executable |
truncate()
Erase the executable content
|
Executable |
truncateWithTemplate(Supplier<InputStream> template,
Object... values) |
Executable truncate() throws IOException
IOExceptionExecutable truncateWithTemplate(Supplier<InputStream> template, Object... values) throws IOException
template - The template to truncate withvalues - The values to use for the template interpolationsIOExceptionExecutable appendCommandCall(String commandCall) throws IOException
commandCall - The command call to append to the executableIOExceptionCopyright © 2019 Cosium. All rights reserved.