public class DebugShell extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DebugShell.Environment |
class |
DebugShell.Version |
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<String,Command> |
commands |
(package private) Map<String,String> |
env |
(package private) static org.slf4j.Logger |
log |
(package private) DefaultNamingService |
namingService |
(package private) String |
prompt |
(package private) static String |
VERSION |
| Constructor and Description |
|---|
DebugShell() |
| Modifier and Type | Method and Description |
|---|---|
String |
call(String name,
String method,
String... args) |
String |
eval(String line) |
String |
get(String key) |
DefaultNamingService |
getNamingService() |
static void |
main(String[] args) |
void |
repl(InputStream in,
OutputStream out) |
void |
set(String key,
String value) |
static org.slf4j.Logger log
static final String VERSION
final String prompt
final DefaultNamingService namingService
public void repl(InputStream in, OutputStream out) throws Exception
Exceptionpublic DefaultNamingService getNamingService()
Copyright © 2018. All rights reserved.