| Package | Description |
|---|---|
| org.refcodes.runtime.consts |
Constants:
The
const package contains enumerations and static final interface
variables (constants) being the invariants as used by this artifact. |
| org.refcodes.runtime.utils |
Utilities:
A utility class from this artifact's point of view provides functionality nor
requiring any state neither any member variables.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandLineInterpreter |
CommandLineInterpreter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLineInterpreter[] |
CommandLineInterpreter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandLineInterpreter |
SystemUtility.getCommandLineInterpreter()
Tries to determine the command line interpreter (CLI) - if any - this
process is running in, e.g. whether we are running in a DOS console
environment or a Linux alike Shell.
|
Copyright © 2015. All rights reserved.