| Package | Description |
|---|---|
| de.unkrig.jsh |
Implements the "jsh" tool, the "Java shell".
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
JshBase.from(File inputFile)
Shorthand for
from(File). |
static Command |
Command.from(File inputFile)
Creates and returns a
Command object which reads from the inputFile |
static Command |
JshBase.pipe(String... command)
Shorthand for
pipe(String...). |
static Command |
Command.pipe(String... command)
Creates and returns a
Command object which will execute the given command and catch its
output. |
Command |
Command.through(String... command)
|
Copyright © 2016. All rights reserved.