io.github.artkonr.process.Shell Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of process Show documentation
Show all versions of process Show documentation
Idiomatic Java toolkit for invoking CLIs
The newest version!
package io.github.artkonr.process;
import io.github.artkonr.result.Result;
/**
* An abstract interface to interact with a CLI.
*/
public interface Shell {
/**
* Invokes the program with all arguments and collects its output.
* @return {@link Result} bearing command's output
*/
Result