| Package | Description |
|---|---|
| act | |
| act.app | |
| act.cli.meta | |
| act.handler | |
| act.handler.builtin.cli | |
| act.sys |
| Modifier and Type | Field and Description |
|---|---|
static org.osgl.Osgl.F0<Act.Mode> |
Act.F.MODE_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
static Act.Mode |
Act.mode() |
static Act.Mode |
Act.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Act.Mode |
Act.Mode.valueOfIgnoreCase(java.lang.String mode) |
static Act.Mode[] |
Act.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Act.Mode |
App.mode() |
| Modifier and Type | Method and Description |
|---|---|
Act.Mode |
CommandMethodMetaInfo.mode() |
| Modifier and Type | Method and Description |
|---|---|
CommandMethodMetaInfo |
CommandMethodMetaInfo.mode(Act.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CliHandler.appliedIn(Act.Mode mode)
Check if this handler applied in a specific
Act.Mode |
boolean |
CliHandlerBase.appliedIn(Act.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CliHandlerProxy.appliedIn(Act.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Env.modeMatches(Act.Mode mode) |
static boolean |
Env.modeMatches(Act.Mode mode,
boolean unless) |
Copyright © 2014–2017 ActFramework. All rights reserved.