- charAt(int) - Method in class org.apache.felix.gogo.runtime.Token
-
- checkError() - Method in class org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
-
- clearError() - Method in class org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
-
- close() - Method in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- close() - Method in class org.apache.felix.gogo.runtime.threadio.ThreadInputStream
-
- close() - Method in class org.apache.felix.gogo.runtime.threadio.ThreadIOImpl
-
- close() - Method in class org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
-
- close() - Method in interface org.apache.felix.service.command.CommandSession
-
Close this command session.
- close() - Method in interface org.apache.felix.service.threadio.ThreadIO
-
Cancel the streams associated with the current thread.
- Closure - Class in org.apache.felix.gogo.runtime
-
- Closure(CommandSessionImpl, Closure, CharSequence) - Constructor for class org.apache.felix.gogo.runtime.Closure
-
- column() - Method in exception org.apache.felix.gogo.runtime.SyntaxError
-
- COMMAND_FUNCTION - Static variable in interface org.apache.felix.service.command.CommandProcessor
-
A list of method names that may be called for this command provider.
- COMMAND_SCOPE - Static variable in interface org.apache.felix.service.command.CommandProcessor
-
The scope of commands provided by this service.
- CommandNotFoundException - Exception in org.apache.felix.gogo.runtime
-
Thrown if an unknown command is entered into a shell or passed on the command line
- CommandNotFoundException(String) - Constructor for exception org.apache.felix.gogo.runtime.CommandNotFoundException
-
- CommandProcessor - Interface in org.apache.felix.service.command
-
A command shell can create and maintain a number of command sessions.
- CommandProcessorImpl - Class in org.apache.felix.gogo.runtime
-
- CommandProcessorImpl(ThreadIO) - Constructor for class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- CommandProxy - Class in org.apache.felix.gogo.runtime
-
- CommandProxy(BundleContext, ServiceReference, String) - Constructor for class org.apache.felix.gogo.runtime.CommandProxy
-
- CommandProxy(Object, String) - Constructor for class org.apache.felix.gogo.runtime.CommandProxy
-
- commands - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- COMMANDS - Static variable in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- CommandSession - Interface in org.apache.felix.service.command
-
- CommandSessionImpl - Class in org.apache.felix.gogo.runtime
-
- CommandSessionImpl(CommandProcessorImpl, InputStream, PrintStream, PrintStream) - Constructor for class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- CommandSessionListener - Interface in org.apache.felix.gogo.api
-
Listener for command executions.
- connect(Pipe) - Method in class org.apache.felix.gogo.runtime.Pipe
-
- constants - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- CONTEXT - Static variable in class org.apache.felix.gogo.runtime.activator.Activator
-
- convert(Class<?>, Object) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- convert(Class<?>, Object) - Method in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- convert(Class<?>, Object) - Method in interface org.apache.felix.service.command.CommandSession
-
Convert an object to another type.
- convert(Class<?>, Object) - Method in interface org.apache.felix.service.command.Converter
-
Convert an object to the desired type.
- Converter - Interface in org.apache.felix.service.command
-
A converter is a service that can help create specific object types from a
string, and vice versa.
- CONVERTER_CLASSES - Static variable in interface org.apache.felix.service.command.Converter
-
This property is a string, or array of strings, and defines the classes
or interfaces that this converter recognizes.
- converters - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- createSession(InputStream, PrintStream, PrintStream) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- createSession(InputStream, PrintStream, PrintStream) - Method in interface org.apache.felix.service.command.CommandProcessor
-
Create a new command session associated with IO streams.