- c - Variable in enum org.crsh.text.Color
-
- call(Object...) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineClosure
-
- call() - Method in interface org.crsh.util.SafeCallable
-
- cancel() - Method in class org.crsh.shell.impl.async.AsyncProcess
-
- cancel() - Method in class org.crsh.shell.impl.remoting.ServerProcess
-
- cancel() - Method in interface org.crsh.shell.ShellProcess
-
Signals the process it should be cancelled.
- cancelled() - Static method in class org.crsh.shell.ShellResponse
-
- CHANGE_TO - Static variable in class org.crsh.console.Mode
-
- charAt(int) - Method in class org.crsh.util.BlankSequence
-
- CharSlicer - Class in org.crsh.util
-
- CharSlicer(String) - Constructor for class org.crsh.util.CharSlicer
-
- child(String) - Method in class org.crsh.vfs.File
-
- child(H, String) - Method in class org.crsh.vfs.spi.AbstractFSDriver
-
A simple implementation that iterates over the children to return the one specified
by the name argument.
- child(H, String) - Method in interface org.crsh.vfs.spi.FSDriver
-
Return the specific child of a directory handle, null should be returned if no such
child exist.
- children() - Method in class org.crsh.vfs.File
-
- children(File) - Method in class org.crsh.vfs.spi.file.FileDriver
-
- children(H) - Method in interface org.crsh.vfs.spi.FSDriver
-
Returns an iterable over the children of of a specific directory handle.
- children(Path) - Method in class org.crsh.vfs.spi.ram.RAMDriver
-
- children(String) - Method in class org.crsh.vfs.spi.servlet.ServletContextDriver
-
- children(Node) - Method in class org.crsh.vfs.spi.url.URLDriver
-
- chunks(CharSequence) - Static method in class org.crsh.util.Utils
-
- ClassCache<T> - Class in org.crsh.util
-
- ClassCache(PluginContext, ClassFactory<T>, ResourceKind) - Constructor for class org.crsh.util.ClassCache
-
- ClassFactory<T> - Class in org.crsh.util
-
- ClassFactory() - Constructor for class org.crsh.util.ClassFactory
-
- ClassPathMountFactory - Class in org.crsh.vfs.spi.url
-
- ClassPathMountFactory(ClassLoader) - Constructor for class org.crsh.vfs.spi.url.ClassPathMountFactory
-
- ClassShellCommand<T extends BaseCommand> - Class in org.crsh.lang.impl.java
-
- ClassShellCommand(Class<T>) - Constructor for class org.crsh.lang.impl.java.ClassShellCommand
-
- clear() - Method in class org.crsh.text.ScreenBuffer
-
- ClientAutomaton - Class in org.crsh.shell.impl.remoting
-
- ClientAutomaton(ObjectOutputStream, ObjectInputStream, Shell) - Constructor for class org.crsh.shell.impl.remoting.ClientAutomaton
-
- ClientAutomaton(InputStream, OutputStream, Shell) - Constructor for class org.crsh.shell.impl.remoting.ClientAutomaton
-
- ClientMessage - Class in org.crsh.shell.impl.remoting
-
- ClientMessage() - Constructor for class org.crsh.shell.impl.remoting.ClientMessage
-
- ClientMessage.Cancel - Class in org.crsh.shell.impl.remoting
-
- ClientMessage.Cancel() - Constructor for class org.crsh.shell.impl.remoting.ClientMessage.Cancel
-
- ClientMessage.Close - Class in org.crsh.shell.impl.remoting
-
- ClientMessage.Close() - Constructor for class org.crsh.shell.impl.remoting.ClientMessage.Close
-
- ClientMessage.Execute - Class in org.crsh.shell.impl.remoting
-
- ClientMessage.Execute(int, int, String) - Constructor for class org.crsh.shell.impl.remoting.ClientMessage.Execute
-
- ClientMessage.GetCompletion - Class in org.crsh.shell.impl.remoting
-
- ClientMessage.GetCompletion(String) - Constructor for class org.crsh.shell.impl.remoting.ClientMessage.GetCompletion
-
- ClientMessage.GetPrompt - Class in org.crsh.shell.impl.remoting
-
- ClientMessage.GetPrompt() - Constructor for class org.crsh.shell.impl.remoting.ClientMessage.GetPrompt
-
- ClientMessage.GetWelcome - Class in org.crsh.shell.impl.remoting
-
- ClientMessage.GetWelcome() - Constructor for class org.crsh.shell.impl.remoting.ClientMessage.GetWelcome
-
- ClientMessage.SetSize - Class in org.crsh.shell.impl.remoting
-
- ClientMessage.SetSize(int, int) - Constructor for class org.crsh.shell.impl.remoting.ClientMessage.SetSize
-
- close() - Method in interface org.crsh.command.CommandContext
-
- close() - Method in class org.crsh.command.Pipe
-
Close pipe.
- close() - Method in class org.crsh.console.jline.JLineProcessor
-
- close() - Method in class org.crsh.lang.impl.groovy.closure.ClosureInvoker
-
- close() - Method in class org.crsh.shell.impl.async.AsyncShell
-
- close() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- close() - Method in class org.crsh.shell.impl.command.pipeline.PipeLine
-
- close() - Method in class org.crsh.shell.impl.command.spi.CommandInvoker
-
- close() - Method in class org.crsh.shell.impl.remoting.ServerAutomaton
-
- close() - Static method in class org.crsh.shell.ShellResponse
-
- close() - Method in interface org.crsh.stream.Producer
-
Close the producer.
- close() - Method in class org.crsh.text.RenderWriter
-
- close() - Method in class org.crsh.util.AbstractSocketClient
-
- close() - Method in class org.crsh.util.AbstractSocketServer
-
- close() - Method in class org.crsh.util.CloseableList
-
- close(Socket) - Static method in class org.crsh.util.Utils
-
<<<<<<< HEAD
Close the socket and catch any exception thrown.
- close(Closeable) - Static method in class org.crsh.util.Utils
-
Close the closeable and catch any exception thrown.
- close(Connection) - Static method in class org.crsh.util.Utils
-
Close the connection and catch any exception thrown.
- close(Statement) - Static method in class org.crsh.util.Utils
-
Close the statement and catch any exception thrown.
- close(ResultSet) - Static method in class org.crsh.util.Utils
-
Close the result set and catch any exception thrown.
- close(Context) - Static method in class org.crsh.util.Utils
-
Close the context and catch any exception thrown.
- CloseableList - Class in org.crsh.util
-
- CloseableList() - Constructor for class org.crsh.util.CloseableList
-
- closed() - Method in class org.crsh.console.jline.JLineProcessor
-
- ClosureElement - Class in org.crsh.lang.impl.groovy.closure
-
- ClosureElement(Closure) - Constructor for class org.crsh.lang.impl.groovy.closure.ClosureElement
-
- ClosureInvoker - Class in org.crsh.lang.impl.groovy.closure
-
- ClosureInvoker(Closure) - Constructor for class org.crsh.lang.impl.groovy.closure.ClosureInvoker
-
- cls() - Method in interface org.crsh.console.ConsoleDriver
-
Clear screen.
- cls() - Method in class org.crsh.console.jline.JLineProcessor
-
- cls() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- CLS - Class in org.crsh.text
-
Clears the screen.
- cls(Appendable) - Method in class org.crsh.text.Format.Ansi
-
- cls(Appendable) - Method in class org.crsh.text.Format
-
- cls(Appendable) - Method in class org.crsh.text.Format.PreHtml
-
- cls(Appendable) - Method in class org.crsh.text.Format.Text
-
- cls() - Method in class org.crsh.text.RenderAppendable
-
- cls() - Method in class org.crsh.text.RenderPrintWriter
-
- cls() - Method in class org.crsh.text.RenderWriter
-
- cls() - Method in interface org.crsh.text.Screenable
-
- cls() - Method in class org.crsh.text.ScreenBuffer
-
- cls() - Method in class org.crsh.text.VirtualScreen
-
- code - Variable in enum org.crsh.text.Color
-
.
- code - Variable in enum org.crsh.text.Decoration
-
.
- collapse() - Method in class org.crsh.text.ui.TableElement
-
- collection - Variable in class org.crsh.text.renderers.EntityTypeRenderer.AttributeData
-
- Color - Enum in org.crsh.text
-
A color representing the available ansi colors as well as an additional color
Color.def that symbolize the
default color.
- columnLayout - Variable in class org.crsh.text.ui.TableElement
-
The column layout.
- Command<T> - Class in org.crsh.shell.impl.command.spi
-
A command as seen by the shell.
- Command() - Constructor for class org.crsh.shell.impl.command.spi.Command
-
- CommandContext<P> - Interface in org.crsh.command
-
The command context provides the services for invoking a command.
- CommandException - Exception in org.crsh.shell.impl.command.spi
-
Signals a general command exception.
- CommandException(ErrorKind, String) - Constructor for exception org.crsh.shell.impl.command.spi.CommandException
-
- CommandException(ErrorKind, String, Throwable) - Constructor for exception org.crsh.shell.impl.command.spi.CommandException
-
- CommandException(ErrorKind, Throwable) - Constructor for exception org.crsh.shell.impl.command.spi.CommandException
-
- CommandInvoker<C,P> - Class in org.crsh.shell.impl.command.spi
-
- CommandInvoker() - Constructor for class org.crsh.shell.impl.command.spi.CommandInvoker
-
- CommandMatch<C,P> - Class in org.crsh.shell.impl.command.spi
-
The command match that will be used in an command pipeline.
- CommandMatch() - Constructor for class org.crsh.shell.impl.command.spi.CommandMatch
-
- CommandNotFoundException - Exception in org.crsh.lang.impl.script
-
- CommandNotFoundException(String) - Constructor for exception org.crsh.lang.impl.script.CommandNotFoundException
-
- CommandResolution - Interface in org.crsh.lang.spi
-
- CommandResolver - Interface in org.crsh.shell.impl.command.spi
-
Resolve commands.
- CommandTransformer - Class in org.crsh.lang.impl.groovy.ast
-
- CommandTransformer() - Constructor for class org.crsh.lang.impl.groovy.ast.CommandTransformer
-
- CompilationFailureException - Exception in org.crsh.lang.impl.java
-
- CompilationFailureException(List<Diagnostic<? extends JavaFileObject>>) - Constructor for exception org.crsh.lang.impl.java.CompilationFailureException
-
- compileCommand(String, byte[]) - Method in class org.crsh.lang.impl.groovy.GroovyCompiler
-
- compileCommand(String, byte[]) - Method in class org.crsh.lang.impl.java.JavaCompiler
-
- compileCommand(String, byte[]) - Method in class org.crsh.lang.impl.script.ScriptCompiler
-
- compileCommand(String, byte[]) - Method in interface org.crsh.lang.spi.Compiler
-
Compile a command..
- Compiler - Interface in org.crsh.lang.spi
-
- complete(ShellSession, String) - Method in class org.crsh.lang.impl.groovy.GroovyRepl
-
- complete(ShellSession, String) - Method in class org.crsh.lang.impl.script.ScriptRepl
-
- complete(ShellSession, String) - Method in interface org.crsh.lang.spi.Repl
-
Perform completion.
- complete(String) - Method in class org.crsh.shell.impl.async.AsyncShell
-
- complete(RuntimeContext, String) - Method in class org.crsh.shell.impl.command.spi.Command
-
Provide completions for the specified arguments.
- complete(ParameterDescriptor, String) - Method in class org.crsh.shell.impl.command.system.repl
-
- complete(String) - Method in class org.crsh.shell.impl.remoting.ServerAutomaton
-
- complete(String) - Method in interface org.crsh.shell.Shell
-
Completion.
- connect() - Method in class org.crsh.util.AbstractSocketClient
-
- connect() - Method in class org.crsh.vfs.spi.ram.RAMURLConnection
-
- Console - Class in org.crsh.console
-
A console state machine, which delegates the state machine to the Plugin implementation.
- Console(Shell, ConsoleDriver) - Constructor for class org.crsh.console.Console
-
- ConsoleDriver - Interface in org.crsh.console
-
The contract between the console and the underlying stream.
- CONSTRUCTED - Static variable in class org.crsh.plugin.CRaSHPlugin
-
.
- Consumer<C> - Interface in org.crsh.stream
-
Defines the interface for a consumer.
- contains(Object) - Method in class org.crsh.text.ScreenBuffer
-
- containsKey(Object) - Method in class org.crsh.util.SimpleMap
-
- context - Variable in class org.crsh.command.AbstractCommand
-
The current context : need to find a way to make not that public.
- context - Variable in class org.crsh.command.Pipe
-
.
- context - Variable in class org.crsh.lang.impl.groovy.command.GroovyScriptCommand
-
The current context.
- contextDestroyed(ServletContextEvent) - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- contextInitialized(ServletContextEvent) - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- copy(InputStream, OutputStream) - Static method in class org.crsh.util.Utils
-
- CRaSH - Class in org.crsh.shell.impl.command
-
- CRaSH(PluginContext) - Constructor for class org.crsh.shell.impl.command.CRaSH
-
Create a new CRaSH.
- CRaSH - Class in org.crsh.standalone
-
- CRaSH() - Constructor for class org.crsh.standalone.CRaSH
-
- CRaSHCommand - Class in org.crsh.command
-
Deprecated.
should be removed instead extend GroovyCommand or just don't extend anything
- CRaSHCommand() - Constructor for class org.crsh.command.CRaSHCommand
-
Deprecated.
- CRaSHPlugin<P> - Class in org.crsh.plugin
-
- CRaSHPlugin() - Constructor for class org.crsh.plugin.CRaSHPlugin
-
- CRaSHProvider - Class in org.crsh.standalone
-
- CRaSHProvider() - Constructor for class org.crsh.standalone.CRaSHProvider
-
- CRaSHShellFactory - Class in org.crsh.shell.impl.command
-
- CRaSHShellFactory() - Constructor for class org.crsh.shell.impl.command.CRaSHShellFactory
-
- create(ShellSession) - Method in class org.crsh.lang.impl.script.PipeLineFactory
-
- create(Map<String, Object>, PluginDiscovery, ClassLoader) - Method in class org.crsh.plugin.Embedded
-
Create the plugin context, allow subclasses to customize it.
- create(String, String, String, boolean) - Static method in class org.crsh.plugin.PropertyDescriptor
-
- create(String, String, String) - Static method in class org.crsh.plugin.PropertyDescriptor
-
- create(String, Integer, String, boolean) - Static method in class org.crsh.plugin.PropertyDescriptor
-
- create(String, Integer, String) - Static method in class org.crsh.plugin.PropertyDescriptor
-
- create(String, List, String, boolean) - Static method in class org.crsh.plugin.PropertyDescriptor
-
- create(String, List, String) - Static method in class org.crsh.plugin.PropertyDescriptor
-
- create(Principal, boolean) - Method in class org.crsh.shell.impl.command.CRaSHShellFactory
-
- create(Principal) - Method in class org.crsh.shell.impl.command.CRaSHShellFactory
-
- create(Principal) - Method in interface org.crsh.shell.ShellFactory
-
Create a shell object ready to be used.
- create(int) - Static method in class org.crsh.util.BlankSequence
-
- create(URL) - Static method in class org.crsh.util.ZipIterator
-
- create(boolean, String[]) - Method in class org.crsh.vfs.Path.Absolute
-
- create(boolean, String[]) - Method in class org.crsh.vfs.Path
-
- create(boolean, String[]) - Method in class org.crsh.vfs.Path.Relative
-
- create(Path) - Method in class org.crsh.vfs.spi.file.FileMountFactory
-
- create(Path) - Method in interface org.crsh.vfs.spi.FSMountFactory
-
Resolve a mount for the specified path.
- create(Path) - Method in class org.crsh.vfs.spi.ram.RAMMountFactory
-
- create(Path) - Method in class org.crsh.vfs.spi.servlet.WarMountFactory
-
- create(Path) - Method in class org.crsh.vfs.spi.url.ClassPathMountFactory
-
- createCommandFS() - Method in class org.crsh.plugin.Embedded
-
Create the command file system from the crash.mountpointconfig.cmd servlet context parameter.
- createConfFS() - Method in class org.crsh.plugin.Embedded
-
Create the conf file system from the crash.mountpointconfig.conf servlet context parameter.
- createConfigurationCapabilities() - Method in class org.crsh.auth.JaasAuthenticationPlugin
-
- createConfigurationCapabilities() - Method in class org.crsh.auth.SimpleAuthenticationPlugin
-
- createConfigurationCapabilities() - Method in class org.crsh.plugin.CRaSHPlugin
-
- createDiscovery(ServletContext, ClassLoader) - Method in class org.crsh.plugin.WebPluginLifeCycle
-
Create the service loader discovery, this can be subclassed to provide an implementation, the current
implementation returns a
ServiceLoaderDiscovery instance.
- createFactory() - Method in class org.crsh.lang.impl.script.Token
-
- createFS(String) - Method in class org.crsh.plugin.Embedded
-
Create a new file system, configured by a the argument mountPointConfig: when the mount point
configuration is not null, it is mounted on the returned file system.
- createNode(Object) - Method in class org.crsh.text.ui.UIBuilder
-
- createNode(Object, Map, Object) - Method in class org.crsh.text.ui.UIBuilder
-
- createNode(Object, Object) - Method in class org.crsh.text.ui.UIBuilder
-
- createNode(Object, Map) - Method in class org.crsh.text.ui.UIBuilder
-
- createProcess(String) - Method in class org.crsh.shell.impl.async.AsyncShell
-
- createProcess(String) - Method in class org.crsh.shell.impl.remoting.ServerAutomaton
-
- createProcess(String) - Method in interface org.crsh.shell.Shell
-
Process a request.
- createSession(Principal) - Method in class org.crsh.shell.impl.command.CRaSH
-
- get(Object) - Method in class org.crsh.util.ServletContextMap
-
- get(Object) - Method in class org.crsh.util.SimpleMap
-
- get(Path) - Method in class org.crsh.vfs.FS
-
- get(File) - Static method in class org.crsh.vfs.Path
-
- get(String) - Static method in class org.crsh.vfs.Path
-
- getActualHeight(int) - Method in class org.crsh.text.LineRenderer
-
Return the actual height for the specified with.
- getActualWidth() - Method in class org.crsh.text.LineRenderer
-
Returns the element actual width.
- getAttributes() - Method in interface org.crsh.command.RuntimeContext
-
Returns the current attributes.
- getAttributes() - Method in class org.crsh.plugin.PluginContext
-
- getAttributes() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getAttributes() - Method in class org.crsh.shell.impl.command.RuntimeContextImpl
-
- getBackground() - Method in class org.crsh.text.Style.Composite
-
- getBindingPort() - Method in class org.crsh.util.AbstractSocketServer
-
- getBlink() - Method in class org.crsh.text.Style.Composite
-
- getBold() - Method in class org.crsh.text.Style.Composite
-
- getBorder() - Method in class org.crsh.text.ui.TableElement
-
- getChilren(String) - Method in class org.crsh.util.JNDIHandler.JNDICompleter
-
- getClass(String) - Method in class org.crsh.util.ClassCache
-
- getCol(int) - Method in class org.crsh.text.ui.RowElement
-
- getColumnLayout() - Method in class org.crsh.text.ui.TableElement
-
- getCommand() - Method in interface org.crsh.lang.spi.CommandResolution
-
- getCommand(String) - Method in class org.crsh.shell.impl.command.CRaSH
-
Attempt to obtain a command instance.
- getCommand(String) - Method in interface org.crsh.shell.impl.command.ShellSession
-
- getCommandClass() - Method in class org.crsh.standalone.CRaSHProvider
-
- getCommands() - Method in class org.crsh.shell.impl.command.CRaSH
-
- getCommands() - Method in interface org.crsh.shell.impl.command.ShellSession
-
- getCompiler() - Method in class org.crsh.lang.impl.groovy.GroovyLanguage
-
- getCompiler() - Method in class org.crsh.lang.impl.java.JavaLanguage
-
- getCompiler() - Method in class org.crsh.lang.impl.LanguageProxy
-
- getCompiler(String) - Method in class org.crsh.lang.LanguageCommandResolver
-
- getCompiler() - Method in interface org.crsh.lang.spi.Language
-
- getCompleter(RuntimeContext) - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptShellCommand
-
- getCompleter(RuntimeContext) - Method in class org.crsh.lang.impl.java.ClassShellCommand
-
- getCompleter(RuntimeContext) - Method in class org.crsh.shell.impl.command.spi.Command
-
Returns a completer for this command.
- getConfig() - Method in class org.crsh.plugin.PluginLifeCycle
-
- getConfigurationCapabilities() - Method in class org.crsh.plugin.CRaSHPlugin
-
- getConsumedType() - Method in class org.crsh.command.Pipe
-
- getConsumedType() - Method in class org.crsh.lang.impl.groovy.closure.ClosureInvoker
-
- getConsumedType() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getConsumedType() - Method in class org.crsh.shell.impl.command.pipeline.PipeLine
-
- getConsumedType() - Method in class org.crsh.shell.impl.command.spi.CommandMatch
-
- getConsumedType() - Method in interface org.crsh.stream.Consumer
-
Returns the class of the element generic type.
- getConsumedType() - Method in class org.crsh.text.ScreenContextConsumer
-
- getContent() - Method in class org.crsh.vfs.Resource
-
- getContext() - Method in class org.crsh.plugin.CRaSHPlugin
-
- getContext() - Method in class org.crsh.plugin.PluginLifeCycle
-
- getContext() - Method in class org.crsh.shell.impl.command.CRaSH
-
Returns the plugin context.
- getContext() - Method in interface org.crsh.shell.impl.command.ShellSession
-
- getCount() - Method in class org.crsh.console.Mode.Digit
-
- getCredentialType() - Method in interface org.crsh.auth.AuthenticationPlugin
-
Returns the credential type.
- getCredentialType() - Method in class org.crsh.auth.JaasAuthenticationPlugin
-
- getCredentialType() - Method in class org.crsh.auth.SimpleAuthenticationPlugin
-
- getCurrentDirectory() - Static method in class org.crsh.util.Utils
-
- getCurrentPath() - Method in class org.crsh.util.JNDIHandler.JNDICompleter
-
- getDefaultCmdMountPointConfig() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- getDefaultConfMountPointConfig() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- getDefaultDisplayValue() - Method in class org.crsh.plugin.PropertyDescriptor
-
- getDefaultValue() - Method in class org.crsh.plugin.PropertyDescriptor
-
- getDescription() - Method in class org.crsh.lang.impl.groovy.GroovyRepl
-
- getDescription() - Method in class org.crsh.lang.impl.script.ScriptRepl
-
- getDescription() - Method in interface org.crsh.lang.spi.CommandResolution
-
- getDescription() - Method in interface org.crsh.lang.spi.Repl
-
- getDescription() - Method in class org.crsh.plugin.PropertyDescriptor
-
- getDescriptions() - Method in class org.crsh.lang.LanguageCommandResolver
-
- getDescriptions() - Method in interface org.crsh.shell.impl.command.spi.CommandResolver
-
- getDescriptions() - Method in class org.crsh.shell.impl.command.system.SystemResolver
-
- getDescriptor() - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptShellCommand
-
- getDescriptor() - Method in class org.crsh.lang.impl.java.ClassShellCommand
-
- getDescriptor() - Method in class org.crsh.plugin.Property
-
- getDescriptor() - Method in class org.crsh.shell.impl.command.spi.Command
-
Returns the command descriptor.
- getDisplayName() - Method in class org.crsh.lang.impl.groovy.GroovyLanguage
-
- getDisplayName() - Method in class org.crsh.lang.impl.java.JavaLanguage
-
- getDisplayName() - Method in class org.crsh.lang.impl.LanguageProxy
-
- getDisplayName() - Method in interface org.crsh.lang.spi.Language
-
- getDisplayValue() - Method in class org.crsh.plugin.Property
-
- getDriver() - Method in class org.crsh.vfs.spi.Mount
-
- getElements() - Method in class org.crsh.text.ui.UIBuilder
-
- getErrorKind() - Method in exception org.crsh.shell.impl.command.spi.CommandException
-
- getErrors() - Method in exception org.crsh.lang.impl.java.CompilationFailureException
-
- getExecutor() - Method in class org.crsh.plugin.PluginContext
-
- getExtensions() - Method in class org.crsh.lang.impl.groovy.GroovyCompiler
-
- getExtensions() - Method in class org.crsh.lang.impl.java.JavaCompiler
-
- getExtensions() - Method in class org.crsh.lang.impl.script.ScriptCompiler
-
- getExtensions() - Method in interface org.crsh.lang.spi.Compiler
-
Returns the set of extensions managed by this implementation.
- getFirst() - Method in class org.crsh.util.Pair
-
- getForeground() - Method in class org.crsh.text.Style.Composite
-
- getGroovyShell(ShellSession) - Static method in class org.crsh.lang.impl.groovy.GroovyCompiler
-
The underlying groovu shell used for the REPL.
- getHeight() - Method in interface org.crsh.console.ConsoleDriver
-
Returns the term height in chars.
- getHeight() - Method in class org.crsh.console.jline.JLineProcessor
-
- getHeight() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getHeight() - Method in class org.crsh.shell.impl.remoting.ClientAutomaton
-
- getHeight() - Method in class org.crsh.text.RenderAppendable
-
- getHeight() - Method in interface org.crsh.text.ScreenContext
-
Returns the screen height in chars.
- getHeight() - Method in class org.crsh.text.VirtualScreen
-
- getImplementation() - Method in class org.crsh.auth.JaasAuthenticationPlugin
-
- getImplementation() - Method in class org.crsh.auth.SimpleAuthenticationPlugin
-
- getImplementation() - Method in class org.crsh.lang.impl.java.JavaLanguage
-
- getImplementation() - Method in class org.crsh.lang.impl.LanguageProxy
-
- getImplementation() - Method in class org.crsh.lang.impl.script.ScriptLanguage
-
- getImplementation() - Method in class org.crsh.plugin.CRaSHPlugin
-
Returns the implementation.
- getImplementation() - Method in class org.crsh.shell.impl.command.CRaSHShellFactory
-
- getInputStream() - Method in class org.crsh.vfs.spi.ram.RAMURLConnection
-
- getInstance() - Static method in class org.crsh.lang.impl.script.ScriptCompiler
-
- getInstance() - Static method in class org.crsh.lang.impl.script.ScriptRepl
-
- getInvoker() - Method in class org.crsh.shell.impl.command.spi.CommandMatch
-
- getKeyBuffer() - Method in class org.crsh.console.Console
-
- getKeyHandler() - Method in class org.crsh.shell.impl.async.AsyncProcess
-
- getKeyHandler() - Method in class org.crsh.shell.impl.command.pipeline.PipeLine
-
- getKeyHandler() - Method in class org.crsh.shell.impl.command.spi.CommandInvoker
-
Return the key handler or null if the invoker cannot handler key events.
- getKeyHandler() - Method in class org.crsh.shell.impl.remoting.ServerProcess
-
- getKeyHandler() - Method in interface org.crsh.shell.ShellProcess
-
Returns the key handler or null if the process won't handle key events.
- getKeyMap() - Method in class org.crsh.console.Mode.ChangeChar
-
- getKeyMap() - Method in class org.crsh.console.Mode.Digit
-
- getKeyMap() - Method in class org.crsh.console.Mode
-
- getKind() - Method in class org.crsh.shell.ShellResponse.Error
-
- getLanguage() - Method in class org.crsh.lang.impl.groovy.GroovyRepl
-
- getLanguage() - Method in class org.crsh.lang.impl.script.ScriptRepl
-
- getLanguage() - Method in interface org.crsh.lang.spi.Repl
-
- getLast() - Method in class org.crsh.lang.impl.script.PipeLineFactory
-
- getLast() - Method in class org.crsh.lang.impl.script.Token
-
- getLastModified(File) - Method in class org.crsh.vfs.spi.file.FileDriver
-
- getLastModified(H) - Method in interface org.crsh.vfs.spi.FSDriver
-
Return the last modified date timestamp of an handle.
- getLastModified(Path) - Method in class org.crsh.vfs.spi.ram.RAMDriver
-
- getLastModified(String) - Method in class org.crsh.vfs.spi.servlet.ServletContextDriver
-
- getLastModified(Node) - Method in class org.crsh.vfs.spi.url.URLDriver
-
- getLeftCellPadding() - Method in class org.crsh.text.ui.TableElement
-
- getLifeCycle(ShellSession, String) - Method in class org.crsh.lang.impl.groovy.GroovyLanguage
-
- getLine() - Method in class org.crsh.lang.impl.script.PipeLineFactory
-
- getLoader() - Method in class org.crsh.plugin.PluginContext
-
Returns the classloader associated with this context.
- getMessage() - Method in exception org.crsh.lang.impl.java.CompilationFailureException
-
- getMessage() - Method in class org.crsh.shell.ShellResponse.Cancelled
-
- getMessage() - Method in class org.crsh.shell.ShellResponse.Close
-
- getMessage() - Method in class org.crsh.shell.ShellResponse.Error
-
- getMessage() - Method in class org.crsh.shell.ShellResponse
-
- getMessage() - Method in class org.crsh.shell.ShellResponse.NoCommand
-
- getMessage() - Method in class org.crsh.shell.ShellResponse.Ok
-
- getMessage() - Method in class org.crsh.shell.ShellResponse.UnknownCommand
-
- getMetaClass() - Method in class org.crsh.groovy.GroovyCommand
-
- getMinHeight(int) - Method in class org.crsh.text.LineRenderer
-
Return the minimum height for the specified with.
- getMinWidth() - Method in class org.crsh.text.LineRenderer
-
Returns the element minimum width.
- getMode() - Method in class org.crsh.console.Console
-
- getMountFactories() - Method in class org.crsh.plugin.Embedded
-
- getMountFactories() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
This implementation register three file system drivers:
file : the current file system
classpath : the classpath
war : the war content
- getMounts() - Method in class org.crsh.vfs.FS.Builder
-
- getName() - Method in interface org.crsh.auth.AuthenticationPlugin
-
Returns the authentication plugin name.
- getName() - Method in class org.crsh.auth.JaasAuthenticationPlugin
-
- getName() - Method in class org.crsh.auth.SimpleAuthenticationPlugin
-
- getName() - Method in class org.crsh.lang.impl.groovy.GroovyLanguage
-
- getName() - Method in class org.crsh.lang.impl.java.JavaLanguage
-
- getName() - Method in class org.crsh.lang.impl.LanguageProxy
-
- getName() - Method in exception org.crsh.lang.impl.script.CommandNotFoundException
-
- getName() - Method in class org.crsh.lang.impl.script.ScriptRepl
-
- getName() - Method in interface org.crsh.lang.spi.Language
-
- getName() - Method in class org.crsh.plugin.PropertyDescriptor
-
- getName() - Method in class org.crsh.shell.ShellResponse.UnknownCommand
-
- getName(String) - Method in class org.crsh.util.JNDIHandler.JNDICompleter
-
- getName() - Method in class org.crsh.vfs.File
-
- getName() - Method in class org.crsh.vfs.Path
-
- getName() - Method in class org.crsh.vfs.Resource
-
- getNext() - Method in class org.crsh.lang.impl.script.PipeLineFactory
-
- getNode(int) - Method in class org.crsh.text.ui.TreeElement
-
- getObject() - Method in class org.crsh.util.TimestampedObject
-
- getOverflow() - Method in class org.crsh.text.ui.TableElement
-
- getPath(String) - Method in class org.crsh.util.JNDIHandler.JNDICompleter
-
- getPath() - Method in class org.crsh.vfs.File
-
- getPlugin(Class<T>) - Method in class org.crsh.plugin.PluginContext
-
Returns the first plugin associated with this context implementing the specified type.
- getPluginContext(String) - Static method in class org.crsh.plugin.WebPluginLifeCycle
-
Returns a plugin context associated with the servlet context or null if such context does not exist.
- getPlugins() - Method in class org.crsh.plugin.PluginContext
-
- getPlugins(Class<T>) - Method in class org.crsh.plugin.PluginContext
-
Returns the plugins associated with this context.
- getPlugins() - Method in interface org.crsh.plugin.PluginDiscovery
-
Returns the available plugins.
- getPlugins() - Method in class org.crsh.plugin.ServiceLoaderDiscovery
-
- getPlugins() - Method in class org.crsh.plugin.SimplePluginDiscovery
-
- getPort() - Method in class org.crsh.util.AbstractSocketServer
-
- getProduced() - Method in class org.crsh.shell.ShellResponse.Ok
-
- getProducedType() - Method in class org.crsh.command.Pipe
-
- getProducedType() - Method in class org.crsh.lang.impl.groovy.closure.ClosureInvoker
-
- getProducedType() - Method in class org.crsh.shell.impl.command.pipeline.PipeLine
-
- getProducedType() - Method in class org.crsh.shell.impl.command.spi.CommandMatch
-
- getProducedType() - Method in interface org.crsh.stream.Producer
-
Returns the class of the produced type.
- getPrompt() - Method in class org.crsh.shell.impl.async.AsyncShell
-
- getPrompt() - Method in class org.crsh.shell.impl.remoting.ServerAutomaton
-
- getPrompt() - Method in interface org.crsh.shell.Shell
-
Returns the shell prompt.
- getProperty(String) - Method in interface org.crsh.console.ConsoleDriver
-
Retrieves the value of a property specified by this TermIO
- getProperty(String) - Method in class org.crsh.console.jline.JLineProcessor
-
- getProperty(String) - Method in class org.crsh.groovy.GroovyCommand
-
- getProperty(String) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineClosure
-
- getProperty(String) - Method in class org.crsh.lang.impl.groovy.command.GroovyScript
-
- getProperty(String) - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptCommand
-
- getProperty(PropertyDescriptor<T>) - Method in class org.crsh.plugin.PluginContext
-
Returns a context property or null if it cannot be found.
- getProperty(String) - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getProperty(String) - Method in interface org.crsh.shell.InteractionContext
-
Returns a generic property, usually this property is resolved by the
shell client.
- getPropertyManager() - Method in class org.crsh.plugin.PluginContext
-
- getRenderable(Class<I>) - Static method in class org.crsh.text.Renderer
-
- getRepl() - Method in class org.crsh.lang.impl.groovy.GroovyLanguage
-
- getRepl() - Method in class org.crsh.lang.impl.java.JavaLanguage
-
- getRepl() - Method in class org.crsh.lang.impl.LanguageProxy
-
- getRepl() - Method in interface org.crsh.lang.spi.Language
-
- getRepl() - Method in interface org.crsh.shell.impl.command.ShellSession
-
- getResource() - Method in class org.crsh.vfs.File
-
- getResources() - Method in class org.crsh.vfs.File
-
- getRightCellPadding() - Method in class org.crsh.text.ui.TableElement
-
- getRowLayout() - Method in class org.crsh.text.ui.TableElement
-
- getRows() - Method in class org.crsh.text.ui.TableElement
-
- getRunnable() - Method in class org.crsh.shell.impl.remoting.RemoteClient
-
- getScreenContext() - Method in class org.crsh.shell.impl.command.spi.CommandInvoker
-
Provide an opportunity for the command to implement screen context.
- getSecond() - Method in class org.crsh.util.Pair
-
- getSeparator() - Method in class org.crsh.text.ui.TableElement
-
- getSession() - Method in interface org.crsh.command.RuntimeContext
-
Returns the current session.
- getSession() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getSession() - Method in class org.crsh.shell.impl.command.RuntimeContextImpl
-
- getShell() - Method in class org.crsh.shell.impl.remoting.RemoteServer
-
- getSize() - Method in class org.crsh.text.ui.RowElement
-
- getSize() - Method in class org.crsh.text.ui.TreeElement
-
- getSize() - Method in class org.crsh.vfs.Path
-
- getStatus() - Method in class org.crsh.plugin.CRaSHPlugin
-
Returns the current plugin status.
- getStatus() - Method in class org.crsh.shell.impl.async.AsyncProcess
-
- getStreamFactory() - Method in class org.crsh.util.ZipIterator
-
Return a stream factory for the current entry.
- getStyle() - Method in class org.crsh.text.ui.Element
-
- getThrowable() - Method in class org.crsh.shell.ShellResponse.Error
-
- getTimestamp() - Method in class org.crsh.util.TimestampedObject
-
- getTimestamp() - Method in class org.crsh.vfs.Resource
-
- getTo() - Method in class org.crsh.console.Mode.Digit
-
- getType() - Method in class org.crsh.plugin.CRaSHPlugin
-
Returns the plugin type.
- getType() - Method in class org.crsh.plugin.PropertyDescriptor
-
- getType() - Method in class org.crsh.text.Renderer
-
- getType() - Method in class org.crsh.text.renderers.BindingRenderer
-
- getType() - Method in class org.crsh.text.renderers.EntityTypeRenderer
-
- getType() - Method in class org.crsh.text.renderers.FileRenderer
-
- getType() - Method in class org.crsh.text.renderers.LoggerRenderer
-
- getType() - Method in class org.crsh.text.renderers.LogRecordRenderer
-
- getType() - Method in class org.crsh.text.renderers.MapRenderer
-
- getType() - Method in class org.crsh.text.renderers.MBeanInfoRenderer
-
- getType() - Method in class org.crsh.text.renderers.MemoryUsageRenderer
-
- getType() - Method in class org.crsh.text.renderers.ObjectNameRenderer
-
- getType() - Method in class org.crsh.text.renderers.ThreadRenderer
-
- getType() - Method in class org.crsh.text.ui.ElementRenderer
-
- getType() - Method in class org.crsh.text.ui.UIBuilderRenderer
-
- getUnderline() - Method in class org.crsh.text.Style.Composite
-
- getUnmatched() - Method in class org.crsh.command.BaseCommand
-
- getValue() - Method in class org.crsh.plugin.Property
-
- getValue() - Method in class org.crsh.text.ui.LabelElement
-
- getValue() - Method in class org.crsh.text.ui.TreeElement
-
- getValue() - Method in class org.crsh.vfs.Path
-
Returns the canonical path value.
- getValue() - Method in class org.crsh.vfs.spi.Mount
-
- getVersion() - Method in class org.crsh.plugin.PluginContext
-
- getWeights() - Method in class org.crsh.text.ui.Layout.Weighted
-
- getWelcome() - Method in class org.crsh.shell.impl.async.AsyncShell
-
- getWelcome() - Method in class org.crsh.shell.impl.remoting.ServerAutomaton
-
- getWelcome() - Method in interface org.crsh.shell.Shell
-
Returns the welcome message.
- getWidth() - Method in interface org.crsh.console.ConsoleDriver
-
Returns the term width in chars.
- getWidth() - Method in class org.crsh.console.jline.JLineProcessor
-
- getWidth() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getWidth() - Method in class org.crsh.shell.impl.remoting.ClientAutomaton
-
- getWidth() - Method in class org.crsh.text.RenderAppendable
-
- getWidth() - Method in interface org.crsh.text.ScreenContext
-
Returns the screen width in chars.
- getWidth() - Method in class org.crsh.text.VirtualScreen
-
- getWriter() - Method in interface org.crsh.command.InvocationContext
-
Returns the writer for the output.
- getWriter() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- globexToRegex(String) - Static method in class org.crsh.util.Utils
-
Create a pattern that transforms a glob expression into a regular expression, the following task are supported
* : Match any number of unknown characters
? : Match one unknown character
[characters] : Match a character as part of a group of characters
\ : Escape character
- GroovyCommand - Class in org.crsh.groovy
-
The base command for Groovy class based commands.
- GroovyCommand() - Constructor for class org.crsh.groovy.GroovyCommand
-
- GroovyCompiler - Class in org.crsh.lang.impl.groovy
-
- GroovyCompiler(PluginContext) - Constructor for class org.crsh.lang.impl.groovy.GroovyCompiler
-
- GroovyLanguage - Class in org.crsh.lang.impl.groovy
-
- GroovyLanguage(PluginContext) - Constructor for class org.crsh.lang.impl.groovy.GroovyLanguage
-
- GroovyLanguageProxy - Class in org.crsh.lang.impl.groovy
-
- GroovyLanguageProxy() - Constructor for class org.crsh.lang.impl.groovy.GroovyLanguageProxy
-
- GroovyRepl - Class in org.crsh.lang.impl.groovy
-
Groovy REPL implementation.
- GroovyRepl(GroovyLanguage) - Constructor for class org.crsh.lang.impl.groovy.GroovyRepl
-
- GroovyScript - Class in org.crsh.lang.impl.groovy.command
-
- GroovyScript() - Constructor for class org.crsh.lang.impl.groovy.command.GroovyScript
-
- GroovyScript(Binding) - Constructor for class org.crsh.lang.impl.groovy.command.GroovyScript
-
- GroovyScriptCommand - Class in org.crsh.lang.impl.groovy.command
-
- GroovyScriptCommand() - Constructor for class org.crsh.lang.impl.groovy.command.GroovyScriptCommand
-
- GroovyScriptShellCommand<T extends GroovyScriptCommand> - Class in org.crsh.lang.impl.groovy.command
-
- GroovyScriptShellCommand(Class<T>) - Constructor for class org.crsh.lang.impl.groovy.command.GroovyScriptShellCommand
-
- RAMDriver - Class in org.crsh.vfs.spi.ram
-
- RAMDriver() - Constructor for class org.crsh.vfs.spi.ram.RAMDriver
-
- RAMMountFactory - Class in org.crsh.vfs.spi.ram
-
- RAMMountFactory() - Constructor for class org.crsh.vfs.spi.ram.RAMMountFactory
-
- RAMURLConnection - Class in org.crsh.vfs.spi.ram
-
- RAMURLConnection(URL, String) - Constructor for class org.crsh.vfs.spi.ram.RAMURLConnection
-
- RAMURLStreamHandler - Class in org.crsh.vfs.spi.ram
-
- RAMURLStreamHandler(RAMDriver) - Constructor for class org.crsh.vfs.spi.ram.RAMURLStreamHandler
-
- readAsBytes(InputStream) - Static method in class org.crsh.util.Utils
-
- readAsUTF8(InputStream) - Static method in class org.crsh.util.Utils
-
- reader(int, int) - Method in class org.crsh.text.LineRenderer
-
Create a renderer for the specified width and height or return null if the element does not provide any output
for the specified dimensions.
- reader(int) - Method in class org.crsh.text.LineRenderer
-
Create a renderer for the specified width or return null if the element does not provide any output.
- readLine(String) - Method in class org.crsh.command.BaseCommand
-
- readLine(String, boolean) - Method in class org.crsh.command.BaseCommand
-
- readLine(String, boolean) - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- readLine(String, boolean) - Method in interface org.crsh.shell.InteractionContext
-
Display a message and read a line on the console, this method call can be blocking until the user provides
a value.
- refresh() - Method in class org.crsh.plugin.PluginContext
-
Refresh the fs system view.
- register(String, FSMountFactory<?>) - Method in class org.crsh.vfs.FS.Builder
-
Register a resolver.
- releaseAlternateBuffer() - Method in interface org.crsh.console.ConsoleDriver
-
Release control of the alternate buffer.
- releaseAlternateBuffer() - Method in class org.crsh.console.jline.JLineProcessor
-
- releaseAlternateBuffer() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- releaseAlternateBuffer() - Method in interface org.crsh.shell.InteractionContext
-
Release control of the alternate buffer.
- RemoteClient - Class in org.crsh.shell.impl.remoting
-
- RemoteClient(int, Shell) - Constructor for class org.crsh.shell.impl.remoting.RemoteClient
-
- RemoteServer - Class in org.crsh.shell.impl.remoting
-
- RemoteServer(int) - Constructor for class org.crsh.shell.impl.remoting.RemoteServer
-
- remove() - Method in class org.crsh.util.BaseIterator
-
- render(RenderAppendable) - Method in class org.crsh.text.LineRenderer
-
Renders this object to the provided output.
- render(RenderAppendable) - Method in class org.crsh.text.ui.Element
-
- RenderAppendable - Class in org.crsh.text
-
- RenderAppendable(ScreenContext) - Constructor for class org.crsh.text.RenderAppendable
-
- Renderer<E> - Class in org.crsh.text
-
Provide a renderable.
- Renderer() - Constructor for class org.crsh.text.Renderer
-
- renderer(Iterator<E>) - Method in class org.crsh.text.Renderer
-
- renderer(Iterator<BindingRenderer.BindingData>) - Method in class org.crsh.text.renderers.BindingRenderer
-
- renderer(Iterator<EntityTypeRenderer.EntityTypeData>) - Method in class org.crsh.text.renderers.EntityTypeRenderer
-
- renderer(Iterator<File>) - Method in class org.crsh.text.renderers.FileRenderer
-
- renderer(Iterator<Logger>) - Method in class org.crsh.text.renderers.LoggerRenderer
-
- renderer(Iterator<LogRecord>) - Method in class org.crsh.text.renderers.LogRecordRenderer
-
- renderer(Iterator<Map<?, ?>>) - Method in class org.crsh.text.renderers.MapRenderer
-
- renderer(Iterator<MBeanInfo>) - Method in class org.crsh.text.renderers.MBeanInfoRenderer
-
- renderer(Iterator<MemoryUsage>) - Method in class org.crsh.text.renderers.MemoryUsageRenderer
-
- renderer(Iterator<ObjectName>) - Method in class org.crsh.text.renderers.ObjectNameRenderer
-
- renderer(Iterator<Thread>) - Method in class org.crsh.text.renderers.ThreadRenderer
-
- renderer() - Method in class org.crsh.text.ui.Element
-
- renderer(Iterator<Element>) - Method in class org.crsh.text.ui.ElementRenderer
-
- renderer() - Method in class org.crsh.text.ui.EvalElement
-
- renderer() - Method in class org.crsh.text.ui.LabelElement
-
- renderer() - Method in class org.crsh.text.ui.RowElement
-
- renderer() - Method in class org.crsh.text.ui.TableElement
-
- renderer() - Method in class org.crsh.text.ui.TextElement
-
- renderer() - Method in class org.crsh.text.ui.TreeElement
-
- renderer(Iterator<UIBuilder>) - Method in class org.crsh.text.ui.UIBuilderRenderer
-
- renderLine(RenderAppendable) - Method in interface org.crsh.text.LineReader
-
Renders the element.
- RenderPrintWriter - Class in org.crsh.text
-
- RenderPrintWriter(ScreenContext) - Constructor for class org.crsh.text.RenderPrintWriter
-
- RenderPrintWriter(ScreenContext, Closeable) - Constructor for class org.crsh.text.RenderPrintWriter
-
- RenderWriter - Class in org.crsh.text
-
- RenderWriter(ScreenContext) - Constructor for class org.crsh.text.RenderWriter
-
- RenderWriter(ScreenContext, Closeable) - Constructor for class org.crsh.text.RenderWriter
-
- Repl - Interface in org.crsh.lang.spi
-
Read–eval–print loop.
- repl - Class in org.crsh.shell.impl.command.system
-
- repl() - Constructor for class org.crsh.shell.impl.command.system.repl
-
- ReplCompleter - Interface in org.crsh.shell.impl.command.system
-
- ReplResponse - Class in org.crsh.lang.spi
-
- ReplResponse() - Constructor for class org.crsh.lang.spi.ReplResponse
-
- ReplResponse.Invoke - Class in org.crsh.lang.spi
-
- ReplResponse.Invoke(CommandInvoker<Void, ?>) - Constructor for class org.crsh.lang.spi.ReplResponse.Invoke
-
- ReplResponse.Response - Class in org.crsh.lang.spi
-
- ReplResponse.Response(ShellResponse) - Constructor for class org.crsh.lang.spi.ReplResponse.Response
-
- reset - Static variable in class org.crsh.text.Style
-
- resolve(String) - Method in interface org.crsh.command.InvocationContext
-
Resolve a command invoker for the specified command line.
- resolve(InvocationMatch<Instance<T>>) - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptShellCommand
-
- resolve(InvocationMatch<Instance<T>>) - Method in class org.crsh.lang.impl.java.ClassShellCommand
-
- resolve(String) - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- resolve(InvocationMatch<T>) - Method in class org.crsh.shell.impl.command.spi.Command
-
Resolve the real match for a specified invocation match.
- resolve(Type, Class<?>, int) - Static method in class org.crsh.util.Utils
-
A simplistic implementation, it may not handle all cases but it should handle enough.
- resolveCmdMountPointConfig() - Method in class org.crsh.plugin.Embedded
-
- resolveCmdMountPointConfig() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- resolveCommand(String) - Method in class org.crsh.lang.LanguageCommandResolver
-
- resolveCommand(String) - Method in class org.crsh.shell.impl.command.spi.Command
-
- resolveCommand(Map<String, ?>, String, Map<String, ?>, List<?>) - Method in class org.crsh.shell.impl.command.spi.Command
-
Provides an invoker for the command line specified in a detyped manner.
- resolveCommand(String) - Method in interface org.crsh.shell.impl.command.spi.CommandResolver
-
Attempt to obtain a command.
- resolveCommand(String) - Method in class org.crsh.shell.impl.command.system.SystemResolver
-
- resolveConfMountPointConfig() - Method in class org.crsh.plugin.Embedded
-
- resolveConfMountPointConfig() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- resolveInvoker(String) - Method in class org.crsh.shell.impl.command.spi.Command
-
Provides an invoker for the command line specified as a command line to parse.
- resolveMethodInvocation(InvocationContext, String, Object) - Static method in class org.crsh.lang.impl.groovy.Helper
-
- resolveProperty(InvocationContext, String) - Static method in class org.crsh.lang.impl.groovy.Helper
-
- resolveToClass(Type, Class<?>, int) - Static method in class org.crsh.util.Utils
-
- resolveToClass(Type) - Static method in class org.crsh.util.Utils
-
- Resource - Class in org.crsh.vfs
-
- Resource(String, byte[], long) - Constructor for class org.crsh.vfs.Resource
-
- Resource(String, URL) - Constructor for class org.crsh.vfs.Resource
-
- Resource - Class in org.crsh.vfs.spi.url
-
- ResourceKind - Enum in org.crsh.plugin
-
- ResourceManager - Class in org.crsh.plugin
-
- response - Variable in class org.crsh.lang.spi.ReplResponse.Response
-
.
- response - Variable in class org.crsh.shell.impl.remoting.ServerMessage.End
-
.
- rethrow(Class<T>, Throwable) - Static method in class org.crsh.util.Utils
-
- rightCellPadding(int) - Method in class org.crsh.text.ui.TableElement
-
- ROOT - Static variable in class org.crsh.vfs.Path
-
.
- root() - Method in class org.crsh.vfs.spi.file.FileDriver
-
- root() - Method in interface org.crsh.vfs.spi.FSDriver
-
Returns the root handle.
- root() - Method in class org.crsh.vfs.spi.ram.RAMDriver
-
- root() - Method in class org.crsh.vfs.spi.servlet.ServletContextDriver
-
- root() - Method in class org.crsh.vfs.spi.url.URLDriver
-
- row() - Static method in class org.crsh.text.ui.Element
-
- row(Element...) - Method in class org.crsh.text.ui.TableElement
-
- row(String...) - Method in class org.crsh.text.ui.TableElement
-
- row(boolean, Element...) - Method in class org.crsh.text.ui.TableElement
-
- row(boolean, String...) - Method in class org.crsh.text.ui.TableElement
-
- RowElement - Class in org.crsh.text.ui
-
- RowElement() - Constructor for class org.crsh.text.ui.RowElement
-
- RowElement(boolean) - Constructor for class org.crsh.text.ui.RowElement
-
- rowLayout - Variable in class org.crsh.text.ui.TableElement
-
The optional row row layout.
- run() - Method in class org.crsh.console.jline.JLineProcessor
-
- run() - Method in class org.crsh.shell.impl.remoting.ClientAutomaton
-
- run() - Method in class org.crsh.util.Statement
-
- RuntimeContext - Interface in org.crsh.command
-
The minimum set of services that a command needs for executing properly:
a session map
an attribute map
- RuntimeContextImpl - Class in org.crsh.shell.impl.command
-
- RuntimeContextImpl(Map<String, Object>, Map<String, Object>) - Constructor for class org.crsh.shell.impl.command.RuntimeContextImpl
-
- value - Variable in class org.crsh.lang.impl.script.Token
-
.
- value - Variable in class org.crsh.shell.impl.remoting.ServerMessage.Completion
-
.
- value - Variable in class org.crsh.shell.impl.remoting.ServerMessage.Prompt
-
.
- value - Variable in class org.crsh.shell.impl.remoting.ServerMessage.Welcome
-
.
- valueOf(String) - Static method in enum org.crsh.keyboard.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.plugin.ResourceKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.shell.ErrorKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.shell.impl.async.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.text.Color
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.text.Decoration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.text.ui.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.text.ui.Overflow
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.crsh.keyboard.KeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.plugin.ResourceKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.shell.ErrorKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.shell.impl.async.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.text.Color
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.text.Decoration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.text.ui.BorderStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.text.ui.Overflow
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verbose - Variable in class org.crsh.text.renderers.BindingRenderer.BindingData
-
- verbose - Variable in class org.crsh.text.renderers.EntityTypeRenderer.EntityTypeData
-
- vertical(Iterable<? extends LineRenderer>) - Static method in class org.crsh.text.LineRenderer
-
- VFS_REFRESH_PERIOD - Static variable in class org.crsh.plugin.PropertyDescriptor
-
.
- VFS_REFRESH_UNIT - Static variable in class org.crsh.plugin.PropertyDescriptor
-
.
- VI_INSERT - Static variable in class org.crsh.console.Mode
-
- VI_MOVE - Static variable in class org.crsh.console.Mode
-
- VirtualScreen - Class in org.crsh.text
-
A virtual screen that can be scrolled.
- VirtualScreen(ScreenContext) - Constructor for class org.crsh.text.VirtualScreen
-
- visit(ASTNode[], SourceUnit) - Method in class org.crsh.lang.impl.groovy.ast.ArgumentNameTransformer
-
- visit(ASTNode[], SourceUnit) - Method in class org.crsh.lang.impl.groovy.ast.CommandTransformer
-
- visit(ASTNode[], SourceUnit) - Method in class org.crsh.lang.impl.groovy.ast.DefaultImportTransformer
-
- visit(ASTNode[], SourceUnit) - Method in class org.crsh.lang.impl.groovy.ast.ScriptLastStatementTransformer
-