Package | Description |
---|---|
act | |
act.app | |
act.cli | |
act.cli.builtin | |
act.cli.bytecode | |
act.cli.util | |
act.cli.view | |
act.handler | |
act.handler.builtin.cli | |
act.inject |
The package is all about Dependency Injections
|
act.inject.param | |
act.metric |
Modifier and Type | Method and Description |
---|---|
void |
SysUtilAdmin.cat(org.osgl.storage.impl.SObject sobj,
int limit,
int begin,
int end,
java.lang.String range,
boolean printLineNumber,
java.lang.String q,
CliContext context) |
void |
SysUtilAdmin.gc(CliContext context) |
java.util.List<SysUtilAdmin.FileInfo> |
SysUtilAdmin.ls(java.lang.String path,
boolean showHidden,
java.lang.String path2,
CliContext ctx) |
void |
SysUtilAdmin.memInfo(boolean monitor,
boolean human,
CliContext context) |
void |
ActAdmin.restart(CliContext context) |
void |
ActAdmin.shutdown(CliContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DaemonAdmin.restart(java.lang.String id,
CliContext context) |
void |
DaemonAdmin.start(java.lang.String id,
CliContext context) |
void |
DaemonAdmin.status(java.lang.String id,
CliContext context,
JodaDateTimeCodec fmt) |
void |
DaemonAdmin.stop(java.lang.String id,
CliContext context) |
Modifier and Type | Class and Description |
---|---|
class |
CliOverHttpContext
The Cli over http context
|
Modifier and Type | Method and Description |
---|---|
CliContext |
CliContext.__appRenderArgNames(java.lang.String names)
Called by bytecode enhancer to set the name list of the render arguments that is update by the enhancer
|
CliContext |
CliContext.__commanderInstance(java.lang.String className,
java.lang.Object instance) |
CliContext |
CliContext.accept(org.osgl.http.H.Format fmt) |
CliContext |
CliContext.chDir(java.io.File dir) |
CliContext |
CliContext.commandPath(java.lang.String path) |
static CliContext |
CliContext.current() |
CliContext |
CliContext.renderArg(java.lang.String name,
java.lang.Object val) |
CliContext |
CliContext.session(java.lang.String key,
java.lang.Object val) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
CommandExecutor.execute(CliContext context)
Execute the command within the
context specified |
void |
CliContext.ParsingContext.raiseExceptionIfThereAreMissingOptions(CliContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IterateCursor.handle(CliContext context) |
void |
Help.handle(CliContext context) |
void |
Exit.handle(CliContext context) |
boolean |
Help.showHelp(java.lang.String command,
CliContext context) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ReflectedCommandExecutor.execute(CliContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TableCursor.output(CliContext context) |
void |
CliCursor.output(CliContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CliView.print(java.lang.Object result,
PropertySpec.MetaInfo spec,
CliContext context) |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
CliHandlerBase.apply(CliContext context) |
void |
CliHandler.handle(CliContext context)
Invoke handler upon a cli context
|
Modifier and Type | Method and Description |
---|---|
void |
CliHandlerProxy.handle(CliContext context) |
Modifier and Type | Field and Description |
---|---|
static javax.inject.Provider<CliContext> |
ActProviders.CLI_CONTEXT |
Modifier and Type | Method and Description |
---|---|
void |
CliContextParamLoader.preParseOptions(java.lang.reflect.Method method,
CommandMethodMetaInfo methodMetaInfo,
CliContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MetricAdmin.updateMetricDataSync(boolean pause,
CliContext context) |
Copyright © 2014–2017 ActFramework. All rights reserved.