| Package | Description |
|---|---|
| org.jboss.as.cli | |
| org.jboss.as.cli.impl |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext.Scope |
CommandContext.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandContext.Scope[] |
CommandContext.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContext.clear(CommandContext.Scope scope)
Clear the content of a scope.
|
Object |
CommandContext.get(CommandContext.Scope scope,
String key)
Returns the value the key was associated with using the set(key, value) method above.
|
Object |
CommandContext.remove(CommandContext.Scope scope,
String key)
Removes the value the key was associated with using the set(key, value) method above.
|
void |
CommandContext.set(CommandContext.Scope scope,
String key,
Object value)
Associates an object with key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContextImpl.clear(CommandContext.Scope scope) |
void |
CommandExecutor.TimeoutCommandContext.clear(CommandContext.Scope scope) |
Object |
CommandContextImpl.get(CommandContext.Scope scope,
String key) |
Object |
CommandExecutor.TimeoutCommandContext.get(CommandContext.Scope scope,
String key) |
Object |
CommandContextImpl.remove(CommandContext.Scope scope,
String key) |
Object |
CommandExecutor.TimeoutCommandContext.remove(CommandContext.Scope scope,
String key) |
void |
CommandContextImpl.set(CommandContext.Scope scope,
String key,
Object value) |
void |
CommandExecutor.TimeoutCommandContext.set(CommandContext.Scope scope,
String key,
Object value) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.