Package | Description |
---|---|
org.crsh.command | |
org.crsh.groovy | |
org.crsh.lang.impl.groovy | |
org.crsh.lang.impl.java | |
org.crsh.shell.impl.command.system |
Modifier and Type | Class and Description |
---|---|
class |
CRaSHCommand
Deprecated.
should be removed instead extend
GroovyCommand or just don't extend anything |
Modifier and Type | Class and Description |
---|---|
class |
GroovyCommand
The base command for Groovy class based commands.
|
Modifier and Type | Method and Description |
---|---|
private <C extends BaseCommand> |
GroovyCompiler.make(Class<C> clazz) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BaseCommandMatch<T extends BaseCommand,C,P> |
class |
ClassShellCommand<T extends BaseCommand> |
(package private) class |
PipeCommandMatch<T extends BaseCommand,C,P,PC extends Pipe<C,P>> |
(package private) class |
ProducerCommandMatch<T extends BaseCommand,P> |
Modifier and Type | Field and Description |
---|---|
(package private) T |
BaseCommandMatch.BaseInvoker.command |
Modifier and Type | Class and Description |
---|---|
class |
help |
class |
repl |
Modifier and Type | Field and Description |
---|---|
private static HashMap<String,Class<? extends BaseCommand>> |
SystemResolver.commands
.
|
Modifier and Type | Method and Description |
---|---|
private <C extends BaseCommand> |
SystemResolver.createCommand(Class<C> commandClass) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.