public class CommandProcessor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
static CommandProcessor |
atCurrentDir() |
static CommandProcessor |
atLocation(java.lang.String l) |
CommandResponse |
run(Command command) |
public static CommandProcessor atLocation(java.lang.String l)
public static CommandProcessor atCurrentDir()
public CommandResponse run(Command command)