| Class | Description |
|---|---|
| Brief |
Provides basic functionality for jsh (globbing, etc.), and is designed for brevity, i.e. short method signatures.
|
| Command |
A super-small framework for building UNIX pipes of commands.
|
| InteractiveShell |
In interactive shell program, similar to the UNIX "sh", "csh", "bash" asf. programs, which uses strictly JAVA
syntax for executing commands.
|
| JshBase |
The base class for the classes generated from the entered commands; has a set of "command fields" (like
ls, "shorthand commands" (like exit()) and "utility methods" (like JshBase.glob(String...). |
| Main |
A test program that allows you to play around with the
ScriptEvaluator class. |
Copyright © 2016. All rights reserved.