Package | Description |
---|---|
org.nuxeo.shell | |
org.nuxeo.shell.automation.cmds | |
org.nuxeo.shell.impl |
Modifier and Type | Method and Description |
---|---|
ShellException |
ShellException.setErrorCode(int errorCode) |
Modifier and Type | Method and Description |
---|---|
Runnable |
Shell.newCommand(String... line) |
Runnable |
Shell.newCommand(String cmdline) |
Runnable |
CommandType.newInstance(Shell shell,
String... line) |
void |
Shell.run(Runnable cmd) |
void |
Shell.run(String... line) |
void |
Shell.run(String cmdline) |
void |
Shell.runBatch(List<String> lines) |
void |
CommandType.Setter.set(Object obj,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
OperationCommandType.OperationParamSetter.set(Object obj,
Object value) |
void |
OperationCommandType.DocInputSetter.set(Object obj,
Object value) |
void |
OperationCommandType.BlobInputSetter.set(Object obj,
Object value) |
Modifier and Type | Method and Description |
---|---|
static DefaultCommandType |
DefaultCommandType.fromAnnotatedClass(Class<? extends Runnable> cls) |
static DefaultCommandType |
DefaultCommandType.fromAnnotatedClass(String className) |
protected void |
AbstractCommandType.inject(Shell shell,
Runnable cmd,
String... line) |
Runnable |
AbstractCommandType.newInstance(Shell shell,
String... line) |
void |
DefaultCommandType.MethodSetter.set(Object obj,
Object value) |
void |
DefaultCommandType.FieldSetter.set(Object obj,
Object value) |
Copyright © 2015 Nuxeo SA. All rights reserved.