- call() - Method in class org.apache.felix.gogo.runtime.Pipe
-
- ch - Variable in class org.apache.felix.gogo.runtime.BaseTokenizer
-
- ch - Variable in class org.apache.felix.gogo.runtime.Token
-
- channels - Variable in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- charAt(int) - Method in class org.apache.felix.gogo.runtime.Token
-
- checkError() - Method in class org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
-
- classLoader() - Method in class org.apache.felix.gogo.runtime.Closure
-
- classLoader() - Method in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- classLoader(ClassLoader) - Method in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- classLoader() - Method in interface org.apache.felix.gogo.runtime.Evaluate
-
- classLoader() - Method in interface org.apache.felix.service.command.CommandSession
-
- classLoader(ClassLoader) - Method in interface org.apache.felix.service.command.CommandSession
-
- 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
-
- Closure(CommandSessionImpl, Closure, Parser.Program) - Constructor for class org.apache.felix.gogo.runtime.Closure
-
- closure() - Method in class org.apache.felix.gogo.runtime.Parser
-
- Closure(Token, Parser.Program) - Constructor for class org.apache.felix.gogo.runtime.Parser.Closure
-
- coerce(CommandSession, Class<?>, Object, int[]) - Static method in class org.apache.felix.gogo.runtime.Reflective
-
converts given argument to specified type and increments convert[0] if any conversion was needed.
- column - Variable in class org.apache.felix.gogo.runtime.BaseTokenizer
-
- column() - Method in exception org.apache.felix.gogo.runtime.SyntaxError
-
- column - Variable in class org.apache.felix.gogo.runtime.Token
-
- column() - Method in class org.apache.felix.gogo.runtime.Token
-
- Comma() - Constructor for class org.apache.felix.gogo.runtime.Expression.Comma
-
- command() - Method in interface org.apache.felix.service.command.Job
-
- 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() - Constructor for class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- 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
-
- CommandSession.Utils - Class in org.apache.felix.service.command
-
Return the current session.
- CommandSessionImpl - Class in org.apache.felix.gogo.runtime
-
- CommandSessionImpl(CommandProcessorImpl, CommandSessionImpl) - Constructor for class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- CommandSessionImpl(CommandProcessorImpl, InputStream, OutputStream, OutputStream) - Constructor for class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- CommandSessionListener - Interface in org.apache.felix.service.command
-
Listener for command executions.
- Comparator(String, int) - Constructor for class org.apache.felix.gogo.runtime.Expression.Comparator
-
- compare(Comparable, Comparable) - Method in class org.apache.felix.gogo.runtime.Expression.Comparator
-
This method actually implements the comparison.
- Constant(Object) - Constructor for class org.apache.felix.gogo.runtime.Expression.Constant
-
- constants - Variable in class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- CONSTANTS - Static variable in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- CONTEXT - Static variable in class org.apache.felix.gogo.runtime.activator.Activator
-
- convert(CommandSession, 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
-
- createJob(CharSequence) - Method in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- createSession(CommandSession) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- createSession(InputStream, OutputStream, OutputStream) - Method in class org.apache.felix.gogo.runtime.CommandProcessorImpl
-
- createSession(InputStream, OutputStream, OutputStream) - Method in interface org.apache.felix.service.command.CommandProcessor
-
Create a new command session associated with IO streams.
- createSession(CommandSession) - Method in interface org.apache.felix.service.command.CommandProcessor
-
- current() - Static method in class org.apache.felix.service.command.CommandSession.Utils
-
- current() - Static method in class org.apache.felix.service.command.Job.Utils
-
Get the job running in the current thread or null.
- current() - Static method in class org.apache.felix.service.command.Process.Utils
-
- currentDir() - Method in class org.apache.felix.gogo.runtime.Closure
-
- currentDir() - Method in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- currentDir(Path) - Method in class org.apache.felix.gogo.runtime.CommandSessionImpl
-
- currentDir() - Method in interface org.apache.felix.gogo.runtime.Evaluate
-
- currentDir() - Method in interface org.apache.felix.service.command.CommandSession
-
- currentDir(Path) - Method in interface org.apache.felix.service.command.CommandSession
-
- currentJob() - Static method in class org.apache.felix.gogo.runtime.CommandSessionImpl
-