Uses of Class
org.jboss.as.cli.CommandContext.Scope
-
Packages that use CommandContext.Scope Package Description org.jboss.as.cli org.jboss.as.cli.impl -
-
Uses of CommandContext.Scope in org.jboss.as.cli
Methods in org.jboss.as.cli that return CommandContext.Scope Modifier and Type Method Description static CommandContext.ScopeCommandContext.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.Methods in org.jboss.as.cli with parameters of type CommandContext.Scope Modifier and Type Method Description voidCommandContext. clear(CommandContext.Scope scope)Clear the content of a scope.ObjectCommandContext. get(CommandContext.Scope scope, String key)Returns the value the key was associated with using the set(key, value) method above.ObjectCommandContext. remove(CommandContext.Scope scope, String key)Removes the value the key was associated with using the set(key, value) method above.voidCommandContext. set(CommandContext.Scope scope, String key, Object value)Associates an object with key. -
Uses of CommandContext.Scope in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl with parameters of type CommandContext.Scope Modifier and Type Method Description voidCommandContextImpl. clear(CommandContext.Scope scope)voidCommandExecutor.TimeoutCommandContext. clear(CommandContext.Scope scope)ObjectCommandContextImpl. get(CommandContext.Scope scope, String key)ObjectCommandExecutor.TimeoutCommandContext. get(CommandContext.Scope scope, String key)ObjectCommandContextImpl. remove(CommandContext.Scope scope, String key)ObjectCommandExecutor.TimeoutCommandContext. remove(CommandContext.Scope scope, String key)voidCommandContextImpl. set(CommandContext.Scope scope, String key, Object value)voidCommandExecutor.TimeoutCommandContext. set(CommandContext.Scope scope, String key, Object value)
-