A B C D E F G H I K L M N O P R S T U V W 

A

AbstractAction - Class in org.apache.karaf.shell.console
 
AbstractAction() - Constructor for class org.apache.karaf.shell.console.AbstractAction
 
AbstractCommand - Class in org.apache.felix.gogo.commands.basic
 
AbstractCommand() - Constructor for class org.apache.felix.gogo.commands.basic.AbstractCommand
 
Action - Interface in org.apache.felix.gogo.commands
 
ACTION - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
ACTION_ID - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
actionId - Variable in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
ActionPreparator - Interface in org.apache.felix.gogo.commands.basic
 
add(CharSequence) - Method in class org.apache.karaf.shell.console.jline.KarafFileHistory
 
addCommand(String, Object) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(String, Object, Class<?>) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(String, Object, Class<?>, int) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(String, Object, String) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(String, Object, String, int) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(Command, Function, CommandProcessorImpl) - Method in class org.apache.karaf.shell.console.Main
 
addCommandOption(String, String...) - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
addConstant(String, Object) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addConverter(Converter) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addException(Exception) - Method in exception org.apache.karaf.shell.console.MultiException
 
addListener(CommandSessionListener) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addRegEx(String) - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
addRegEx(String, int) - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
addRegEx(String, int, String) - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
afterExecute(CommandSession, CharSequence, Exception) - Method in class org.apache.karaf.shell.console.jline.LoggingCommandSessionListener
 
afterExecute(CommandSession, CharSequence, Object) - Method in class org.apache.karaf.shell.console.jline.LoggingCommandSessionListener
 
AggregateCompleter - Class in org.apache.karaf.shell.console.completer
Completer which contains multipule completers and aggregates them together.
AggregateCompleter(Collection<Completer>) - Constructor for class org.apache.karaf.shell.console.completer.AggregateCompleter
 
AnnotatedSubShell - Class in org.apache.karaf.shell.console.commands
 
AnnotatedSubShell() - Constructor for class org.apache.karaf.shell.console.commands.AnnotatedSubShell
 
Argument - Annotation Type in org.apache.felix.gogo.commands
Represents a positional argument on a command line (as opposed to an optional named Option
ArgumentCompleter - Class in org.apache.karaf.shell.console.completer
 
ArgumentCompleter(CommandSession, AbstractCommand, String) - Constructor for class org.apache.karaf.shell.console.completer.ArgumentCompleter
 
ArgumentCompleter.ArgumentList - Class in org.apache.karaf.shell.console.completer
The result of a delimited buffer.
ArgumentCompleter.ArgumentList(String[], int, int, int) - Constructor for class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
ARGUMENTS_LIST - Static variable in class org.apache.karaf.shell.console.completer.ArgumentCompleter
 

B

BasicSubShell - Class in org.apache.karaf.shell.console.commands
 
BasicSubShell() - Constructor for class org.apache.karaf.shell.console.commands.BasicSubShell
 
BEAN - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
beforeExecute(CommandSession, CharSequence) - Method in class org.apache.karaf.shell.console.jline.LoggingCommandSessionListener
 
BLUEPRINT_CONTAINER - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
BLUEPRINT_CONVERTER - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
BlueprintCommand - Class in org.apache.karaf.shell.console.commands
 
BlueprintCommand() - Constructor for class org.apache.karaf.shell.console.commands.BlueprintCommand
 
BlueprintCommand.BlueprintActionPreparator - Class in org.apache.karaf.shell.console.commands
 
BlueprintCommand.BlueprintActionPreparator() - Constructor for class org.apache.karaf.shell.console.commands.BlueprintCommand.BlueprintActionPreparator
 
blueprintContainer - Variable in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
BlueprintContainerAware - Interface in org.apache.karaf.shell.console
 
blueprintConverter - Variable in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
Branding - Class in org.apache.karaf.shell.console.util
 
BrandingHelpProvider - Class in org.apache.karaf.shell.console.help
 
BrandingHelpProvider() - Constructor for class org.apache.karaf.shell.console.help.BrandingHelpProvider
 
bundle(Bundle) - Method in class org.apache.karaf.shell.console.Converters
 
bundleContext - Variable in class org.apache.karaf.shell.console.OsgiCommandSupport
 
BundleContextAware - Interface in org.apache.karaf.shell.console
 

C

checkData() - Method in class org.apache.karaf.shell.console.completer.CommandNamesCompleter
 
checkData() - Method in class org.apache.karaf.shell.console.completer.CommandsCompleter
 
close(boolean) - Method in class org.apache.karaf.shell.console.jline.Console
 
close() - Method in class org.apache.karaf.shell.security.impl.SecuredCommandProcessorImpl
 
CloseShellException - Exception in org.apache.karaf.shell.console
Exception thrown to indicate the console to close.
CloseShellException() - Constructor for exception org.apache.karaf.shell.console.CloseShellException
 
Command - Annotation Type in org.apache.felix.gogo.commands
Used to denote a class represents a command which is executable within a shell/scope or as a command line process.
COMMAND - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
COMMAND_BUNDLE - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
CommandException - Exception in org.apache.felix.gogo.commands
Base class for exceptions thrown when executing commands.
CommandException() - Constructor for exception org.apache.felix.gogo.commands.CommandException
 
CommandException(String) - Constructor for exception org.apache.felix.gogo.commands.CommandException
 
CommandException(String, Throwable) - Constructor for exception org.apache.felix.gogo.commands.CommandException
 
CommandException(Throwable) - Constructor for exception org.apache.felix.gogo.commands.CommandException
 
CommandException(String, String) - Constructor for exception org.apache.felix.gogo.commands.CommandException
 
CommandException(String, String, Throwable) - Constructor for exception org.apache.felix.gogo.commands.CommandException
 
CommandListHelpProvider - Class in org.apache.karaf.shell.console.help
 
CommandListHelpProvider() - Constructor for class org.apache.karaf.shell.console.help.CommandListHelpProvider
 
CommandLoggingFilter - Interface in org.apache.karaf.shell.console
Used to filter a command before it gets logged.
CommandNamesCompleter - Class in org.apache.karaf.shell.console.completer
Completes command names
CommandNamesCompleter() - Constructor for class org.apache.karaf.shell.console.completer.CommandNamesCompleter
 
CommandNamesCompleter(CommandSession) - Constructor for class org.apache.karaf.shell.console.completer.CommandNamesCompleter
 
CommandProcessorImpl - Class in org.apache.felix.gogo.runtime
TODO: remove this class when upgraded to gogo-runtime >= 0.12.2, see FELIX-4637 / KARAF-3221
CommandProcessorImpl(ThreadIO) - Constructor for class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
commands - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
COMMANDS - Static variable in class org.apache.karaf.shell.console.completer.CommandNamesCompleter
 
COMMANDS - Static variable in class org.apache.karaf.shell.console.completer.CommandsCompleter
 
COMMANDS - Static variable in class org.apache.karaf.shell.console.help.CommandListHelpProvider
 
COMMANDS - Static variable in class org.apache.karaf.shell.console.help.SingleCommandHelpProvider
 
CommandsCompleter - Class in org.apache.karaf.shell.console.completer
Like the CommandsCompleter but does not use OSGi but is instead used from the non-OSGi Main
CommandsCompleter() - Constructor for class org.apache.karaf.shell.console.completer.CommandsCompleter
 
CommandsCompleter(CommandSession) - Constructor for class org.apache.karaf.shell.console.completer.CommandsCompleter
 
CommandSessionHolder - Class in org.apache.karaf.shell.console.jline
 
CommandSessionHolder() - Constructor for class org.apache.karaf.shell.console.jline.CommandSessionHolder
 
CompletableFunction - Interface in org.apache.karaf.shell.console
 
complete(String, int, List) - Method in class org.apache.karaf.shell.console.completer.AggregateCompleter
 
complete(String, int, List<String>) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter
 
complete(String, int, List<String>) - Method in class org.apache.karaf.shell.console.completer.CommandNamesCompleter
 
complete(String, int, List<String>) - Method in class org.apache.karaf.shell.console.completer.CommandsCompleter
 
complete(String, int, List<String>) - Method in interface org.apache.karaf.shell.console.Completer
 
complete(String, int, List) - Method in class org.apache.karaf.shell.console.completer.FileCompleter
 
complete(String, int, List<String>) - Method in class org.apache.karaf.shell.console.completer.NullCompleter
 
complete(String, int, List) - Method in class org.apache.karaf.shell.console.completer.StringsCompleter
 
complete(String, int, List) - Method in class org.apache.karaf.shell.console.jline.CompleterAsCompletor
 
Completer - Interface in org.apache.karaf.shell.console
 
CompleterAsCompletor - Class in org.apache.karaf.shell.console.jline
 
CompleterAsCompletor(Completer) - Constructor for class org.apache.karaf.shell.console.jline.CompleterAsCompletor
 
completers - Variable in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
COMPLETERS - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
CompleterValues - Annotation Type in org.apache.felix.gogo.commands
Represents a method which can return a List or Array of values used for a Completer which is associated with the index of an Argument
configurationEvent(ConfigurationEvent) - Method in class org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer
 
Console - Class in org.apache.karaf.shell.console.jline
 
Console(CommandProcessor, ThreadIO, InputStream, PrintStream, PrintStream, Terminal, String, Runnable, BundleContext) - Constructor for class org.apache.karaf.shell.console.jline.Console
 
ConsoleFactory - Class in org.apache.karaf.shell.console.jline
 
ConsoleFactory() - Constructor for class org.apache.karaf.shell.console.jline.ConsoleFactory
 
constants - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
convert(Action, CommandSession, Object, Type) - Method in class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
convert(Object, Type) - Method in class org.apache.felix.gogo.commands.converter.DefaultConverter
 
convert(Object, ReifiedType) - Method in class org.apache.felix.gogo.commands.converter.DefaultConverter
 
convert(Class<?>, Object) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
convert(Action, CommandSession, Object, Type) - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand.BlueprintActionPreparator
 
convert(Class<?>, Object) - Method in class org.apache.karaf.shell.console.Converters
 
converters - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
Converters - Class in org.apache.karaf.shell.console
 
Converters(BundleContext) - Constructor for class org.apache.karaf.shell.console.Converters
 
convertFromString(String, Class, Object) - Method in class org.apache.felix.gogo.commands.converter.DefaultConverter
 
convertToNumber(Number, Class) - Method in class org.apache.felix.gogo.commands.converter.DefaultConverter
 
createCompleter() - Method in class org.apache.karaf.shell.console.jline.Console
 
createConsole(CommandProcessorImpl, ThreadIO, InputStream, PrintStream, PrintStream, Terminal) - Method in class org.apache.karaf.shell.console.Main
Allow sub classes of main to change the Console implementation used.
createNewAction() - Method in class org.apache.felix.gogo.commands.basic.AbstractCommand
 
createNewAction() - Method in class org.apache.felix.gogo.commands.basic.SimpleCommand
 
createNewAction() - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
createSession(InputStream, PrintStream, PrintStream) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
createSession(InputStream, PrintStream, PrintStream) - Method in class org.apache.karaf.shell.security.impl.SecCommandProcessorImpl
 
createSession(InputStream, PrintStream, PrintStream) - Method in class org.apache.karaf.shell.security.impl.SecuredCommandProcessorImpl
 

D

decorate(Node, ComponentMetadata, ParserContext) - Method in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
DEFAULT - Static variable in annotation type org.apache.felix.gogo.commands.Argument
 
DEFAULT_PROMPT - Static variable in class org.apache.karaf.shell.console.jline.Console
 
DEFAULT_REPLACEMENT - Static variable in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
DEFAULT_STRING - Static variable in annotation type org.apache.felix.gogo.commands.Argument
 
DEFAULT_STRING - Static variable in annotation type org.apache.felix.gogo.commands.Option
 
DefaultActionPreparator - Class in org.apache.felix.gogo.commands.basic
 
DefaultActionPreparator() - Constructor for class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
DefaultConverter - Class in org.apache.felix.gogo.commands.converter
 
DefaultConverter(Object) - Constructor for class org.apache.felix.gogo.commands.converter.DefaultConverter
 
delimit(String, int) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter
 
destroy() - Method in class org.apache.karaf.shell.console.jline.TerminalFactory
 
dispose() - Method in class org.apache.karaf.shell.console.completer.CommandsCompleter
 
doExecute() - Method in class org.apache.karaf.shell.console.AbstractAction
 
doExecute() - Method in class org.apache.karaf.shell.console.help.HelpAction
 
doStart(String) - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 

E

eval(CommandSession, Object[]) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
execute(CommandSession) - Method in interface org.apache.felix.gogo.commands.Action
 
execute(CommandSession, List<Object>) - Method in class org.apache.felix.gogo.commands.basic.AbstractCommand
 
execute(CommandSession) - Method in class org.apache.karaf.shell.console.AbstractAction
 
execute(CommandSession) - Method in class org.apache.karaf.shell.console.OsgiCommandSupport
 
export(BundleContext, Class<? extends Action>) - Static method in class org.apache.felix.gogo.commands.basic.SimpleCommand
 

F

FileCompleter - Class in org.apache.karaf.shell.console.completer
A completer for file names
FileCompleter(CommandSession) - Constructor for class org.apache.karaf.shell.console.completer.FileCompleter
 
filter(CharSequence) - Method in interface org.apache.karaf.shell.console.CommandLoggingFilter
 
filter(CharSequence) - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
flush() - Method in class org.apache.karaf.shell.console.jline.KarafFileHistory
 
format(Object, int, Converter) - Method in class org.apache.karaf.shell.console.Converters
 

G

GenericType - Class in org.apache.felix.gogo.commands.converter
 
GenericType(Type) - Constructor for class org.apache.felix.gogo.commands.converter.GenericType
 
GenericType(Class, GenericType...) - Constructor for class org.apache.felix.gogo.commands.converter.GenericType
 
GenericType - Class in org.apache.karaf.shell.console.commands
 
GenericType(Type) - Constructor for class org.apache.karaf.shell.console.commands.GenericType
 
GenericType(Class, GenericType...) - Constructor for class org.apache.karaf.shell.console.commands.GenericType
 
getActionClass() - Method in class org.apache.felix.gogo.commands.basic.AbstractCommand
 
getActionClass() - Method in class org.apache.felix.gogo.commands.basic.SimpleCommand
 
getActualTypeArgument(int) - Method in class org.apache.felix.gogo.commands.converter.GenericType
 
getActualTypeArgument(int) - Method in class org.apache.felix.gogo.commands.converter.ReifiedType
Access to a type argument.
getActualTypeArgument(int) - Method in class org.apache.karaf.shell.console.commands.GenericType
 
getAllServices(Class<T>, String) - Method in class org.apache.karaf.shell.console.OsgiCommandSupport
 
getApplication() - Method in class org.apache.karaf.shell.console.Main
 
getArgumentPosition() - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
getArguments() - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
getBoolean(String) - Method in class org.apache.karaf.shell.console.jline.Console
 
getBufferPosition() - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
getBundleContext() - Method in class org.apache.karaf.shell.console.OsgiCommandSupport
 
getCauses() - Method in exception org.apache.karaf.shell.console.MultiException
 
getCommandNameWithoutGlobalPrefix(CommandSession, String) - Static method in class org.apache.karaf.shell.console.NameScoping
Returns the name of the command which can omit the global scope prefix if the command starts with the same prefix as the current application
getCommands() - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
getCompleters() - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
getCompleters() - Method in interface org.apache.karaf.shell.console.CompletableFunction
 
getCursorArgument() - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
getCursorArgumentIndex() - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
getDescription() - Method in class org.apache.karaf.shell.console.commands.AnnotatedSubShell
 
getDescription() - Method in class org.apache.karaf.shell.console.commands.BasicSubShell
 
getDescription() - Method in interface org.apache.karaf.shell.console.SubShell
Returns the description of the command which is used to generate command line help
getDetailedDescription() - Method in class org.apache.karaf.shell.console.commands.AnnotatedSubShell
 
getDetailedDescription() - Method in class org.apache.karaf.shell.console.commands.BasicSubShell
 
getDetailedDescription() - Method in interface org.apache.karaf.shell.console.SubShell
Returns a detailed description of the command
getDiscoveryResource() - Method in class org.apache.karaf.shell.console.Main
Sub classes can override so that their registered commands do not conflict with the default shell implementation.
getEncoding() - Static method in class org.apache.karaf.shell.console.jline.ConsoleFactory
Get the default encoding.
getFilters() - Method in class org.apache.karaf.shell.console.jline.LoggingCommandSessionListener
 
getGroup() - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
getHelp(CommandSession, String) - Method in class org.apache.karaf.shell.console.help.BrandingHelpProvider
 
getHelp(CommandSession, String) - Method in class org.apache.karaf.shell.console.help.CommandListHelpProvider
 
getHelp(CommandSession, String) - Method in class org.apache.karaf.shell.console.help.HelpSystem
 
getHelp() - Method in class org.apache.karaf.shell.console.help.SimpleHelpProvider
 
getHelp(CommandSession, String) - Method in class org.apache.karaf.shell.console.help.SimpleHelpProvider
 
getHelp(CommandSession, String) - Method in class org.apache.karaf.shell.console.help.SingleCommandHelpProvider
 
getHelp(CommandSession, String) - Method in class org.apache.karaf.shell.console.help.SubShellHelpProvider
 
getHelp(CommandSession, String) - Method in interface org.apache.karaf.shell.console.HelpProvider
 
getHistoryFile() - Method in class org.apache.karaf.shell.console.jline.Console
Subclasses can override to use a different history file.
getManagedClasses() - Method in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
getName() - Method in class org.apache.karaf.shell.console.commands.AnnotatedSubShell
 
getName() - Method in class org.apache.karaf.shell.console.commands.BasicSubShell
 
getName() - Method in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
getName() - Method in interface org.apache.karaf.shell.console.SubShell
Returns the name of the command if used inside a shell
getNiceHelp() - Method in exception org.apache.felix.gogo.commands.CommandException
 
getOptionalCompleters() - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
getOptionalCompleters() - Method in interface org.apache.karaf.shell.console.CompletableFunction
 
getPattern() - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
getPreparator() - Method in class org.apache.felix.gogo.commands.basic.AbstractCommand
 
getPreparator() - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
getPrompt() - Method in class org.apache.karaf.shell.console.jline.Console
 
getProviders() - Method in class org.apache.karaf.shell.console.help.HelpSystem
 
getRawClass() - Method in class org.apache.felix.gogo.commands.converter.ReifiedType
Access to the raw class.
getReplacement() - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
getSchemaLocation(String) - Method in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
getService(Class<T>, ServiceReference) - Method in class org.apache.karaf.shell.console.OsgiCommandSupport
 
getService(Class<T>) - Method in class org.apache.karaf.shell.console.OsgiCommandSupport
 
getService(ServiceReference<T>) - Method in class org.apache.karaf.shell.console.OsgiCommandSupport
 
getSession() - Static method in class org.apache.karaf.shell.console.jline.CommandSessionHolder
 
getSession() - Method in class org.apache.karaf.shell.console.jline.Console
 
getStrict() - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter
Returns whether a completion at argument index N will succees if all the completions from arguments 0-(N-1) also succeed.
getStrings() - Method in class org.apache.karaf.shell.console.completer.StringsCompleter
 
getTerminal() - Method in class org.apache.karaf.shell.console.jline.TerminalFactory
 
getUser() - Method in class org.apache.karaf.shell.console.Main
 

H

HELP - Static variable in class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
HelpAction - Class in org.apache.karaf.shell.console.help
Displays help on the available commands
HelpAction() - Constructor for class org.apache.karaf.shell.console.help.HelpAction
 
HelpProvider - Interface in org.apache.karaf.shell.console
 
HelpSystem - Class in org.apache.karaf.shell.console.help
 
HelpSystem() - Constructor for class org.apache.karaf.shell.console.help.HelpSystem
 

I

ID - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
IGNORE_INTERRUPTS - Static variable in class org.apache.karaf.shell.console.jline.Console
 
init() - Method in class org.apache.karaf.shell.console.jline.TerminalFactory
 
init() - Method in class org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer
 
INSTANCE - Static variable in class org.apache.karaf.shell.console.completer.NullCompleter
 
invokePrivateMethod(Object, String, Object[]) - Static method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
isAssignable(Object, ReifiedType) - Static method in class org.apache.felix.gogo.commands.converter.DefaultConverter
 
isDelimiter(String, int) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter
Returns true if the specified character is a whitespace parameter.
isDelimiterChar(String, int) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter
The character is a delimiter if it is whitespace, and the preceeding character is not an escape character.
isEscaped(String, int) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter
 
isGlobalScope(CommandSession, String) - Static method in class org.apache.karaf.shell.console.NameScoping
Returns true if the given scope is the global scope so that it can be hidden from help messages
isMultiScopeMode() - Method in class org.apache.karaf.shell.console.Main
Returns whether or not we are in multi-scope mode.
isMultiScopeMode(CommandSession) - Static method in class org.apache.karaf.shell.console.NameScoping
Returns true if we are in multi-scope mode (the default) or if we are in single scope mode which means we avoid prefixing commands with their scope

K

KarafFileHistory - Class in org.apache.karaf.shell.console.jline
Override the FileHistory impl to trap failures due to the user does not having write access to the history file.
KarafFileHistory(File) - Constructor for class org.apache.karaf.shell.console.jline.KarafFileHistory
 

L

LAST_EXCEPTION - Static variable in class org.apache.karaf.shell.console.jline.Console
 
length(String) - Static method in class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
listeners - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
load(Reader) - Method in class org.apache.karaf.shell.console.jline.KarafFileHistory
 
loadBrandingProperties() - Static method in class org.apache.karaf.shell.console.util.Branding
 
loadBrandingProperties(Terminal) - Static method in class org.apache.karaf.shell.console.util.Branding
 
loadDescription(Class, String) - Method in class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
loadDescription(Bundle, String) - Method in class org.apache.karaf.shell.console.help.SubShellHelpProvider
 
loadProps(Properties, String) - Static method in class org.apache.karaf.shell.console.util.Branding
 
loadProps(Properties, InputStream) - Static method in class org.apache.karaf.shell.console.util.Branding
 
log - Variable in class org.apache.karaf.shell.console.AbstractAction
 
LoggingCommandSessionListener - Class in org.apache.karaf.shell.console.jline
 
LoggingCommandSessionListener() - Constructor for class org.apache.karaf.shell.console.jline.LoggingCommandSessionListener
 

M

Main - Class in org.apache.karaf.shell.console
 
Main() - Constructor for class org.apache.karaf.shell.console.Main
 
main(String[]) - Static method in class org.apache.karaf.shell.console.Main
 
MAP - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
messy() - Method in class org.apache.karaf.shell.console.completer.Parser
 
MULTI_SCOPE_MODE_KEY - Static variable in class org.apache.karaf.shell.console.NameScoping
 
MultiException - Exception in org.apache.karaf.shell.console
 
MultiException(String) - Constructor for exception org.apache.karaf.shell.console.MultiException
 
MultiException(String, List<Exception>) - Constructor for exception org.apache.karaf.shell.console.MultiException
 

N

NAME - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
NameScoping - Class in org.apache.karaf.shell.console
A helper class for name scoping
NameScoping() - Constructor for class org.apache.karaf.shell.console.NameScoping
 
NamespaceHandler - Class in org.apache.karaf.shell.console.commands
 
NamespaceHandler() - Constructor for class org.apache.karaf.shell.console.commands.NamespaceHandler
 
NULL - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
NullCompleter - Class in org.apache.karaf.shell.console.completer
 
NullCompleter() - Constructor for class org.apache.karaf.shell.console.completer.NullCompleter
 

O

Option - Annotation Type in org.apache.felix.gogo.commands
Used to mark an optional named command line option who's name typically starts with "--"
OPTIONAL_COMPLETERS - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
OPTIONAL_COMPLETERS_PROPERTY - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
optionalCompleters - Variable in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
org.apache.felix.gogo.commands - package org.apache.felix.gogo.commands
 
org.apache.felix.gogo.commands.basic - package org.apache.felix.gogo.commands.basic
 
org.apache.felix.gogo.commands.converter - package org.apache.felix.gogo.commands.converter
 
org.apache.felix.gogo.runtime - package org.apache.felix.gogo.runtime
 
org.apache.karaf.shell.console - package org.apache.karaf.shell.console
 
org.apache.karaf.shell.console.commands - package org.apache.karaf.shell.console.commands
 
org.apache.karaf.shell.console.completer - package org.apache.karaf.shell.console.completer
 
org.apache.karaf.shell.console.help - package org.apache.karaf.shell.console.help
 
org.apache.karaf.shell.console.jline - package org.apache.karaf.shell.console.jline
 
org.apache.karaf.shell.console.util - package org.apache.karaf.shell.console.util
 
org.apache.karaf.shell.security.impl - package org.apache.karaf.shell.security.impl
 
OsgiCommandSupport - Class in org.apache.karaf.shell.console
 
OsgiCommandSupport() - Constructor for class org.apache.karaf.shell.console.OsgiCommandSupport
 

P

parse(String, Object) - Static method in class org.apache.felix.gogo.commands.converter.GenericType
 
parse(String, Object) - Static method in class org.apache.karaf.shell.console.commands.GenericType
 
parse(Element, ParserContext) - Method in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
Parser - Class in org.apache.karaf.shell.console.completer
 
Parser(String, int) - Constructor for class org.apache.karaf.shell.console.completer.Parser
 
pipeline() - Method in class org.apache.karaf.shell.console.completer.Parser
 
prepare(Action, CommandSession, List<Object>) - Method in interface org.apache.felix.gogo.commands.basic.ActionPreparator
 
prepare(Action, CommandSession, List<Object>) - Method in class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
PRINT_STACK_TRACES - Static variable in class org.apache.karaf.shell.console.jline.Console
 
printFormatted(String, String, int, PrintStream) - Static method in class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
printFormatted(String, String, int, PrintStream, boolean) - Static method in class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
printMethodList(CommandSession, PrintStream, SortedMap<String, String>) - Method in class org.apache.karaf.shell.console.help.CommandListHelpProvider
 
printStackTrace() - Method in exception org.apache.karaf.shell.console.MultiException
 
printStackTrace(PrintStream) - Method in exception org.apache.karaf.shell.console.MultiException
 
printStackTrace(PrintWriter) - Method in exception org.apache.karaf.shell.console.MultiException
 
printUsage(CommandSession, Action, Map<Option, Field>, Map<Argument, Field>, PrintStream) - Method in class org.apache.felix.gogo.commands.basic.DefaultActionPreparator
 
program() - Method in class org.apache.karaf.shell.console.completer.Parser
 
PROMPT - Static variable in class org.apache.karaf.shell.console.jline.Console
 
purge() - Method in class org.apache.karaf.shell.console.jline.KarafFileHistory
 

R

REF - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
RegexCommandLoggingFilter - Class in org.apache.karaf.shell.console
 
RegexCommandLoggingFilter() - Constructor for class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
registerCommandProcessor(CommandProcessor) - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
ReifiedType - Class in org.apache.felix.gogo.commands.converter
Provides access to a concrete type and its optional generic type arguments.
ReifiedType(Class) - Constructor for class org.apache.felix.gogo.commands.converter.ReifiedType
Create a Reified Type for a raw Java class without any generic arguments.
releaseAction(Action) - Method in class org.apache.felix.gogo.commands.basic.AbstractCommand
Release the used Action.
removeCommand(String, String) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeCommand(String, String, Object) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeCommand(Object) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeConstant(String) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeConverter(Converter) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeListener(CommandSessionListener) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
run() - Method in class org.apache.karaf.shell.console.jline.Console
 
run(String[]) - Method in class org.apache.karaf.shell.console.Main
Use this method when the shell is being executed as a top level shell.
run(CommandSession, ThreadIO, String[]) - Method in class org.apache.karaf.shell.console.Main
Use this method when the shell is being executed as a command of another shell.

S

SecCommandProcessorImpl - Class in org.apache.karaf.shell.security.impl
 
SecCommandProcessorImpl(BundleContext, ThreadIO) - Constructor for class org.apache.karaf.shell.security.impl.SecCommandProcessorImpl
 
SecuredCommandConfigTransformer - Class in org.apache.karaf.shell.security.impl
 
SecuredCommandConfigTransformer() - Constructor for class org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer
 
SecuredCommandProcessorImpl - Class in org.apache.karaf.shell.security.impl
Note: this CommandProcessor can only be used to create a single session, as closing the session will also close the command processor.
SecuredCommandProcessorImpl(BundleContext, ThreadIO) - Constructor for class org.apache.karaf.shell.security.impl.SecuredCommandProcessorImpl
 
session - Variable in class org.apache.karaf.shell.console.AbstractAction
 
session - Variable in class org.apache.karaf.shell.console.jline.Console
 
sessions - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
setActionClass(Class<? extends Action>) - Method in class org.apache.felix.gogo.commands.basic.SimpleCommand
 
setActionId(String) - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
setApplication(String) - Method in class org.apache.karaf.shell.console.Main
 
setArgumentPosition(int) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
setArguments(String[]) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
setBlueprintContainer(BlueprintContainer) - Method in interface org.apache.karaf.shell.console.BlueprintContainerAware
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
setBlueprintConverter(Converter) - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
setBufferPosition(int) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
setBundleContext(BundleContext) - Method in interface org.apache.karaf.shell.console.BundleContextAware
 
setBundleContext(BundleContext) - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
setBundleContext(BundleContext) - Method in class org.apache.karaf.shell.console.OsgiCommandSupport
 
setCommandProcessor(CommandProcessor) - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
setCompleters(List<Completer>) - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
setConfigAdmin(ConfigurationAdmin) - Method in class org.apache.karaf.shell.security.impl.SecuredCommandConfigTransformer
 
setContext(BundleContext) - Method in class org.apache.karaf.shell.console.help.HelpSystem
 
setContext(BundleContext) - Method in class org.apache.karaf.shell.console.help.SubShellHelpProvider
 
setCursorArgumentIndex(int) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter.ArgumentList
 
setDescription(String) - Method in class org.apache.karaf.shell.console.commands.BasicSubShell
 
setDetailedDescription(String) - Method in class org.apache.karaf.shell.console.commands.BasicSubShell
 
setFilters(List<CommandLoggingFilter>) - Method in class org.apache.karaf.shell.console.jline.LoggingCommandSessionListener
 
setGroup(int) - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
setHelp(Map<String, String>) - Method in class org.apache.karaf.shell.console.help.SimpleHelpProvider
 
setIo(ThreadIO) - Method in class org.apache.karaf.shell.console.help.SingleCommandHelpProvider
 
setName(String) - Method in class org.apache.karaf.shell.console.commands.BasicSubShell
 
setOptionalCompleters(Map<String, Completer>) - Method in class org.apache.karaf.shell.console.commands.BlueprintCommand
 
setPattern(String) - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
setProvider(HelpSystem) - Method in class org.apache.karaf.shell.console.help.HelpAction
 
setReplacement(String) - Method in class org.apache.karaf.shell.console.RegexCommandLoggingFilter
 
setSession(CommandSession) - Static method in class org.apache.karaf.shell.console.jline.CommandSessionHolder
 
setSessionProperties() - Method in class org.apache.karaf.shell.console.jline.Console
 
setStart(boolean) - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
setStrict(boolean) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter
If true, a completion at argument index N will only succeed if all the completions from 0-(N-1) also succeed.
setTerminalFactory(TerminalFactory) - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
setThreadIO(ThreadIO) - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
setUser(String) - Method in class org.apache.karaf.shell.console.Main
 
SHELL_HISTORY_MAXSIZE - Static variable in class org.apache.karaf.shell.console.jline.Console
 
SHELL_INIT_SCRIPT - Static variable in class org.apache.karaf.shell.console.jline.Console
 
SHELL_NAMESPACE_1_0_0 - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
SHELL_NAMESPACE_1_1_0 - Static variable in class org.apache.karaf.shell.console.commands.NamespaceHandler
 
SimpleCommand - Class in org.apache.felix.gogo.commands.basic
A very simple Function which creates Action based on a class name.
SimpleCommand() - Constructor for class org.apache.felix.gogo.commands.basic.SimpleCommand
 
SimpleCommand(Class<? extends Action>) - Constructor for class org.apache.felix.gogo.commands.basic.SimpleCommand
 
SimpleHelpProvider - Class in org.apache.karaf.shell.console.help
 
SimpleHelpProvider() - Constructor for class org.apache.karaf.shell.console.help.SimpleHelpProvider
 
SingleCommandHelpProvider - Class in org.apache.karaf.shell.console.help
 
SingleCommandHelpProvider() - Constructor for class org.apache.karaf.shell.console.help.SingleCommandHelpProvider
 
size() - Method in class org.apache.felix.gogo.commands.converter.GenericType
 
size() - Method in class org.apache.felix.gogo.commands.converter.ReifiedType
Return the number of type arguments.
size() - Method in class org.apache.karaf.shell.console.commands.GenericType
 
start() - Method in class org.apache.karaf.shell.console.help.HelpSystem
 
start() - Method in class org.apache.karaf.shell.console.help.SubShellHelpProvider
 
start() - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
statement() - Method in class org.apache.karaf.shell.console.completer.Parser
 
stop() - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
stop() - Method in class org.apache.karaf.shell.console.help.HelpSystem
 
stop() - Method in class org.apache.karaf.shell.console.help.SubShellHelpProvider
 
stop() - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
stopped - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
StringsCompleter - Class in org.apache.karaf.shell.console.completer
Completer for a set of strings.
StringsCompleter() - Constructor for class org.apache.karaf.shell.console.completer.StringsCompleter
 
StringsCompleter(boolean) - Constructor for class org.apache.karaf.shell.console.completer.StringsCompleter
 
StringsCompleter(Collection<String>) - Constructor for class org.apache.karaf.shell.console.completer.StringsCompleter
 
StringsCompleter(String[], boolean) - Constructor for class org.apache.karaf.shell.console.completer.StringsCompleter
 
StringsCompleter(Collection<String>, boolean) - Constructor for class org.apache.karaf.shell.console.completer.StringsCompleter
 
StringsCompleter(String[]) - Constructor for class org.apache.karaf.shell.console.completer.StringsCompleter
 
SubShell - Annotation Type in org.apache.felix.gogo.commands
 
SubShell - Interface in org.apache.karaf.shell.console
 
SubShellHelpProvider - Class in org.apache.karaf.shell.console.help
 
SubShellHelpProvider() - Constructor for class org.apache.karaf.shell.console.help.SubShellHelpProvider
 

T

TerminalFactory - Class in org.apache.karaf.shell.console.jline
 
TerminalFactory() - Constructor for class org.apache.karaf.shell.console.jline.TerminalFactory
 
threadIO - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
 
threadIO - Variable in class org.apache.karaf.shell.console.jline.Console
 
throwIf(String, List<Exception>) - Static method in exception org.apache.karaf.shell.console.MultiException
 
throwIfExceptions() - Method in exception org.apache.karaf.shell.console.MultiException
 
toString() - Method in class org.apache.felix.gogo.commands.converter.GenericType
 
toString() - Method in class org.apache.karaf.shell.console.commands.GenericType
 
toString() - Method in class org.apache.karaf.shell.console.completer.Parser
 

U

unescape() - Method in class org.apache.karaf.shell.console.completer.Parser
 
ungetServices() - Method in class org.apache.karaf.shell.console.OsgiCommandSupport
 
unProxy(Function) - Method in class org.apache.karaf.shell.console.completer.CommandsCompleter
 
unProxy(Function) - Method in class org.apache.karaf.shell.console.help.CommandListHelpProvider
 
unregisterCommandProcessor(CommandProcessor) - Method in class org.apache.karaf.shell.console.jline.ConsoleFactory
 
unset() - Static method in class org.apache.karaf.shell.console.jline.CommandSessionHolder
 
usedReferences - Variable in class org.apache.karaf.shell.console.OsgiCommandSupport
 

V

verifyCompleter(Completer, String) - Method in class org.apache.karaf.shell.console.completer.ArgumentCompleter
 

W

welcome() - Method in class org.apache.karaf.shell.console.jline.Console
 
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.