- c - Variable in class org.crsh.console.EditorAction.ChangeChars
-
.
- c - Variable in enum org.crsh.text.Color
-
- CACHE - Static variable in class org.crsh.util.BlankSequence
-
.
- call(Object...) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineClosure
-
- call() - Method in interface org.crsh.util.SafeCallable
-
- callback - Variable in class org.crsh.ssh.term.AbstractCommand
-
.
- callee - Variable in class org.crsh.shell.impl.async.AsyncProcess
-
.
- caller - Variable in class org.crsh.shell.impl.async.AsyncProcess
-
.
- cancel() - Method in class org.crsh.shell.impl.async.AsyncProcess
-
- cancel() - Method in class org.crsh.shell.impl.command.CRaSHProcess
-
- cancel(ServerProcess) - Method in class org.crsh.shell.impl.remoting.ServerAutomaton
-
- 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 - Variable in class org.crsh.shell.impl.command.CRaSHProcess
-
.
- cancelled() - Static method in class org.crsh.shell.ShellResponse
-
- CHANGE_CASE - Static variable in class org.crsh.console.EditorAction
-
- CHANGE_TO - Static variable in class org.crsh.console.Mode
-
- charAt(int) - Method in class org.crsh.console.EditorBuffer
-
Returns a character at a specified index in the buffer.
- charAt(int) - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
Returns a character at a specified index in the buffer.
- charAt(int) - Method in class org.crsh.util.BlankSequence
-
- charSequenceConsumer - Variable in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
.
- CharSlicer - Class in org.crsh.util
-
- CharSlicer(String) - Constructor for class org.crsh.util.CharSlicer
-
- checkChar(String, int, BitSet) - Static method in class org.crsh.cli.descriptor.OptionDescriptor
-
- checkIndex(String, int) - Method in class org.crsh.util.BlankSequence
-
- 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 - Variable in class org.crsh.text.ui.TreeElement
-
.
- children - Variable in class org.crsh.text.ui.TreeLineRenderer
-
.
- children - Variable in class org.crsh.vfs.File
-
.
- children() - Method in class org.crsh.vfs.File
-
- children() - Method in class org.crsh.vfs.Handle
-
- 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 - Variable in class org.crsh.vfs.spi.url.Node
-
.
- children() - Method in class org.crsh.vfs.spi.url.Node
-
- children(Node) - Method in class org.crsh.vfs.spi.url.URLDriver
-
- chunks - Variable in class org.crsh.text.ScreenBuffer
-
.
- 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
-
- ClassDescriptor<T> - Class in org.crsh.cli.impl.lang
-
- ClassDescriptor(Class<T>, String, Map<String, MethodDescriptor<T>>, Description) - Constructor for class org.crsh.cli.impl.lang.ClassDescriptor
-
- classes - Variable in class org.crsh.lang.impl.java.JavaFileManagerImpl
-
.
- classes - Variable in class org.crsh.lang.impl.java.LoadingClassLoader
-
.
- classes - Variable in class org.crsh.util.ClassCache
-
.
- classFactory - Variable in class org.crsh.util.ClassCache
-
.
- ClassFactory<T> - Class in org.crsh.util
-
- ClassFactory() - Constructor for class org.crsh.util.ClassFactory
-
- ClassFieldBinding - Class in org.crsh.cli.impl.lang
-
- ClassFieldBinding(Field) - Constructor for class org.crsh.cli.impl.lang.ClassFieldBinding
-
- classLoader - Variable in class org.crsh.lang.impl.java.Compiler
-
.
- classLoader - Variable in class org.crsh.plugin.ServiceLoaderDiscovery
-
.
- className - Variable in class org.crsh.lang.impl.java.JavaClassFileObject
-
.
- className - Variable in class org.crsh.lang.impl.LanguageProxy
-
.
- ClassPathMountFactory - Class in org.crsh.vfs.spi.url
-
- ClassPathMountFactory(ClassLoader) - Constructor for class org.crsh.vfs.spi.url.ClassPathMountFactory
-
- ClasspathResolver - Class in org.crsh.lang.impl.java
-
- ClasspathResolver(ClassLoader) - Constructor for class org.crsh.lang.impl.java.ClasspathResolver
-
- ClassShellCommand<T extends BaseCommand> - Class in org.crsh.lang.impl.java
-
- ClassShellCommand(Class<T>) - Constructor for class org.crsh.lang.impl.java.ClassShellCommand
-
- clazz - Variable in class org.crsh.lang.impl.groovy.command.GroovyScriptShellCommand
-
.
- clazz - Variable in class org.crsh.lang.impl.java.ClassShellCommand
-
.
- clear() - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
Clears the buffer without doing any echoing.
- clear() - Method in class org.crsh.text.ScreenBuffer
-
- client - Variable in class org.crsh.shell.impl.remoting.ClientProcessContext
-
.
- 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
-
- ClientProcessContext - Class in org.crsh.shell.impl.remoting
-
- ClientProcessContext(ClientAutomaton, ShellProcess) - Constructor for class org.crsh.shell.impl.remoting.ClientProcessContext
-
- CLIException - Exception in org.crsh.cli.impl
-
- CLIException() - Constructor for exception org.crsh.cli.impl.CLIException
-
- CLIException(String) - Constructor for exception org.crsh.cli.impl.CLIException
-
- CLIException(String, Throwable) - Constructor for exception org.crsh.cli.impl.CLIException
-
- CLIException(Throwable) - Constructor for exception org.crsh.cli.impl.CLIException
-
- close() - Method in class org.crsh.cli.impl.tokenizer.Automaton
-
- 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.Console
-
- close() - Method in class org.crsh.lang.impl.groovy.closure.ClosureInvoker
-
- close() - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- close() - Method in class org.crsh.shell.impl.async.AsyncShell
-
- close() - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- close() - Method in class org.crsh.shell.impl.command.CRaSHSession
-
- close() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- close() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- 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.ClientAutomaton
-
- 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.telnet.term.console.ConsoleTerm
-
- close() - Method in class org.crsh.telnet.term.processor.Processor
-
- close() - Method in class org.crsh.telnet.term.TelnetIO
-
- close() - Static method in class org.crsh.telnet.term.TermEvent
-
- 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.
- CLOSE_TASK - Variable in class org.crsh.telnet.term.processor.Processor
-
.
- closeable - Variable in class org.crsh.text.RenderWriter
-
.
- CloseableList - Class in org.crsh.util
-
- CloseableList() - Constructor for class org.crsh.util.CloseableList
-
- closeables - Variable in class org.crsh.util.CloseableList
-
.
- CLOSED - Static variable in class org.crsh.console.Console
-
.
- closed - Variable in class org.crsh.shell.impl.async.AsyncShell
-
.
- CLOSED - Static variable in class org.crsh.shell.impl.command.InvocationContextImpl
-
.
- closed - Variable in class org.crsh.shell.impl.remoting.ClientProcessContext
-
.
- closed - Variable in class org.crsh.text.RenderWriter
-
.
- closed - Variable in class org.crsh.util.CloseableList
-
.
- closeStrongQuote(int) - Method in class org.crsh.cli.impl.line.LineParser.Visitor
-
- closeStrongQuote(int) - Method in class org.crsh.cli.impl.line.MultiLineVisitor
-
- closeStrongQuote(int) - Method in class org.crsh.lang.impl.groovy.GroovyLineEscaper
-
- closeWeakQuote(int) - Method in class org.crsh.cli.impl.line.LineParser.Visitor
-
- closeWeakQuote(int) - Method in class org.crsh.cli.impl.line.MultiLineVisitor
-
- closeWeakQuote(int) - Method in class org.crsh.lang.impl.groovy.GroovyLineEscaper
-
- CLOSING - Static variable in class org.crsh.console.Console
-
.
- closure - Variable in class org.crsh.lang.impl.groovy.closure.ClosureElement
-
.
- closure - Variable in class org.crsh.lang.impl.groovy.closure.ClosureInvoker
-
.
- closure - Variable in class org.crsh.lang.impl.groovy.closure.PipeLineInvoker
-
.
- closure - Variable in class org.crsh.text.ui.EvalElement
-
The closure to evaluate.
- ClosureDelegate - Class in org.crsh.lang.impl.groovy.closure
-
- ClosureDelegate(CommandContext, Object) - Constructor for class org.crsh.lang.impl.groovy.closure.ClosureDelegate
-
- 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 - Static variable in class org.crsh.console.EditorAction
-
- cls() - Method in class org.crsh.console.ProcessHandler
-
- cls() - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- cls() - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- cls() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- cls() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- cls() - Method in class org.crsh.shell.impl.remoting.ClientProcessContext
-
- cls() - Method in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
- cls() - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- cls() - Method in class org.crsh.telnet.term.processor.ProcessContext
-
- cls() - Method in class org.crsh.telnet.term.processor.Processor
-
- cls() - Method in interface org.crsh.telnet.term.spi.TermIO
-
Clear screen.
- cls() - Method in class org.crsh.telnet.term.TelnetIO
-
- CLS - Class in org.crsh.text
-
Clears the screen.
- CLS() - Constructor for class org.crsh.text.CLS
-
- 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
-
- clsConsumer - Variable in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
.
- cmdFS - Variable in class org.crsh.plugin.ResourceManager
-
.
- cmdFS - Variable in class org.crsh.standalone.Bootstrap
-
The command file system.
- cmdMountPointConfig - Variable in class org.crsh.spring.SpringBootstrap
-
.
- code - Variable in enum org.crsh.text.Color
-
.
- code - Variable in enum org.crsh.text.Decoration
-
.
- CodeType - Enum in org.crsh.telnet.term
-
- CodeType() - Constructor for enum org.crsh.telnet.term.CodeType
-
- collapse() - Method in class org.crsh.text.ui.TableElement
-
- collection - Variable in class org.crsh.text.renderers.EntityTypeRenderer.AttributeData
-
- collectParametersTuples(CommandDescriptor<?>) - Method in class org.crsh.cli.descriptor.Format.Usage
-
- 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.
- Color(int) - Constructor for enum org.crsh.text.Color
-
- color(Appendable, Color, char, boolean) - Static method in class org.crsh.text.Style.Composite
-
- colorMapping - Static variable in class org.crsh.text.renderers.ThreadRenderer
-
.
- COLORS - Static variable in class org.crsh.text.Style
-
.
- cols - Variable in class org.crsh.text.ui.RowElement
-
.
- cols - Variable in class org.crsh.text.ui.RowLineRenderer
-
.
- columnLayout - Variable in class org.crsh.text.ui.TableElement
-
The column layout.
- columnLayout - Variable in class org.crsh.text.ui.TableLineRenderer
-
.
- Command - Annotation Type in org.crsh.cli
-
Annotates a method for declaring a CRaSH command.
- command - Variable in class org.crsh.cli.impl.parser.Event.Parameter
-
.
- command - Variable in class org.crsh.cli.impl.parser.Parser
-
.
- command - Variable in class org.crsh.cli.impl.parser.Status.Request
-
.
- command - Variable in class org.crsh.cli.impl.parser.Status.Response
-
.
- command - Variable in class org.crsh.lang.impl.groovy.closure.CommandElement
-
.
- command - Variable in class org.crsh.lang.impl.java.BaseCommandMatch.BaseInvoker
-
- command - Variable in class org.crsh.shell.impl.command.CRaSHCommandProcess
-
.
- command - Variable in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
.
- 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
-
- command - Variable in class org.crsh.ssh.term.inline.SSHInlineCommand
-
.
- commandCache - Variable in class org.crsh.lang.LanguageCommandResolver
-
.
- CommandCompletion<T> - Class in org.crsh.cli.impl.completion
-
- CommandCompletion(CommandDescriptor<T>, String, Delimiter) - Constructor for class org.crsh.cli.impl.completion.CommandCompletion
-
- CommandContext<P> - Interface in org.crsh.command
-
The command context provides the services for invoking a command.
- commandContext - Variable in class org.crsh.shell.impl.command.InvocationContextImpl
-
.
- CommandDescriptor<T> - Class in org.crsh.cli.descriptor
-
- CommandDescriptor(String, Description) - Constructor for class org.crsh.cli.descriptor.CommandDescriptor
-
- CommandElement - Class in org.crsh.lang.impl.groovy.closure
-
- CommandElement(String, Command<?>, Map<String, Object>) - Constructor for class org.crsh.lang.impl.groovy.closure.CommandElement
-
- CommandElement(String, Command<?>, Map<String, Object>, String, Map<String, Object>, List<Object>) - Constructor for class org.crsh.lang.impl.groovy.closure.CommandElement
-
- 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
-
- CommandFactory - Class in org.crsh.cli.impl.lang
-
- CommandFactory() - Constructor for class org.crsh.cli.impl.lang.CommandFactory
-
- CommandFactory(ClassLoader) - Constructor for class org.crsh.cli.impl.lang.CommandFactory
-
- CommandFactory(ValueTypeFactory) - Constructor for class org.crsh.cli.impl.lang.CommandFactory
-
- CommandFactory.Tuple - Class in org.crsh.cli.impl.lang
-
Jus grouping some data for conveniency
- CommandFactory.Tuple(Argument, Option, boolean, Description, Annotation) - Constructor for class org.crsh.cli.impl.lang.CommandFactory.Tuple
-
- CommandInvoker<C,V> - Class in org.crsh.cli.impl.invocation
-
- CommandInvoker(InvocationMatch<C>) - Constructor for class org.crsh.cli.impl.invocation.CommandInvoker
-
- CommandInvoker<C,P> - Class in org.crsh.shell.impl.command.spi
-
- CommandInvoker() - Constructor for class org.crsh.shell.impl.command.spi.CommandInvoker
-
- CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>> - Class in org.crsh.shell.impl.command.pipeline
-
- CommandInvokerAdapter(CommandInvoker<C, P>, Class<C>, Class<P>) - Constructor for class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- 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
-
- commandName - Variable in class org.crsh.lang.impl.groovy.closure.CommandElement
-
.
- CommandNotFoundException - Exception in org.crsh.lang.impl.script
-
- CommandNotFoundException(String) - Constructor for exception org.crsh.lang.impl.script.CommandNotFoundException
-
- CommandPlugin - Class in org.crsh.ssh.term.scp
-
- CommandPlugin() - Constructor for class org.crsh.ssh.term.scp.CommandPlugin
-
- CommandProvider - Interface in org.crsh.cli.impl.bootstrap
-
- CommandResolution - Interface in org.crsh.lang.spi
-
- CommandResolver - Interface in org.crsh.shell.impl.command.spi
-
Resolve commands.
- commands - Static variable in class org.crsh.shell.impl.command.system.SystemResolver
-
.
- 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
-
- compile(String, String) - Method in class org.crsh.lang.impl.java.Compiler
-
- 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 - Variable in class org.crsh.lang.impl.groovy.GroovyLanguage
-
.
- Compiler - Class in org.crsh.lang.impl.java
-
- Compiler() - Constructor for class org.crsh.lang.impl.java.Compiler
-
- Compiler(ClassLoader) - Constructor for class org.crsh.lang.impl.java.Compiler
-
- compiler - Variable in class org.crsh.lang.impl.java.JavaCompiler
-
.
- compiler - Variable in class org.crsh.lang.impl.java.JavaLanguage
-
.
- Compiler - Interface in org.crsh.lang.spi
-
- complete(ParameterDescriptor, String) - Method in class org.crsh.cli.completers.AbstractPathCompleter
-
- complete(ParameterDescriptor, String) - Method in class org.crsh.cli.completers.EmptyCompleter
-
- complete(ParameterDescriptor, String) - Method in class org.crsh.cli.completers.EnumCompleter
-
- complete(ParameterDescriptor, String) - Method in class org.crsh.cli.completers.ObjectNameCompleter
-
- complete(ParameterDescriptor, String) - Method in class org.crsh.cli.completers.SystemPropertyNameCompleter
-
- complete(ParameterDescriptor, String) - Method in class org.crsh.cli.completers.ThreadCompleter
-
- complete() - Method in class org.crsh.cli.impl.completion.CommandCompletion
-
- complete() - Method in class org.crsh.cli.impl.completion.Completion
-
- complete() - Method in class org.crsh.cli.impl.completion.EmptyCompletion
-
- complete() - Method in class org.crsh.cli.impl.completion.OptionCompletion
-
- complete() - Method in class org.crsh.cli.impl.completion.ParameterCompletion
-
- complete() - Method in class org.crsh.cli.impl.completion.SpaceCompletion
-
- complete(ParameterDescriptor, String) - Method in interface org.crsh.cli.spi.Completer
-
Query the completer for a set of completions for the given prefix.
- COMPLETE - Static variable in class org.crsh.console.EditorAction
-
- 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(String) - Method in class org.crsh.shell.impl.command.CRaSHSession
-
For now basic implementation
- 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.
- complete(CharSequence) - Method in class org.crsh.telnet.term.processor.Processor
-
- complete(CharSequence) - Static method in class org.crsh.telnet.term.TermEvent
-
- completer() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- completer - Variable in class org.crsh.cli.impl.completion.ParameterCompletion
-
.
- Completer - Interface in org.crsh.cli.spi
-
- completer - Variable in class org.crsh.cli.type.ValueType
-
.
- completerType - Variable in class org.crsh.cli.descriptor.ParameterDescriptor
-
.
- Completion - Class in org.crsh.cli.impl.completion
-
- Completion() - Constructor for class org.crsh.cli.impl.completion.Completion
-
- Completion - Class in org.crsh.cli.spi
-
An immutable object representing the complation of a value.
- Completion(String, Map<String, Boolean>) - Constructor for class org.crsh.cli.spi.Completion
-
- Completion.Builder - Class in org.crsh.cli.spi
-
- Completion.Builder(String) - Constructor for class org.crsh.cli.spi.Completion.Builder
-
- CompletionException - Exception in org.crsh.cli.impl.completion
-
- CompletionException() - Constructor for exception org.crsh.cli.impl.completion.CompletionException
-
- CompletionException(String) - Constructor for exception org.crsh.cli.impl.completion.CompletionException
-
- CompletionException(String, Throwable) - Constructor for exception org.crsh.cli.impl.completion.CompletionException
-
- CompletionException(Throwable) - Constructor for exception org.crsh.cli.impl.completion.CompletionException
-
- CompletionMatch - Class in org.crsh.cli.impl.completion
-
- CompletionMatch(Delimiter, Completion) - Constructor for class org.crsh.cli.impl.completion.CompletionMatch
-
- CompletionMatcher<T> - Class in org.crsh.cli.impl.completion
-
- CompletionMatcher(CommandDescriptor<T>) - Constructor for class org.crsh.cli.impl.completion.CompletionMatcher
-
- compute(boolean, int, int[], int[]) - Method in class org.crsh.text.ui.Layout
-
Computes the list of lengths for the specifid list of cells with the following constraints:
the sum of the returned array elements must be equals to the totalLength
argument
a cell length should never be lesser than the provided minimum length
The returned array is the list of lengths from left to right, the array size may be less than the
number of cells (i.e the size of the actualLengths
and minLengths
arguments).
- compute(boolean, int, int[], int[]) - Method in class org.crsh.text.ui.Layout.Weighted
-
- computeValue() - Method in class org.crsh.cli.impl.invocation.ParameterMatch
-
Compute the value from the parameter metadata and the values list.
- confFS - Variable in class org.crsh.plugin.ResourceManager
-
.
- confFS - Variable in class org.crsh.standalone.Bootstrap
-
The configuration file system.
- config - Variable in class org.crsh.lang.impl.groovy.GroovyClassFactory
-
.
- config - Variable in class org.crsh.plugin.PluginLifeCycle
-
.
- config - Variable in class org.crsh.telnet.term.TelnetLifeCycle
-
.
- configurationCapabilities - Variable in class org.crsh.plugin.CRaSHPlugin
-
.
- configureProperty(PluginContext, Properties, PropertyDescriptor<?>) - Method in class org.crsh.plugin.PluginLifeCycle
-
- confMountPointConfig - Variable in class org.crsh.spring.SpringBootstrap
-
.
- conn - Variable in class org.crsh.telnet.term.TelnetIO
-
.
- connect() - Method in class org.crsh.util.AbstractSocketClient
-
- connect() - Method in class org.crsh.vfs.spi.ram.RAMURLConnection
-
- connectionIdle(ConnectionEvent) - Method in class org.crsh.telnet.term.TelnetHandler
-
- connectionLogoutRequest(ConnectionEvent) - Method in class org.crsh.telnet.term.TelnetHandler
-
- connectionSentBreak(ConnectionEvent) - Method in class org.crsh.telnet.term.TelnetHandler
-
- connectionTimedOut(ConnectionEvent) - Method in class org.crsh.telnet.term.TelnetHandler
-
- 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
-
- console - Variable in class org.crsh.console.Editor
-
.
- console - Variable in class org.crsh.console.ProcessHandler
-
.
- console - Variable in class org.crsh.ssh.term.CRaSHCommand
-
.
- ConsoleDriver - Interface in org.crsh.console
-
The contract between the console and the underlying stream.
- ConsoleTerm - Class in org.crsh.telnet.term.console
-
- ConsoleTerm(TermIO) - Constructor for class org.crsh.telnet.term.console.ConsoleTerm
-
- CONSTRUCTED - Static variable in class org.crsh.plugin.CRaSHPlugin
-
.
- consumedType - Variable in class org.crsh.lang.impl.java.PipeCommandMatch
-
.
- consumedType - Variable in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
.
- consumer - Variable in class org.crsh.lang.impl.groovy.closure.ClosureInvoker
-
.
- consumer - Variable in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
.
- 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
-
- content - Variable in class org.crsh.vfs.Resource
-
.
- 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.closure.ClosureDelegate
-
.
- context - Variable in class org.crsh.lang.impl.groovy.closure.PipeLineClosure
-
.
- context - Variable in class org.crsh.lang.impl.groovy.command.GroovyScriptCommand
-
The current context.
- context - Variable in class org.crsh.lang.LanguageCommandResolver
-
.
- context - Variable in class org.crsh.plugin.CRaSHPlugin
-
.
- context - Variable in class org.crsh.plugin.PluginLifeCycle
-
.
- context - Variable in class org.crsh.plugin.PluginManager
-
.
- context - Variable in class org.crsh.plugin.WebPluginLifeCycle
-
.
- context - Variable in class org.crsh.shell.impl.async.AsyncProcess
-
.
- context - Variable in class org.crsh.shell.impl.command.CRaSH
-
.
- context - Variable in class org.crsh.ssh.term.CRaSHCommand
-
.
- context - Variable in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
.
- context - Variable in class org.crsh.ssh.term.SSHLifeCycle
-
.
- context - Variable in class org.crsh.telnet.term.TermLifeCycle
-
.
- context - Variable in class org.crsh.text.RenderAppendable
-
.
- context - Variable in class org.crsh.util.ClassCache
-
.
- context - Variable in class org.crsh.util.ServletContextMap
-
.
- context - Variable in class org.crsh.vfs.spi.servlet.WarMountFactory
-
.
- contextDestroyed(ServletContextEvent) - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- contextInitialized(ServletContextEvent) - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- contextMap - Static variable in class org.crsh.plugin.WebPluginLifeCycle
-
.
- CONTINUE_PROMPT - Static variable in class org.crsh.telnet.term.processor.Processor
-
.
- convertPemKeyPair(PEMKeyPair) - Method in class org.crsh.auth.FilePublicKeyProvider
-
- COPY - Static variable in class org.crsh.console.EditorAction
-
- copy(InputStream, OutputStream) - Static method in class org.crsh.util.Utils
-
- COPY_BEGINNING_OF_LINE - Static variable in class org.crsh.console.EditorAction
-
- COPY_END_OF_LINE - Static variable in class org.crsh.console.EditorAction
-
- COPY_NEXT_WORD - Static variable in class org.crsh.console.EditorAction
-
- COPY_PREV_WORD - Static variable in class org.crsh.console.EditorAction
-
- copyCmd(File, File) - Method in class org.crsh.standalone.CRaSH
-
- copyConf(File, File) - Method in class org.crsh.standalone.CRaSH
-
- corner - Variable in enum org.crsh.text.ui.BorderStyle
-
.
- count - Variable in class org.crsh.console.EditorAction.ChangeChars
-
.
- count - Variable in class org.crsh.console.EditorAction.DeleteNextChars
-
.
- count - Variable in class org.crsh.console.Mode.ChangeChar
-
/
- count - Variable in class org.crsh.console.Mode.Digit
-
.
- CRaSH - Class in org.crsh.shell.impl.command
-
- CRaSH(PluginContext) - Constructor for class org.crsh.shell.impl.command.CRaSH
-
Create a new CRaSH.
- crash - Variable in class org.crsh.shell.impl.command.CRaSHProcess
-
.
- crash - Variable in class org.crsh.shell.impl.command.CRaSHSession
-
.
- crash - Variable in class org.crsh.shell.impl.command.CRaSHShellFactory
-
.
- CRaSH - Class in org.crsh.standalone
-
- CRaSH() - Constructor for class org.crsh.standalone.CRaSH
-
- CRASH_COMMAND - Static variable in class org.crsh.lang.impl.groovy.ast.CommandTransformer
-
.
- 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.
- CRaSHCommand - Class in org.crsh.ssh.term
-
- CRaSHCommand(CRaSHCommandFactory) - Constructor for class org.crsh.ssh.term.CRaSHCommand
-
- CRaSHCommandFactory - Class in org.crsh.ssh.term
-
- CRaSHCommandFactory(ShellFactory, Charset) - Constructor for class org.crsh.ssh.term.CRaSHCommandFactory
-
- CRaSHCommandProcess - Class in org.crsh.shell.impl.command
-
- CRaSHCommandProcess(CRaSHSession, String, CommandInvoker<Void, ?>) - Constructor for class org.crsh.shell.impl.command.CRaSHCommandProcess
-
- CRaSHPlugin<P> - Class in org.crsh.plugin
-
- CRaSHPlugin() - Constructor for class org.crsh.plugin.CRaSHPlugin
-
- CRaSHProcess - Class in org.crsh.shell.impl.command
-
- CRaSHProcess(CRaSHSession, String) - Constructor for class org.crsh.shell.impl.command.CRaSHProcess
-
- CRaSHProcessContext - Class in org.crsh.shell.impl.command
-
- CRaSHProcessContext(CRaSHSession, ShellProcessContext) - Constructor for class org.crsh.shell.impl.command.CRaSHProcessContext
-
- CRaSHProvider - Class in org.crsh.standalone
-
- CRaSHProvider() - Constructor for class org.crsh.standalone.CRaSHProvider
-
- CRaSHResponseProcess - Class in org.crsh.shell.impl.command
-
- CRaSHResponseProcess(CRaSHSession, String, StringBuilder, ShellResponse) - Constructor for class org.crsh.shell.impl.command.CRaSHResponseProcess
-
- CRaSHSession - Class in org.crsh.shell.impl.command
-
- CRaSHSession(CRaSH, Principal) - Constructor for class org.crsh.shell.impl.command.CRaSHSession
-
- CRaSHShellFactory - Class in org.crsh.shell.impl.command
-
- CRaSHShellFactory() - Constructor for class org.crsh.shell.impl.command.CRaSHShellFactory
-
- create(CommandDescriptor<T>) - Static method in class org.crsh.cli.impl.descriptor.HelpDescriptor
-
- create(Class<T>) - Method in class org.crsh.cli.impl.lang.CommandFactory
-
- create(ClassDescriptor<T>, String, Method) - Method in class org.crsh.cli.impl.lang.CommandFactory
-
- create(Binding, Type, Argument, Option, boolean, Description, Annotation) - Method in class org.crsh.cli.impl.lang.CommandFactory
-
- create(ValueTypeFactory, Type) - Static method in class org.crsh.cli.impl.ParameterType
-
- create() - Static method in class org.crsh.cli.spi.Completion
-
- create(String) - Static method in class org.crsh.cli.spi.Completion
-
- create(String, String, boolean) - Static method in class org.crsh.cli.spi.Completion
-
- create(String, boolean) - Static method in class org.crsh.cli.spi.Completion
-
- create(String, Map<String, Boolean>) - Static method in class org.crsh.cli.spi.Completion
-
- create() - Method in class org.crsh.lang.impl.groovy.closure.ClosureElement
-
- create() - Method in class org.crsh.lang.impl.groovy.closure.CommandElement
-
- create() - Method in class org.crsh.lang.impl.groovy.closure.PipeLineElement
-
- 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() - Method in class org.crsh.ssh.term.CRaSHCommandFactory
-
- create(int) - Static method in class org.crsh.util.BlankSequence
-
- create(URL) - Static method in class org.crsh.util.ZipIterator
-
- create(File) - Static method in class org.crsh.util.ZipIterator
-
- create(InputStream) - 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
-
- createBuilder() - Method in class org.crsh.standalone.CRaSH
-
- createCommand() - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptShellCommand
-
- createCommand() - Method in class org.crsh.lang.impl.java.ClassShellCommand
-
- createCommand(Class<C>) - Method in class org.crsh.shell.impl.command.system.SystemResolver
-
- createCommand(String) - Method in class org.crsh.ssh.term.inline.SSHInlinePlugin
-
- createCommand(String) - Method in class org.crsh.ssh.term.scp.CommandPlugin
-
- createCommand(String) - Method in class org.crsh.ssh.term.scp.SCPCommandFactory
-
- 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.KeyAuthenticationPlugin
-
- createConfigurationCapabilities() - Method in class org.crsh.auth.SimpleAuthenticationPlugin
-
- createConfigurationCapabilities() - Method in class org.crsh.plugin.CRaSHPlugin
-
- createConfigurationCapabilities() - Method in class org.crsh.ssh.SSHPlugin
-
- createConfigurationCapabilities() - Method in class org.crsh.telnet.TelnetPlugin
-
- 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.command.CRaSHSession
-
- 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
-
- createShell() - Static method in class org.crsh.telnet.term.TelnetHandler
-
- crlf() - Method in class org.crsh.cli.impl.line.LineParser
-
- ctx - Variable in class org.crsh.vfs.spi.servlet.ServletContextDriver
-
.
- curAt - Variable in class org.crsh.telnet.term.console.TermIOBuffer
-
Cursor Position, always equal to
TermIOBuffer.size
unless the underlying *.IO class supports editing.
- current - Variable in class org.crsh.console.EditorBuffer
-
.
- current - Variable in class org.crsh.lang.impl.groovy.ShellBinding
-
.
- current - Variable in class org.crsh.shell.impl.async.AsyncShell
-
.
- current - Variable in class org.crsh.shell.impl.command.pipeline.PipeLine
-
.
- current - Variable in class org.crsh.shell.impl.remoting.ClientAutomaton
-
.
- current - Variable in class org.crsh.telnet.term.processor.Processor
-
.
- current - Variable in class org.crsh.text.ScreenBuffer
-
.
- cursor - Variable in class org.crsh.console.EditorBuffer
-
Cursor position.
- cursorIndex - Variable in class org.crsh.text.VirtualScreen
-
- cursorOffset - Variable in class org.crsh.text.VirtualScreen
-
- cursorStyle - Variable in class org.crsh.text.VirtualScreen
-
.
- cursorX - Variable in class org.crsh.text.VirtualScreen
-
The cursor coordinate.
- cursorY - Variable in class org.crsh.text.VirtualScreen
-
The cursor coordinate.
- genericAuthenticate(Class<T>, String, T) - Method in class org.crsh.ssh.term.SSHLifeCycle
-
- get(Annotation...) - Static method in class org.crsh.cli.impl.lang.CommandFactory
-
- get() - Method in interface org.crsh.cli.impl.lang.Instance
-
Return the instance, the same instance should be returned, however it can lazily be created.
- get(String) - Method in class org.crsh.cli.spi.Completion
-
- get(Class<S>) - Method in class org.crsh.cli.type.ValueTypeFactory
-
- get() - Method in class org.crsh.lang.impl.java.BaseCommandMatch.BaseInvoker
-
- get(Object) - Method in class org.crsh.spring.SpringMap
-
- get(List<String>, Pattern, Boolean, String) - Static method in class org.crsh.util.JNDIHandler
-
- get(List<String>, Pattern, Boolean, String, String, Context) - Static method in class org.crsh.util.JNDIHandler
-
- 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
-
- getAccessLevel() - Method in class org.crsh.lang.impl.java.NodeJavaFileObject
-
- getActualHeight(int) - Method in class org.crsh.text.LineRenderer.Composite
-
- getActualHeight(int) - Method in class org.crsh.text.LineRenderer
-
Return the actual height for the specified with.
- getActualHeight(int) - Method in class org.crsh.text.renderers.MemoryUsageLineRenderer
-
- getActualHeight(int) - Method in class org.crsh.text.ui.LabelLineRenderer
-
- getActualHeight(int) - Method in class org.crsh.text.ui.RowLineRenderer
-
- getActualHeight(int) - Method in class org.crsh.text.ui.TableLineRenderer
-
- getActualHeight(int) - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getActualHeight(int[]) - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getActualHeight(int) - Method in class org.crsh.text.ui.TreeLineRenderer
-
- getActualWidth() - Method in class org.crsh.text.LineRenderer.Composite
-
- getActualWidth() - Method in class org.crsh.text.LineRenderer
-
Returns the element actual width.
- getActualWidth() - Method in class org.crsh.text.renderers.MemoryUsageLineRenderer
-
- getActualWidth() - Method in class org.crsh.text.ui.LabelLineRenderer
-
- getActualWidth() - Method in class org.crsh.text.ui.RowLineRenderer
-
- getActualWidth() - Method in class org.crsh.text.ui.TableLineRenderer
-
- getActualWidth() - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getActualWidth() - Method in class org.crsh.text.ui.TreeLineRenderer
-
- getAnnotation() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getArgument(int) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns a a specified argument by its index.
- getArguments() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns a list of the command arguments.
- getArity() - Method in class org.crsh.cli.descriptor.OptionDescriptor
-
- getAttributes() - Method in interface org.crsh.command.RuntimeContext
-
Returns the current attributes.
- getAttributes() - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- getAttributes() - Method in class org.crsh.plugin.PluginContext
-
- getAttributes() - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- getAttributes() - Method in class org.crsh.shell.impl.command.CRaSHSession
-
- getAttributes() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getAttributes() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- getAttributes() - Method in class org.crsh.shell.impl.command.RuntimeContextImpl
-
- getAuthTimeout() - Method in class org.crsh.ssh.term.SSHLifeCycle
-
- getBackground() - Method in class org.crsh.text.Style.Composite
-
- getBestEffortMan() - Method in class org.crsh.cli.descriptor.Description
-
- 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
-
- getBuffer() - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- getBuffer() - Method in interface org.crsh.telnet.term.Term
-
Returns the current buffer content to the cursor;
- getBufferToCursor() - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
- getBytes() - Method in class org.crsh.lang.impl.java.JavaClassFileObject
-
- getCharContent(boolean) - Method in class org.crsh.lang.impl.java.JavaSourceFileObject
-
- getCharContent(boolean) - Method in class org.crsh.lang.impl.java.NodeJavaFileObject
-
- getChilren(P) - Method in class org.crsh.cli.completers.AbstractPathCompleter
-
- getChilren(File) - Method in class org.crsh.cli.completers.FileCompleter
-
- getChilren(String) - Method in class org.crsh.util.JNDIHandler.JNDICompleter
-
- getClass(String) - Method in class org.crsh.util.ClassCache
-
- getClasses() - Method in class org.crsh.lang.impl.java.JavaFileManagerImpl
-
- getClassName() - Method in class org.crsh.lang.impl.java.JavaClassFileObject
-
- getCmdMountPointConfig() - Method in class org.crsh.spring.SpringBootstrap
-
- getCol(int) - Method in class org.crsh.text.ui.RowElement
-
- getCols() - Method in class org.crsh.text.ui.RowLineRenderer
-
- getCols() - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getColsSize() - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getColumnLayout() - Method in class org.crsh.text.ui.TableElement
-
- getCommand() - Method in class org.crsh.cli.impl.parser.Event.Parameter
-
- 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 class org.crsh.shell.impl.command.CRaSHSession
-
- getCommand(String) - Method in interface org.crsh.shell.impl.command.ShellSession
-
- getCommandClass() - Method in interface org.crsh.cli.impl.bootstrap.CommandProvider
-
- getCommandClass() - Method in class org.crsh.standalone.CRaSHProvider
-
- getCommands() - Method in class org.crsh.shell.impl.command.CRaSH
-
- getCommands() - Method in class org.crsh.shell.impl.command.CRaSHSession
-
- 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() - Method in class org.crsh.cli.type.ValueType
-
- 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.
- getCompleterType() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getCompletion(Completer, String) - Method in class org.crsh.cli.impl.completion.CompletionMatcher
-
- getConfig() - Method in class org.crsh.plugin.PluginLifeCycle
-
- getConfig() - Method in class org.crsh.telnet.term.TelnetLifeCycle
-
- getConfigurationCapabilities() - Method in class org.crsh.plugin.CRaSHPlugin
-
- getConfMountPointConfig() - Method in class org.crsh.spring.SpringBootstrap
-
- 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.lang.impl.groovy.closure.PipeLineInvocationContext
-
- getConsumedType() - Method in class org.crsh.lang.impl.java.PipeCommandMatch
-
- getConsumedType() - Method in class org.crsh.lang.impl.java.ProducerCommandMatch
-
- getConsumedType() - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- getConsumedType() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getConsumedType() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- 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.lang.impl.groovy.closure.ClosureDelegate
-
- 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 class org.crsh.shell.impl.command.CRaSHSession
-
- getContext() - Method in interface org.crsh.shell.impl.command.ShellSession
-
- getContext() - Method in class org.crsh.ssh.term.CRaSHCommand
-
- getContext() - Method in class org.crsh.telnet.term.TermLifeCycle
-
- 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.KeyAuthenticationPlugin
-
- getCredentialType() - Method in class org.crsh.auth.SimpleAuthenticationPlugin
-
- getCurrent() - Method in class org.crsh.lang.impl.groovy.ShellBinding
-
- getCurrentDirectory() - Static method in class org.crsh.util.Utils
-
- getCurrentLine() - Method in class org.crsh.console.Editor
-
- getCurrentPath() - Method in class org.crsh.cli.completers.AbstractPathCompleter
-
- getCurrentPath() - Method in class org.crsh.cli.completers.FileCompleter
-
- getCurrentPath() - Method in class org.crsh.util.JNDIHandler.JNDICompleter
-
- getCurrentPosition() - Method in class org.crsh.console.Editor
-
- getCursor() - Method in class org.crsh.console.EditorBuffer
-
Returns the current cursor position.
- getCursor() - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
Returns the current cursor position.
- getCursorBound() - Method in class org.crsh.console.Editor
-
Returns the right cursor bound depending on the current mode.
- getDeclaredType() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getDeclaredType() - Method in class org.crsh.cli.impl.ParameterType
-
- getDefaultCmdMountPointConfig() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- getDefaultCmdMountPointConfig() - Method in class org.crsh.spring.SpringBootstrap
-
- getDefaultCmdMountPointConfig() - Method in class org.crsh.spring.SpringWebBootstrap
-
- getDefaultConfMountPointConfig() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- getDefaultConfMountPointConfig() - Method in class org.crsh.spring.SpringBootstrap
-
- getDefaultConfMountPointConfig() - Method in class org.crsh.spring.SpringWebBootstrap
-
- getDefaultDisplayValue() - Method in class org.crsh.plugin.PropertyDescriptor
-
- getDefaultValue() - Method in class org.crsh.plugin.PropertyDescriptor
-
- getDelegate() - Method in class org.crsh.cli.impl.descriptor.HelpDescriptor
-
- getDelimiter() - Method in class org.crsh.cli.impl.completion.CompletionMatch
-
- getDepth() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- getDescription() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command description.
- getDescription() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- 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.cli.impl.descriptor.Help
-
- getDescriptor() - Method in class org.crsh.cli.impl.invocation.InvocationMatch
-
- getDescriptor() - Method in class org.crsh.cli.impl.parser.Event.Subordinate
-
- 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.
- getDirectBuffer() - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- getDirectBuffer() - Method in interface org.crsh.telnet.term.Term
-
Returns the direct buffer, any char appended in the returned appendable will translate into an
insertion in the buffer.
- 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
-
- getDistance(Class<?>) - Method in class org.crsh.cli.type.ValueType
-
- getDriver() - Method in class org.crsh.vfs.spi.Mount
-
- getEffectiveType() - Method in class org.crsh.cli.impl.ParameterType
-
- getElements() - Method in class org.crsh.text.ui.UIBuilder
-
- getEncoding() - Method in class org.crsh.ssh.term.SSHLifeCycle
-
- getEnd() - Method in class org.crsh.cli.impl.invocation.ArgumentMatch
-
- getEndingDelimiter() - Method in class org.crsh.cli.impl.tokenizer.TokenizerImpl
-
- getErrorKind() - Method in exception org.crsh.shell.impl.command.spi.CommandException
-
- getErrors() - Method in exception org.crsh.lang.impl.java.CompilationFailureException
-
- getEvaluated() - Method in class org.crsh.cli.impl.line.ValueLineVisitor
-
- 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.
- getFactory() - Method in class org.crsh.ssh.term.subsystem.SubsystemFactoryPlugin
-
- getField() - Method in class org.crsh.cli.impl.lang.ClassFieldBinding
-
- getFirst() - Method in class org.crsh.util.Pair
-
- getForeground() - Method in class org.crsh.text.Style.Composite
-
- getFrom() - Method in class org.crsh.cli.impl.parser.Event.Argument
-
- getFrom() - Method in class org.crsh.cli.impl.parser.Event.Option
-
- getFrom() - Method in class org.crsh.cli.impl.parser.Event.Parameter
-
- getFrom() - Method in class org.crsh.cli.impl.tokenizer.Token
-
Returns the from index is the containing string.
- getFrom(EditorBuffer) - Method in class org.crsh.console.EditorAction.Copy
-
- getGenericParameterTypes() - Method in class org.crsh.cli.impl.lang.ObjectCommandInvoker
-
- getGenericReturnType() - Method in class org.crsh.cli.impl.invocation.CommandInvoker
-
- getGroovyShell(ShellSession) - Static method in class org.crsh.lang.impl.groovy.GroovyCompiler
-
The underlying groovu shell used for the REPL.
- getHandle(FSDriver<H>, Path) - Method in class org.crsh.vfs.File
-
- getHandler() - Method in class org.crsh.telnet.term.TermLifeCycle
-
- getHandles() - Method in class org.crsh.vfs.File
-
- getHeight() - Method in interface org.crsh.console.ConsoleDriver
-
Returns the term height in chars.
- getHeight() - Method in class org.crsh.console.ProcessHandler
-
- getHeight() - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- getHeight() - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- getHeight() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getHeight() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- getHeight() - Method in class org.crsh.shell.impl.remoting.ClientAutomaton
-
- getHeight() - Method in class org.crsh.shell.impl.remoting.ClientProcessContext
-
- getHeight() - Method in class org.crsh.ssh.term.CRaSHCommand
-
- getHeight() - Method in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
- getHeight() - Method in class org.crsh.ssh.term.SSHContext
-
- getHeight() - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- getHeight() - Method in class org.crsh.telnet.term.processor.ProcessContext
-
- getHeight() - Method in class org.crsh.telnet.term.processor.Processor
-
- getHeight() - Method in interface org.crsh.telnet.term.spi.TermIO
-
Returns the term height in chars.
- getHeight() - Method in class org.crsh.telnet.term.TelnetIO
-
- 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
-
- getIdleTimeout() - Method in class org.crsh.ssh.term.SSHLifeCycle
-
- getImplementation() - Method in class org.crsh.auth.JaasAuthenticationPlugin
-
- getImplementation() - Method in class org.crsh.auth.KeyAuthenticationPlugin
-
- 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
-
- getImplementation() - Method in class org.crsh.ssh.SSHPlugin
-
- getImplementation() - Method in class org.crsh.ssh.term.scp.CommandPlugin
-
- getImplementation() - Method in class org.crsh.ssh.term.subsystem.SubsystemFactoryPlugin
-
- getImplementation() - Method in class org.crsh.telnet.TelnetPlugin
-
- getImplementation() - Method in class org.crsh.telnet.term.processor.ProcessorIOHandler
-
- getIndex() - Method in class org.crsh.cli.impl.lang.MethodArgumentBinding
-
- getIndex() - Method in class org.crsh.cli.impl.parser.Event.Stop.Done
-
- getIndex() - Method in class org.crsh.cli.impl.parser.Event.Stop
-
- getIndex() - Method in class org.crsh.cli.impl.parser.Event.Stop.Unresolved
-
- getIndex() - Method in class org.crsh.cli.impl.tokenizer.Tokenizer
-
- getIndex() - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getInputStream() - Method in class org.crsh.vfs.spi.ram.RAMURLConnection
-
- getInstance() - Static method in class org.crsh.cli.completers.EmptyCompleter
-
Returns the empty completer instance.
- getInstance() - Static method in class org.crsh.cli.completers.EnumCompleter
-
Returns the empty completer instance.
- getInstance() - Static method in class org.crsh.lang.impl.script.ScriptCompiler
-
- getInstance() - Static method in class org.crsh.lang.impl.script.ScriptRepl
-
- getInvoker(InvocationMatch<T>) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- getInvoker(InvocationMatch<T>) - Method in class org.crsh.cli.impl.descriptor.HelpDescriptor
-
- getInvoker() - Method in class org.crsh.cli.impl.invocation.InvocationMatch
-
- getInvoker(InvocationMatch<Instance<T>>) - Method in class org.crsh.cli.impl.lang.ClassDescriptor
-
- getInvoker(InvocationMatch<Instance<T>>) - Method in class org.crsh.cli.impl.lang.MethodDescriptor
-
- getInvoker(String[]) - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptShellCommand
-
- getInvoker() - Method in class org.crsh.lang.impl.java.BaseCommandMatch
-
- getInvoker(T) - Method in class org.crsh.lang.impl.java.BaseCommandMatch
-
- getInvoker(T) - Method in class org.crsh.lang.impl.java.PipeCommandMatch
-
- getInvoker(T) - Method in class org.crsh.lang.impl.java.ProducerCommandMatch
-
- getInvoker() - Method in class org.crsh.shell.impl.command.spi.CommandMatch
-
- getInvoker2(InvocationMatch<Instance<T>>, Class<V>) - Method in class org.crsh.cli.impl.lang.MethodDescriptor
-
- getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class org.crsh.lang.impl.java.JavaFileManagerImpl
-
- 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.CRaSHCommandProcess
-
- getKeyHandler() - Method in class org.crsh.shell.impl.command.CRaSHProcess
-
- 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
-
- getKeyPairProvider() - Method in class org.crsh.ssh.term.SSHLifeCycle
-
- getKillBuffer() - Method in class org.crsh.console.Editor
-
- getKind() - Method in class org.crsh.lang.impl.java.NodeJavaFileObject
-
- 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() - Method in class org.crsh.lang.impl.java.NodeJavaFileObject
-
- getLastModified() - Method in class org.crsh.vfs.Handle
-
- 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
-
- getLifeCycle(Connection) - Static method in class org.crsh.telnet.term.TelnetLifeCycle
-
- getLine() - Method in class org.crsh.console.EditorBuffer
-
- getLine() - Method in class org.crsh.lang.impl.script.PipeLineFactory
-
- getLine() - Method in class org.crsh.telnet.term.TermEvent.Complete
-
- getLine() - Method in class org.crsh.telnet.term.TermEvent.ReadLine
-
- getLines() - Method in class org.crsh.console.EditorBuffer
-
- getLoader() - Method in class org.crsh.plugin.PluginContext
-
Returns the classloader associated with this context.
- getLocalPort() - Method in class org.crsh.ssh.term.SSHLifeCycle
-
Returns the local part after the ssh server has been succesfully bound or null.
- getLongOptionNames() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command long option names.
- getMan() - Method in class org.crsh.cli.descriptor.Description
-
- getMatch() - Method in class org.crsh.cli.impl.invocation.CommandInvoker
-
- getMaxColSize() - Method in class org.crsh.text.ui.TableLineRenderer
-
- getMerged() - Method in class org.crsh.text.RenderAppendable
-
Compute the current merged style.
- 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
-
- getMethod() - Method in class org.crsh.cli.impl.lang.MethodDescriptor
-
- getMinHeight(int) - Method in class org.crsh.text.LineRenderer.Composite
-
- getMinHeight(int) - Method in class org.crsh.text.LineRenderer
-
Return the minimum height for the specified with.
- getMinHeight(int) - Method in class org.crsh.text.renderers.MemoryUsageLineRenderer
-
- getMinHeight(int) - Method in class org.crsh.text.ui.LabelLineRenderer
-
- getMinHeight(int) - Method in class org.crsh.text.ui.RowLineRenderer
-
- getMinHeight(int) - Method in class org.crsh.text.ui.TableLineRenderer
-
- getMinHeight(int[]) - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getMinHeight(int) - Method in class org.crsh.text.ui.TreeLineRenderer
-
- getMinWidth() - Method in class org.crsh.text.LineRenderer.Composite
-
- getMinWidth() - Method in class org.crsh.text.LineRenderer
-
Returns the element minimum width.
- getMinWidth() - Method in class org.crsh.text.renderers.MemoryUsageLineRenderer
-
- getMinWidth() - Method in class org.crsh.text.ui.LabelLineRenderer
-
- getMinWidth() - Method in class org.crsh.text.ui.RowLineRenderer
-
- getMinWidth() - Method in class org.crsh.text.ui.TableLineRenderer
-
- getMinWidth() - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getMinWidth() - Method in class org.crsh.text.ui.TreeLineRenderer
-
- getMode() - Method in class org.crsh.console.Console
-
- getMode() - Method in class org.crsh.console.Editor
-
- 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
- getMountFactories() - Method in class org.crsh.spring.SpringBootstrap
-
- getMounts() - Method in class org.crsh.vfs.FS.Builder
-
- getMultiplicity() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getMultiplicity() - Method in class org.crsh.cli.impl.ParameterType
-
- 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.KeyAuthenticationPlugin
-
- getName() - Method in class org.crsh.auth.SimpleAuthenticationPlugin
-
- getName(P) - Method in class org.crsh.cli.completers.AbstractPathCompleter
-
- getName(File) - Method in class org.crsh.cli.completers.FileCompleter
-
- getName() - Method in class org.crsh.cli.descriptor.ArgumentDescriptor
-
Returns the argument name, that can be null.
- getName() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command name.
- getName() - Method in class org.crsh.cli.impl.invocation.OptionMatch
-
- getName() - Method in class org.crsh.cli.impl.tokenizer.Token.Literal.Option
-
- 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.java.NodeJavaFileObject
-
- 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
-
- getNames() - Method in class org.crsh.cli.descriptor.OptionDescriptor
-
- getNames() - Method in class org.crsh.cli.impl.invocation.OptionMatch
-
- getNestingKind() - Method in class org.crsh.lang.impl.java.NodeJavaFileObject
-
- getNext(Editor) - Method in class org.crsh.console.EditorAction.History
-
- 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
-
- getOption(String) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns a command option by its name.
- getOptionNames() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command option names.
- getOptions() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command options.
- getOutputEncoding() - Method in class org.crsh.ssh.term.CRaSHCommand
-
- getOverflow() - Method in class org.crsh.text.ui.TableElement
-
- getOwner() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- getOwner() - Method in class org.crsh.cli.impl.descriptor.HelpDescriptor
-
- getOwner() - Method in class org.crsh.cli.impl.lang.ClassDescriptor
-
- getOwner() - Method in class org.crsh.cli.impl.lang.MethodDescriptor
-
- getParameter(D) - Method in class org.crsh.cli.impl.invocation.InvocationMatch
-
- getParameter() - Method in class org.crsh.cli.impl.invocation.ParameterMatch
-
- getParameter() - Method in class org.crsh.cli.impl.parser.Event.Parameter
-
- getParameters() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command parameters, the returned collection contains the command options and
the command arguments.
- getParameterTypes() - Method in class org.crsh.cli.impl.lang.ObjectCommandInvoker
-
- getPath(String) - Method in class org.crsh.cli.completers.AbstractPathCompleter
-
- getPath(String) - Method in class org.crsh.cli.completers.FileCompleter
-
- getPath(String) - Method in class org.crsh.util.JNDIHandler.JNDICompleter
-
- getPath() - Method in class org.crsh.vfs.File
-
- getPipeInvoker(CommandInvoker<Instance<T>, PC>) - Method in class org.crsh.lang.impl.java.ClassShellCommand
-
- 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.PluginManager
-
- getPlugins(Class<T>) - Method in class org.crsh.plugin.PluginManager
-
- getPlugins() - Method in class org.crsh.plugin.ServiceLoaderDiscovery
-
- getPlugins() - Method in class org.crsh.plugin.SimplePluginDiscovery
-
- getPlugins() - Method in class org.crsh.spring.SpringPluginDiscovery
-
- getPort() - Method in class org.crsh.ssh.term.SSHLifeCycle
-
- getPort() - Method in class org.crsh.telnet.term.TelnetLifeCycle
-
- getPort() - Method in class org.crsh.util.AbstractSocketServer
-
- getPrefix() - Method in class org.crsh.cli.spi.Completion
-
- 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.lang.impl.java.PipeCommandMatch
-
- getProducedType() - Method in class org.crsh.lang.impl.java.ProducerCommandMatch
-
- getProducedType() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- 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.
- getProducerInvoker(CommandInvoker<Instance<T>, ?>, Class<P>) - Method in class org.crsh.lang.impl.java.ClassShellCommand
-
- getPrompt() - Method in class org.crsh.shell.impl.async.AsyncShell
-
- getPrompt() - Method in class org.crsh.shell.impl.command.CRaSHSession
-
- 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.ProcessHandler
-
- getProperty(String) - Method in class org.crsh.groovy.GroovyCommand
-
- getProperty(String) - Method in class org.crsh.lang.impl.groovy.closure.ClosureDelegate
-
- getProperty(String) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineClosure
-
- getProperty(String) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- 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(PropertyDescriptor<T>) - Method in class org.crsh.plugin.PropertyManager
-
Returns a property or null if it cannot be found.
- getProperty(String, Class<T>) - Method in class org.crsh.plugin.PropertyManager
-
Returns a property or null if it cannot be found.
- getProperty(String) - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- getProperty(String) - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getProperty(String) - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- getProperty(String) - Method in class org.crsh.shell.impl.remoting.ClientProcessContext
-
- getProperty(String) - Method in interface org.crsh.shell.InteractionContext
-
Returns a generic property, usually this property is resolved by the
shell client.
- getProperty(String) - Method in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
- getProperty(String) - Method in class org.crsh.ssh.term.SSHContext
-
- getProperty(String) - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- getProperty(String) - Method in class org.crsh.telnet.term.processor.ProcessContext
-
- getProperty(String) - Method in interface org.crsh.telnet.term.spi.TermIO
-
Retrieves the value of a property specified by this TermIO
- getProperty(String) - Method in class org.crsh.telnet.term.TelnetIO
-
- getProperty(String) - Method in interface org.crsh.telnet.term.Term
-
Retrieves the value of a property specified by this Term
- getPropertyManager() - Method in class org.crsh.plugin.PluginContext
-
- getPropertyValue(PropertyDescriptor<T>) - Method in class org.crsh.plugin.PropertyManager
-
Returns a property value or null if it cannot be found.
- getRaw() - Method in class org.crsh.cli.impl.line.MultiLineVisitor
-
- getRaw() - Method in class org.crsh.cli.impl.tokenizer.Token
-
Returns the raw text.
- getRawValue() - Method in class org.crsh.cli.impl.LiteralValue
-
Returns the value as expressed in the command line.
- 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 class org.crsh.shell.impl.command.CRaSHSession
-
- getRepl() - Method in interface org.crsh.shell.impl.command.ShellSession
-
- getResource(String) - Method in class org.crsh.util.ClassCache
-
- getResource() - Method in class org.crsh.vfs.File
-
- getResource() - Method in class org.crsh.vfs.Handle
-
- getResources() - Method in class org.crsh.vfs.File
-
- getResources() - Method in class org.crsh.vfs.Handle
-
- getResponse() - Method in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
- getRest() - Method in class org.crsh.cli.impl.invocation.InvocationMatch
-
- getReturnType() - Method in class org.crsh.cli.impl.invocation.CommandInvoker
-
- 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.lang.impl.groovy.closure.PipeLineInvocationContext
-
- getSession() - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- getSession() - Method in class org.crsh.shell.impl.command.CRaSHSession
-
- getSession() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getSession() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- getSession() - Method in class org.crsh.shell.impl.command.RuntimeContextImpl
-
- getShell() - Method in class org.crsh.shell.impl.remoting.RemoteServer
-
- getShortOptionNames() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command short option names.
- getSize() - Method in class org.crsh.cli.spi.Completion
-
- getSize() - Method in class org.crsh.console.EditorBuffer
-
Returns the total number of chars in the buffer, independently of the cursor position.
- getSize() - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
Returns the total number of chars in the buffer, independently of the cursor position.
- getSize() - Method in class org.crsh.text.ui.RowElement
-
- getSize() - Method in class org.crsh.text.ui.RowLineRenderer
-
- getSize() - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- getSize() - Method in class org.crsh.text.ui.TreeElement
-
- getSize() - Method in class org.crsh.vfs.Path
-
- getStart() - Method in class org.crsh.cli.impl.invocation.ArgumentMatch
-
- getStatus() - Method in class org.crsh.cli.impl.parser.Parser
-
- 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.
- getStrings() - Method in class org.crsh.cli.impl.invocation.ParameterMatch
-
- getStrings() - Method in class org.crsh.cli.impl.parser.Event.Parameter
-
- getStyle() - Method in class org.crsh.text.ui.Element
-
- getSubordinate(String) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns a specified subordinate.
- getSubordinates() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- getSubordinates() - Method in class org.crsh.cli.impl.descriptor.HelpDescriptor
-
- getSubordinates() - Method in class org.crsh.cli.impl.lang.ClassDescriptor
-
- getSubordinates() - Method in class org.crsh.cli.impl.lang.MethodDescriptor
-
- getTarget() - Method in class org.crsh.ssh.term.scp.SCPAction
-
- 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.cli.impl.parser.Event.Argument
-
- getTo() - Method in class org.crsh.cli.impl.parser.Event.Option
-
- getTo() - Method in class org.crsh.cli.impl.parser.Event.Parameter
-
- getTo() - Method in class org.crsh.cli.impl.tokenizer.Token
-
Returns the to index in the containing string.
- getTo(EditorBuffer) - Method in class org.crsh.console.EditorAction.Copy
-
- getTo() - Method in class org.crsh.console.Mode.Digit
-
- getToken() - Method in class org.crsh.cli.impl.parser.Event.Option
-
- getToken() - Method in class org.crsh.cli.impl.parser.Event.Separator
-
- getToken() - Method in class org.crsh.cli.impl.parser.Event.Stop.Unresolved
-
- getToken() - Method in class org.crsh.cli.impl.parser.Event.Subordinate.Explicit
-
- getTrigger() - Method in class org.crsh.cli.impl.parser.Event.Subordinate.Implicit
-
- getType() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getType() - Method in class org.crsh.cli.type.ValueType
-
- 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
-
- getUsage() - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Returns the command usage, shortcut for invoking getDescription().getUsage()
on this
object.
- getUsage() - Method in class org.crsh.cli.descriptor.Description
-
- getUsage() - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- getValue() - Method in class org.crsh.cli.impl.completion.CompletionMatch
-
- getValue() - Method in enum org.crsh.cli.impl.Delimiter
-
- getValue() - Method in class org.crsh.cli.impl.LiteralValue
-
Returns the value as interpreted by the context.
- getValue() - Method in class org.crsh.cli.impl.tokenizer.Token.Literal
-
- 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
-
- getValues() - Method in class org.crsh.cli.impl.invocation.ParameterMatch
-
- getValues() - Method in class org.crsh.cli.impl.parser.Event.Parameter
-
- getValues() - Method in class org.crsh.cli.spi.Completion
-
- getValueType() - Method in class org.crsh.cli.impl.ParameterType
-
- getVariable(String) - Method in class org.crsh.lang.impl.groovy.ShellBinding
-
- 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.command.CRaSHSession
-
- 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.ProcessHandler
-
- getWidth() - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- getWidth() - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- getWidth() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- getWidth() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- getWidth() - Method in class org.crsh.shell.impl.remoting.ClientAutomaton
-
- getWidth() - Method in class org.crsh.shell.impl.remoting.ClientProcessContext
-
- getWidth() - Method in class org.crsh.ssh.term.CRaSHCommand
-
- getWidth() - Method in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
- getWidth() - Method in class org.crsh.ssh.term.SSHContext
-
- getWidth() - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- getWidth() - Method in class org.crsh.telnet.term.processor.ProcessContext
-
- getWidth() - Method in class org.crsh.telnet.term.processor.Processor
-
- getWidth() - Method in interface org.crsh.telnet.term.spi.TermIO
-
Returns the term width in chars.
- getWidth() - Method in class org.crsh.telnet.term.TelnetIO
-
- 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.lang.impl.groovy.closure.PipeLineInvocationContext
-
- 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
- GROOVY_SCRIPT_COMMAND - Static variable in class org.crsh.lang.impl.groovy.ast.ScriptLastStatementTransformer
-
.
- GroovyClassFactory<T> - Class in org.crsh.lang.impl.groovy
-
- GroovyClassFactory(ClassLoader, Class<T>, Class<? extends Script>) - Constructor for class org.crsh.lang.impl.groovy.GroovyClassFactory
-
- 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
-
- GroovyLineEscaper - Class in org.crsh.lang.impl.groovy
-
Escape CRLF to '\\' + 'n' inside quotes.
- GroovyLineEscaper() - Constructor for class org.crsh.lang.impl.groovy.GroovyLineEscaper
-
- 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
-
- p - Static variable in class org.crsh.lang.impl.script.PipeLineFactory
-
.
- p - Static variable in class org.crsh.plugin.ResourceManager
-
.
- p - Static variable in class org.crsh.util.Utils
-
.
- paint() - Method in class org.crsh.text.VirtualScreen
-
Pain the underlying screen context.
- PAINTED - Static variable in class org.crsh.text.VirtualScreen
-
- PAINTING - Static variable in class org.crsh.text.VirtualScreen
-
- Pair<F,S> - Class in org.crsh.util
-
- Pair(F, S) - Constructor for class org.crsh.util.Pair
-
- parameter - Variable in class org.crsh.cli.impl.completion.ParameterCompletion
-
.
- parameter - Variable in class org.crsh.cli.impl.invocation.ParameterMatch
-
.
- parameter - Variable in class org.crsh.cli.impl.parser.Event.Parameter
-
.
- ParameterCompletion - Class in org.crsh.cli.impl.completion
-
- ParameterCompletion(String, Delimiter, ParameterDescriptor, Completer) - Constructor for class org.crsh.cli.impl.completion.ParameterCompletion
-
- ParameterDescriptor - Class in org.crsh.cli.descriptor
-
- ParameterDescriptor(ParameterType<?>, Description, boolean, boolean, boolean, Class<? extends Completer>, Annotation) - Constructor for class org.crsh.cli.descriptor.ParameterDescriptor
-
- ParameterMatch<P extends ParameterDescriptor> - Class in org.crsh.cli.impl.invocation
-
- ParameterMatch(P, List<LiteralValue>) - Constructor for class org.crsh.cli.impl.invocation.ParameterMatch
-
- parameters - Variable in class org.crsh.cli.descriptor.CommandDescriptor
-
.
- parameters(Class<?>) - Method in class org.crsh.cli.impl.lang.CommandFactory
-
- ParameterType<V> - Class in org.crsh.cli.impl
-
- ParameterType(Multiplicity, Class<?>, Class<V>, ValueType<V>) - Constructor for class org.crsh.cli.impl.ParameterType
-
- parse(List<String>) - Method in class org.crsh.cli.descriptor.ArgumentDescriptor
-
- parse(List<String>) - Method in class org.crsh.cli.descriptor.OptionDescriptor
-
- parse(String) - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- parse(List<String>) - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- parse(String) - Method in class org.crsh.cli.impl.invocation.InvocationMatcher
-
- parse(String) - Method in class org.crsh.cli.impl.ParameterType
-
- parse() - Method in class org.crsh.cli.impl.tokenizer.Tokenizer
-
- parse() - Method in class org.crsh.cli.impl.tokenizer.TokenizerImpl
-
- parse(String) - Method in class org.crsh.cli.type.ValueType
-
- parse(Class<S>, String) - Method in class org.crsh.cli.type.ValueType
-
Parse the s
argument into a value of type S that is a subclass of the
generic value type V.
- parse(String, String) - Method in class org.crsh.lang.impl.groovy.GroovyClassFactory
-
- parse(CharSequence) - Static method in class org.crsh.lang.impl.script.Token
-
- parse(CharSequence, int) - Static method in class org.crsh.lang.impl.script.Token
-
- parse(String) - Method in class org.crsh.plugin.PropertyDescriptor
-
Parse a string representation of a value and returns the corresponding typed value.
- parse(String, String) - Method in class org.crsh.util.ClassFactory
-
- parseEncoding(String) - Static method in class org.crsh.ssh.term.SSHContext
-
Parse the LC_CTYPE
format or return null.
- parseKeyValue(String) - Static method in class org.crsh.cli.completers.ObjectNameCompleter
-
- parseNames(String, int, int, int) - Static method in class org.crsh.vfs.Path
-
- parseProperty(PropertyDescriptor<T>, String) - Method in class org.crsh.plugin.PropertyManager
-
Set a context property to a new value.
- Parser<T> - Class in org.crsh.cli.impl.parser
-
- Parser(Tokenizer, CommandDescriptor<T>, Mode) - Constructor for class org.crsh.cli.impl.parser.Parser
-
- password - Variable in class org.crsh.auth.SimpleAuthenticationPlugin
-
.
- password - Variable in class org.crsh.cli.descriptor.ParameterDescriptor
-
.
- PASSWORD - Static variable in class org.crsh.ssh.term.SSHLifeCycle
-
.
- PASTE_AFTER - Static variable in class org.crsh.console.EditorAction
-
- path - Variable in class org.crsh.vfs.File
-
.
- Path - Class in org.crsh.vfs
-
- Path(boolean, String[]) - Constructor for class org.crsh.vfs.Path
-
- path(File, int) - Static method in class org.crsh.vfs.Path
-
- Path.Absolute - Class in org.crsh.vfs
-
- Path.Absolute(boolean, String[]) - Constructor for class org.crsh.vfs.Path.Absolute
-
- Path.Relative - Class in org.crsh.vfs
-
- Path.Relative(boolean, String[]) - Constructor for class org.crsh.vfs.Path.Relative
-
- pathPattern - Static variable in class org.crsh.vfs.spi.servlet.ServletContextDriver
-
A valid path.
- payload - Variable in class org.crsh.shell.impl.remoting.ServerMessage.Chunk.Style
-
.
- payload - Variable in class org.crsh.shell.impl.remoting.ServerMessage.Chunk.Text
-
.
- peek() - Method in class org.crsh.cli.impl.tokenizer.Tokenizer
-
- peekContext() - Method in class org.crsh.command.AbstractCommand
-
- peekContext() - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptCommand
-
- peekFirst() - Method in class org.crsh.cli.impl.parser.Event.Parameter
-
- peekLast() - Method in class org.crsh.cli.impl.parser.Event.Parameter
-
- peekProcess() - Method in class org.crsh.telnet.term.processor.Processor
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.EditorAction.ChangeChars
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.EditorAction.Copy
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.EditorAction.DeleteNextChars
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.EditorAction.History
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.EditorAction.InsertKey
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.EditorAction.MoveNextWord
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.EditorAction.MovePrevWord
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.EditorAction
-
- perform(Editor, EditorBuffer) - Method in class org.crsh.console.Mode
-
- Pipe<C,P> - Class in org.crsh.command
-
A command pipe.
- Pipe() - Constructor for class org.crsh.command.Pipe
-
- PipeCommandMatch<T extends BaseCommand,C,P,PC extends Pipe<C,P>> - Class in org.crsh.lang.impl.java
-
- PipeCommandMatch(ClassShellCommand<T>, CommandInvoker<Instance<T>, PC>) - Constructor for class org.crsh.lang.impl.java.PipeCommandMatch
-
- PipeLine - Class in org.crsh.shell.impl.command.pipeline
-
- PipeLine(CommandInvoker[]) - Constructor for class org.crsh.shell.impl.command.pipeline.PipeLine
-
- PipeLineClosure - Class in org.crsh.lang.impl.groovy.closure
-
- PipeLineClosure(InvocationContext<Object>, String, Command<?>) - Constructor for class org.crsh.lang.impl.groovy.closure.PipeLineClosure
-
- PipeLineClosure(InvocationContext<Object>, PipeLineElement[]) - Constructor for class org.crsh.lang.impl.groovy.closure.PipeLineClosure
-
- PipeLineElement - Class in org.crsh.lang.impl.groovy.closure
-
- PipeLineElement() - Constructor for class org.crsh.lang.impl.groovy.closure.PipeLineElement
-
- PipeLineFactory - Class in org.crsh.lang.impl.script
-
A factory for a pipeline.
- PipeLineFactory(String, PipeLineFactory) - Constructor for class org.crsh.lang.impl.script.PipeLineFactory
-
Create a pipeline factory for the specified line and next factory
- PipeLineInvocationContext - Class in org.crsh.lang.impl.groovy.closure
-
- PipeLineInvocationContext(InvocationContext<Object>) - Constructor for class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- PipeLineInvoker - Class in org.crsh.lang.impl.groovy.closure
-
- PipeLineInvoker(PipeLineClosure, Object[]) - Constructor for class org.crsh.lang.impl.groovy.closure.PipeLineInvoker
-
- Plugin - Class in org.crsh.console
-
The handler defines a state machine that can have several implementations.
- Plugin() - Constructor for class org.crsh.console.Plugin
-
- PluginContext - Class in org.crsh.plugin
-
- PluginContext(PluginDiscovery, Map<String, Object>, FS, FS, ClassLoader) - Constructor for class org.crsh.plugin.PluginContext
-
Create a new plugin context with preconfigured executor and scanner, this is equivalent to invoking:
- PluginContext(ExecutorService, ScheduledExecutorService, PluginDiscovery, Map<String, Object>, FS, FS, ClassLoader) - Constructor for class org.crsh.plugin.PluginContext
-
Create a new plugin context.
- pluginContext - Variable in class org.crsh.ssh.term.inline.SSHInlineCommand
-
.
- pluginContext - Variable in class org.crsh.ssh.term.scp.SCPCommandFactory
-
.
- PluginDiscovery - Interface in org.crsh.plugin
-
- PluginLifeCycle - Class in org.crsh.plugin
-
The base class for managing the CRaSH life cycle.
- PluginLifeCycle() - Constructor for class org.crsh.plugin.PluginLifeCycle
-
- PluginManager - Class in org.crsh.plugin
-
- PluginManager(PluginContext, PluginDiscovery) - Constructor for class org.crsh.plugin.PluginManager
-
- plugins - Variable in class org.crsh.plugin.PluginManager
-
.
- plugins - Variable in class org.crsh.plugin.SimplePluginDiscovery
-
.
- pop() - Method in class org.crsh.console.EditorBuffer
-
Popup one char from buffer at the current cursor position.
- pop() - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
Popup one char from buffer at the current cursor position.
- popContext() - Method in class org.crsh.command.AbstractCommand
-
- popContext() - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptCommand
-
- port - Variable in class org.crsh.ssh.term.SSHLifeCycle
-
.
- port - Variable in class org.crsh.telnet.term.TelnetLifeCycle
-
.
- port - Variable in class org.crsh.util.AbstractSocketClient
-
.
- port - Variable in class org.crsh.util.AbstractSocketServer
-
.
- PRE_HTML - Static variable in class org.crsh.text.Format
-
.
- prefix - Variable in class org.crsh.cli.impl.completion.CommandCompletion
-
.
- prefix - Variable in class org.crsh.cli.impl.completion.OptionCompletion
-
.
- prefix - Variable in class org.crsh.cli.impl.completion.ParameterCompletion
-
.
- prefix - Variable in class org.crsh.cli.spi.Completion.Builder
-
.
- prefix - Variable in class org.crsh.cli.spi.Completion
-
.
- prefix - Variable in class org.crsh.shell.impl.remoting.ClientMessage.GetCompletion
-
.
- preserve - Variable in class org.crsh.ssh.term.scp.SCPAction
-
.
- previous - Variable in class org.crsh.text.ui.TableRowLineRenderer
-
.
- previous() - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- previous - Variable in class org.crsh.text.ui.TableRowReader
-
.
- previous() - Method in class org.crsh.text.ui.TableRowReader
-
- previousCR - Variable in class org.crsh.console.EditorWriter
-
.
- previousCR - Variable in class org.crsh.telnet.term.console.TermIOBuffer
-
Do we have a issued a CR previously?
- previousCR - Variable in class org.crsh.telnet.term.console.TermIOWriter
-
.
- previousRow() - Method in class org.crsh.text.VirtualScreen
-
- print(Format, Appendable) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- print(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Describe
-
- print(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- print(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format
-
Print the specified command
to the stream
- print(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Usage
-
- print(Object, Color) - Method in class org.crsh.text.RenderPrintWriter
-
- print(Object, Color, Color) - Method in class org.crsh.text.RenderPrintWriter
-
- print(Object, Decoration) - Method in class org.crsh.text.RenderPrintWriter
-
- print(Object, Decoration, Color) - Method in class org.crsh.text.RenderPrintWriter
-
- print(Object, Decoration, Color, Color) - Method in class org.crsh.text.RenderPrintWriter
-
- print(Object, Style) - Method in class org.crsh.text.RenderPrintWriter
-
- print(Object) - Method in class org.crsh.text.RenderPrintWriter
-
- printDescriptionSection(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- printDetailsSection(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Usage
-
- printFQN(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format
-
Print the full qualified name of the command.
- printFQNWithOptions(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format
-
- println(Object, Color) - Method in class org.crsh.text.RenderPrintWriter
-
- println(Object, Color, Color) - Method in class org.crsh.text.RenderPrintWriter
-
- println(Object, Decoration) - Method in class org.crsh.text.RenderPrintWriter
-
- println(Object, Decoration, Color) - Method in class org.crsh.text.RenderPrintWriter
-
- println(Object, Decoration, Color, Color) - Method in class org.crsh.text.RenderPrintWriter
-
- println(Object, Style) - Method in class org.crsh.text.RenderPrintWriter
-
- println(Object) - Method in class org.crsh.text.RenderPrintWriter
-
- printMan(Appendable) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- printNameSection(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- printOptions(boolean, CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- printParameter(boolean, ParameterDescriptor, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- printParameters(boolean, CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- printParametersSection(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- printSubordinates(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- printSynopsisSection(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Man
-
- printUsage(Appendable) - Method in class org.crsh.cli.descriptor.ArgumentDescriptor
-
Prints the argument:
Single valued arguments use the "$arg" pattern.
Multi valued arguments use the "...
- printUsage(Appendable) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
- printUsage(Appendable) - Method in class org.crsh.cli.descriptor.OptionDescriptor
-
Prints the option names as an alternative of switches surrounded by a square brace,
for instance: "[-f --foo]"
- printUsage(Appendable) - Method in class org.crsh.cli.descriptor.ParameterDescriptor
-
- printUsageSection(CommandDescriptor<?>, Appendable) - Method in class org.crsh.cli.descriptor.Format.Usage
-
- process(Status.Request<T>) - Method in class org.crsh.cli.impl.parser.Status.ComputeArg
-
- process(Status.Request<T>) - Method in class org.crsh.cli.impl.parser.Status.Done
-
- process(Status.Request<T>) - Method in class org.crsh.cli.impl.parser.Status
-
Process a request.
- process(Status.Request<T>) - Method in class org.crsh.cli.impl.parser.Status.ReadingArg
-
- process(Status.Request<T>) - Method in class org.crsh.cli.impl.parser.Status.ReadingOption
-
- process(Status.Request<T>) - Method in class org.crsh.cli.impl.parser.Status.WantReadArg
-
- process - Variable in class org.crsh.console.ProcessHandler
-
.
- process - Variable in class org.crsh.shell.impl.remoting.ClientProcessContext
-
.
- process - Variable in class org.crsh.shell.impl.remoting.ServerAutomaton
-
.
- process - Variable in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
.
- process - Variable in class org.crsh.telnet.term.processor.ProcessContext
-
.
- processContext - Variable in class org.crsh.shell.impl.command.CRaSHProcessContext
-
.
- ProcessContext - Class in org.crsh.telnet.term.processor
-
- ProcessContext(Processor, ShellProcess) - Constructor for class org.crsh.telnet.term.processor.ProcessContext
-
- processes - Variable in class org.crsh.shell.impl.async.AsyncShell
-
.
- ProcessHandler - Class in org.crsh.console
-
A process execution state machine.
- ProcessHandler(Console, ShellProcess) - Constructor for class org.crsh.console.ProcessHandler
-
- ProcessHandler.Reader - Class in org.crsh.console
-
A thread reading a line.
- ProcessHandler.Reader(Thread, boolean) - Constructor for class org.crsh.console.ProcessHandler.Reader
-
- processor - Variable in class org.crsh.telnet.term.processor.ProcessContext
-
.
- Processor - Class in org.crsh.telnet.term.processor
-
- Processor(Term, Shell) - Constructor for class org.crsh.telnet.term.processor.Processor
-
- ProcessorIOHandler - Class in org.crsh.telnet.term.processor
-
- ProcessorIOHandler() - Constructor for class org.crsh.telnet.term.processor.ProcessorIOHandler
-
- produced - Variable in class org.crsh.shell.ShellResponse.Ok
-
.
- producedType - Variable in class org.crsh.lang.impl.java.PipeCommandMatch
-
.
- producedType - Variable in class org.crsh.lang.impl.java.ProducerCommandMatch
-
.
- producedType - Variable in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
.
- Producer<P,C extends Consumer<? super P>> - Interface in org.crsh.stream
-
A producer that produces elements in a specific consumer.
- ProducerCommandMatch<T extends BaseCommand,P> - Class in org.crsh.lang.impl.java
-
- ProducerCommandMatch(ClassShellCommand<T>, CommandInvoker<Instance<T>, ?>, Class<P>) - Constructor for class org.crsh.lang.impl.java.ProducerCommandMatch
-
- PROPERTIES - Static variable in class org.crsh.cli.type.ValueType
-
Properties as semi colon separated values.
- properties - Variable in class org.crsh.plugin.PropertyManager
-
.
- Property<T> - Class in org.crsh.plugin
-
- Property(PropertyDescriptor<T>, T) - Constructor for class org.crsh.plugin.Property
-
- PropertyDescriptor<T> - Class in org.crsh.plugin
-
- PropertyDescriptor(Class<T>, String, T, String) - Constructor for class org.crsh.plugin.PropertyDescriptor
-
Create a new property descriptor.
- PropertyDescriptor(Class<T>, String, T, String, boolean) - Constructor for class org.crsh.plugin.PropertyDescriptor
-
Create a new property descriptor.
- propertyManager - Variable in class org.crsh.plugin.PluginContext
-
.
- PropertyManager - Class in org.crsh.plugin
-
- PropertyManager() - Constructor for class org.crsh.plugin.PropertyManager
-
- provide(C) - Method in class org.crsh.command.Pipe
-
- provide(Object) - Method in class org.crsh.lang.impl.groovy.closure.ClosureInvoker
-
- provide(Object) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- provide(Object) - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- provide(P) - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- provide(Object) - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- provide(Void) - Method in class org.crsh.shell.impl.command.pipeline.PipeLine
-
- provide(C) - Method in class org.crsh.shell.impl.command.spi.CommandInvoker
-
- provide(C) - Method in interface org.crsh.stream.Consumer
-
Provide an element.
- provide(Object) - Method in class org.crsh.text.ScreenContextConsumer
-
- proxy - Variable in class org.crsh.lang.impl.groovy.ShellBinding
-
- ptr - Variable in class org.crsh.cli.impl.tokenizer.Tokenizer
-
.
- push(char) - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
Push one char in the buffer at the current cursor position.
- pushBack(int) - Method in class org.crsh.cli.impl.tokenizer.Tokenizer
-
- pushBack() - Method in class org.crsh.cli.impl.tokenizer.Tokenizer
-
- pushContext(InvocationContext<?>) - Method in class org.crsh.command.AbstractCommand
-
- pushContext(InvocationContext<?>) - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptCommand
-
- 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
-
- raw - Variable in class org.crsh.cli.impl.line.MultiLineVisitor
-
.
- raw - Variable in class org.crsh.cli.impl.tokenizer.Token
-
.
- rawValue - Variable in class org.crsh.cli.impl.LiteralValue
-
.
- read() - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- read() - Method in interface org.crsh.telnet.term.spi.TermIO
-
Reads an input value.
- read() - Method in class org.crsh.telnet.term.TelnetIO
-
- read() - Method in interface org.crsh.telnet.term.Term
-
Read the next term event.
- read(InputStream) - Static method in class org.crsh.util.Utils
-
- READ_TERM_TASK - Variable in class org.crsh.telnet.term.processor.Processor
-
.
- 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.Composite
-
- reader(int) - Method in class org.crsh.text.LineRenderer.Composite
-
- 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.
- reader(int) - Method in class org.crsh.text.renderers.MemoryUsageLineRenderer
-
- reader(int, int) - Method in class org.crsh.text.renderers.MemoryUsageLineRenderer
-
- reader(int) - Method in class org.crsh.text.ui.LabelLineRenderer
-
- reader(int, int) - Method in class org.crsh.text.ui.LabelLineRenderer
-
- reader(int) - Method in class org.crsh.text.ui.RowLineRenderer
-
- reader(int) - Method in class org.crsh.text.ui.TableLineRenderer
-
- reader(int, int) - Method in class org.crsh.text.ui.TableLineRenderer
-
- reader - Variable in class org.crsh.text.ui.TableRowReader
-
.
- reader(int) - Method in class org.crsh.text.ui.TreeLineRenderer
-
- readKey(Reader) - Static method in class org.crsh.ssh.util.KeyPairUtils
-
- 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.console.ProcessHandler
-
- readLine(String, boolean) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- readLine(String, boolean) - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- readLine(String, boolean) - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- readLine(String, boolean) - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- readLine(String, boolean) - Method in class org.crsh.shell.impl.remoting.ClientProcessContext
-
- 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.
- readLine(String, boolean) - Method in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
- readLine(String, boolean) - Method in class org.crsh.telnet.term.processor.ProcessContext
-
- readLine(CharSequence) - Static method in class org.crsh.telnet.term.TermEvent
-
- readObject(ObjectInputStream) - Method in class org.crsh.shell.impl.remoting.ServerMessage.End
-
- readTerm() - Method in class org.crsh.telnet.term.processor.Processor
-
- real - Variable in class org.crsh.lang.impl.LanguageProxy
-
.
- recursive - Variable in class org.crsh.ssh.term.scp.SCPAction
-
.
- refresh() - Method in class org.crsh.plugin.PluginContext
-
Refresh the fs system view.
- refresh() - Method in class org.crsh.plugin.ResourceManager
-
Refresh the fs system view.
- REFRESH - Static variable in class org.crsh.text.VirtualScreen
-
- register(String, FSMountFactory<?>) - Method in class org.crsh.vfs.FS.Builder
-
Register a resolver.
- registered - Variable in class org.crsh.plugin.WebPluginLifeCycle
-
.
- releaseAlternateBuffer() - Method in interface org.crsh.console.ConsoleDriver
-
Release control of the alternate buffer.
- releaseAlternateBuffer() - Method in class org.crsh.console.ProcessHandler
-
- releaseAlternateBuffer() - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- releaseAlternateBuffer() - Method in class org.crsh.shell.impl.command.CRaSHProcessContext
-
- releaseAlternateBuffer() - Method in class org.crsh.shell.impl.command.InvocationContextImpl
-
- releaseAlternateBuffer() - Method in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
- releaseAlternateBuffer() - Method in class org.crsh.shell.impl.remoting.ClientProcessContext
-
- releaseAlternateBuffer() - Method in interface org.crsh.shell.InteractionContext
-
Release control of the alternate buffer.
- releaseAlternateBuffer() - Method in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
- releaseAlternateBuffer() - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- releaseAlternateBuffer() - Method in class org.crsh.telnet.term.processor.ProcessContext
-
- releaseAlternateBuffer() - Method in interface org.crsh.telnet.term.spi.TermIO
-
Release control of the alternate buffer.
- releaseAlternateBuffer() - Method in class org.crsh.telnet.term.TelnetIO
-
- releaseAlternateBuffer() - Method in interface org.crsh.telnet.term.Term
-
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.cli.impl.parser.Parser
-
- remove() - Method in class org.crsh.cli.impl.tokenizer.Tokenizer
-
- remove() - Method in class org.crsh.console.EditorBuffer
-
- remove() - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
- 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
-
- renderable - Variable in class org.crsh.text.ScreenContextConsumer
-
.
- renderables - Static variable in class org.crsh.text.Renderer
-
.
- 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(int[], int) - Method in class org.crsh.text.ui.RowLineRenderer
-
- renderer() - Method in class org.crsh.text.ui.TableElement
-
- renderer(int[], int) - Method in class org.crsh.text.ui.TableRowLineRenderer
-
- renderer - Variable in class org.crsh.text.ui.TableRowReader
-
.
- 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
-
- renderers - Variable in class org.crsh.text.LineRenderer.Composite
-
.
- renderLine(RenderAppendable) - Method in interface org.crsh.text.LineReader
-
Renders the element.
- renderLine(RenderAppendable) - Method in class org.crsh.text.ui.LabelReader
-
- renderLine(RenderAppendable) - Method in class org.crsh.text.ui.TableRowReader
-
- 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
-
- repeat(int) - Method in class org.crsh.console.EditorAction
-
- repl - Variable in class org.crsh.lang.impl.groovy.GroovyLanguage
-
.
- Repl - Interface in org.crsh.lang.spi
-
Read–eval–print loop.
- repl - Variable in class org.crsh.shell.impl.command.CRaSHSession
-
.
- repl - Class in org.crsh.shell.impl.command.system
-
- repl() - Constructor for class org.crsh.shell.impl.command.system.repl
-
- replace(CharSequence) - Method in class org.crsh.console.EditorBuffer
-
Replace all the characters before the cursor by the provided char sequence.
- replace(CharSequence) - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
Replace all the characters before the cursor by the provided char sequence.
- 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
-
- request - Variable in class org.crsh.shell.impl.async.AsyncProcess
-
.
- request - Variable in class org.crsh.shell.impl.command.CRaSHProcess
-
.
- required - Variable in class org.crsh.cli.descriptor.ParameterDescriptor
-
.
- required - Variable in class org.crsh.cli.impl.lang.CommandFactory.Tuple
-
- Required - Annotation Type in org.crsh.cli
-
Declares if a command parameter is required or not.
- reset() - Method in class org.crsh.cli.impl.line.LineParser
-
- reset() - Method in class org.crsh.cli.impl.line.LineParser.Visitor
-
- reset() - Method in class org.crsh.cli.impl.line.MultiLineVisitor
-
- reset() - Method in class org.crsh.cli.impl.line.ValueLineVisitor
-
- reset() - Method in class org.crsh.console.Editor
-
- reset() - Method in class org.crsh.console.EditorBuffer
-
Reset the buffer state.
- reset() - Method in class org.crsh.ssh.term.CRaSHCommand
-
- reset - Static variable in class org.crsh.text.Style
-
- resolve(Class<T>) - Method in interface org.crsh.cli.impl.lang.Instance
-
Resolve the specified contextual type to an instance or return null if no object able
to satisfy the class type was resolved.
- resolve(String) - Method in interface org.crsh.command.InvocationContext
-
Resolve a command invoker for the specified command line.
- resolve(String) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineInvocationContext
-
- resolve(InvocationMatch<Instance<T>>) - Method in class org.crsh.lang.impl.groovy.command.GroovyScriptShellCommand
-
- resolve(Class<U>) - Method in class org.crsh.lang.impl.java.BaseCommandMatch.BaseInvoker
-
- resolve(List<JavaFileObject>, Node, String, boolean) - Method in class org.crsh.lang.impl.java.ClasspathResolver
-
- resolve(String, boolean) - Method in class org.crsh.lang.impl.java.ClasspathResolver
-
- 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.
- resolve(FSDriver<H>, H, Path) - Method in class org.crsh.vfs.File
-
- resolve2(Object[]) - Method in class org.crsh.lang.impl.groovy.closure.PipeLineClosure
-
- resolveCmdMountPointConfig() - Method in class org.crsh.plugin.Embedded
-
- resolveCmdMountPointConfig() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- resolveCmdMountPointConfig() - Method in class org.crsh.spring.SpringBootstrap
-
- resolveCommand(String) - Method in class org.crsh.lang.LanguageCommandResolver
-
- resolveCommand(Compiler, String, Resource) - 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
-
- resolveCommand2(String) - Method in class org.crsh.lang.LanguageCommandResolver
-
- resolveConfMountPointConfig() - Method in class org.crsh.plugin.Embedded
-
- resolveConfMountPointConfig() - Method in class org.crsh.plugin.WebPluginLifeCycle
-
- resolveConfMountPointConfig() - Method in class org.crsh.spring.SpringBootstrap
-
- 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
-
- resolveOption(String) - Method in class org.crsh.cli.descriptor.CommandDescriptor
-
Find an command option by its name, this will look through the command hierarchy.
- resolvePathProperty(String, String) - Method in class org.crsh.plugin.WebPluginLifeCycle
-
The path property is resolved from the servlet context parameters.
- resolveProperty(InvocationContext, String) - Static method in class org.crsh.lang.impl.groovy.Helper
-
- resolvers - Variable in class org.crsh.shell.impl.command.CRaSH
-
.
- resolvers - Variable in class org.crsh.vfs.FS.Builder
-
.
- 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
-
- Resource(URL, InputStreamFactory, long) - Constructor for class org.crsh.vfs.spi.url.Resource
-
- ResourceKind - Enum in org.crsh.plugin
-
- ResourceKind() - Constructor for enum org.crsh.plugin.ResourceKind
-
- resourceManager - Variable in class org.crsh.plugin.PluginContext
-
.
- ResourceManager - Class in org.crsh.plugin
-
- ResourceManager(FS, FS) - Constructor for class org.crsh.plugin.ResourceManager
-
- resources - Variable in class org.crsh.vfs.spi.url.Node
-
.
- response - Variable in class org.crsh.lang.spi.ReplResponse.Response
-
.
- response - Variable in class org.crsh.shell.impl.command.CRaSHResponseProcess
-
.
- response - Variable in class org.crsh.shell.impl.remoting.ServerMessage.End
-
.
- response - Variable in class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
.
- rest - Variable in class org.crsh.cli.impl.invocation.InvocationMatch
-
.
- rest - Variable in class org.crsh.lang.impl.script.PipeLineFactory
-
.
- restore() - Method in class org.crsh.ssh.term.CRaSHCommand
-
- ret - Variable in class org.crsh.lang.impl.java.PipeCommandMatch
-
.
- rethrow(Class<T>, Throwable) - Static method in class org.crsh.util.Utils
-
- rewrite(String) - Method in class org.crsh.vfs.spi.url.Node
-
Rewrite an URL by analysing the serie of trailing !/
.
- RIGHT - Static variable in class org.crsh.console.EditorAction
-
- rightCellPadding - Variable in class org.crsh.text.ui.RowLineRenderer
-
.
- rightCellPadding - Variable in class org.crsh.text.ui.TableElement
-
Cell padding right.
- rightCellPadding(int) - Method in class org.crsh.text.ui.TableElement
-
- rightCellPadding - Variable in class org.crsh.text.ui.TableLineRenderer
-
Cell padding right.
- ROOT - Static variable in class org.crsh.vfs.Path
-
.
- root - Variable in class org.crsh.vfs.spi.file.FileDriver
-
.
- root() - Method in class org.crsh.vfs.spi.file.FileDriver
-
- root - Variable in class org.crsh.vfs.spi.file.FileMountFactory
-
.
- root() - Method in interface org.crsh.vfs.spi.FSDriver
-
Returns the root handle.
- root - Variable in class org.crsh.vfs.spi.ram.RAMDriver
-
.
- root() - Method in class org.crsh.vfs.spi.ram.RAMDriver
-
- root - Variable in class org.crsh.vfs.spi.servlet.ServletContextDriver
-
.
- root() - Method in class org.crsh.vfs.spi.servlet.ServletContextDriver
-
- root - Variable in class org.crsh.vfs.spi.url.URLDriver
-
.
- 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
-
- row - Variable in class org.crsh.text.ui.TableRowLineRenderer
-
.
- row - Variable in class org.crsh.text.ui.TableRowReader
-
.
- row - Variable in class org.crsh.text.VirtualScreen
-
The absolute offset, index and row.
- 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.
- rowLayout - Variable in class org.crsh.text.ui.TableLineRenderer
-
.
- RowLineRenderer - Class in org.crsh.text.ui
-
- RowLineRenderer(RowElement, BorderStyle, int, int) - Constructor for class org.crsh.text.ui.RowLineRenderer
-
- rows - Variable in class org.crsh.text.ui.TableElement
-
.
- RTL - Static variable in class org.crsh.text.ui.Layout
-
- run() - Method in class org.crsh.shell.impl.remoting.ClientAutomaton
-
- run() - Method in class org.crsh.ssh.term.CRaSHCommand
-
- run() - Method in class org.crsh.ssh.term.inline.SSHInlineCommand
-
- run() - Method in class org.crsh.ssh.term.scp.SCPAction
-
- run() - Method in class org.crsh.telnet.term.processor.ProcessContext
-
- run() - Method in class org.crsh.telnet.term.processor.Processor
-
- run(Connection) - Method in class org.crsh.telnet.term.TelnetHandler
-
- run() - Method in class org.crsh.util.Statement
-
- runnable - Variable in class org.crsh.util.InterruptHandler
-
.
- RUNNING - Static variable in class org.crsh.console.Console
-
.
- 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
-
- s - Variable in class org.crsh.cli.impl.tokenizer.Automaton
-
.
- SafeCallable<V> - Interface in org.crsh.util
-
- saveClass(String, TimestampedObject<Class<? extends T>>) - Method in class org.crsh.util.ClassCache
-
- scanner - Variable in class org.crsh.plugin.PluginContext
-
.
- scannerFuture - Variable in class org.crsh.plugin.PluginContext
-
.
- SCANNING - Static variable in class org.crsh.util.Utils
-
.
- SCPAction - Class in org.crsh.ssh.term.scp
-
- SCPAction() - Constructor for class org.crsh.ssh.term.scp.SCPAction
-
- SCPCommandFactory - Class in org.crsh.ssh.term.scp
-
- SCPCommandFactory(PluginContext) - Constructor for class org.crsh.ssh.term.scp.SCPCommandFactory
-
- Screenable - Interface in org.crsh.text
-
The interface for pushing data to a screen.
- ScreenBuffer - Class in org.crsh.text
-
- ScreenBuffer() - Constructor for class org.crsh.text.ScreenBuffer
-
- ScreenBuffer(ScreenContext) - Constructor for class org.crsh.text.ScreenBuffer
-
- screenContext - Variable in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
.
- ScreenContext - Interface in org.crsh.text
-
The screen context extends the
Screenable
and add information about the screen.
- ScreenContextConsumer - Class in org.crsh.text
-
A
Consumer<Object>
that renders the object stream to a
ScreenContext
.
- ScreenContextConsumer(ScreenContext) - Constructor for class org.crsh.text.ScreenContextConsumer
-
- scriptCache - Variable in class org.crsh.lang.impl.groovy.GroovyLanguage
-
.
- ScriptCompiler - Class in org.crsh.lang.impl.script
-
- ScriptCompiler() - Constructor for class org.crsh.lang.impl.script.ScriptCompiler
-
- ScriptException - Exception in org.crsh.command
-
Base command thrown during the execution of a command.
- ScriptException() - Constructor for exception org.crsh.command.ScriptException
-
- ScriptException(String) - Constructor for exception org.crsh.command.ScriptException
-
- ScriptException(String, Throwable) - Constructor for exception org.crsh.command.ScriptException
-
- ScriptException(Throwable) - Constructor for exception org.crsh.command.ScriptException
-
- ScriptLanguage - Class in org.crsh.lang.impl.script
-
- ScriptLanguage() - Constructor for class org.crsh.lang.impl.script.ScriptLanguage
-
- ScriptLastStatementTransformer - Class in org.crsh.lang.impl.groovy.ast
-
A transformer that tags a CRaSH script class when it has an explicit return statement.
- ScriptLastStatementTransformer() - Constructor for class org.crsh.lang.impl.groovy.ast.ScriptLastStatementTransformer
-
- ScriptRepl - Class in org.crsh.lang.impl.script
-
- ScriptRepl() - Constructor for class org.crsh.lang.impl.script.ScriptRepl
-
- scriptResolver - Variable in class org.crsh.shell.impl.command.CRaSH
-
.
- scroll(int) - Method in class org.crsh.text.VirtualScreen
-
- second - Variable in class org.crsh.util.Pair
-
.
- secret - Variable in class org.crsh.plugin.PropertyDescriptor
-
.
- SECRET_DISPLAY_VALUE - Static variable in class org.crsh.plugin.PropertyDescriptor
-
The display value returned when a property is secret.
- send() - Method in class org.crsh.text.ScreenContextConsumer
-
- SEPARATOR - Static variable in class org.crsh.plugin.ResourceManager
-
.
- separator - Variable in class org.crsh.text.ui.RowLineRenderer
-
.
- separator - Variable in class org.crsh.text.ui.TableElement
-
.
- separator(BorderStyle) - Method in class org.crsh.text.ui.TableElement
-
- separator - Variable in class org.crsh.text.ui.TableLineRenderer
-
.
- sequence - Variable in class org.crsh.console.EditorAction.InsertKey
-
- sequence - Variable in class org.crsh.console.KeyStroke
-
.
- server - Variable in class org.crsh.shell.impl.remoting.ServerProcess
-
.
- server - Variable in class org.crsh.ssh.term.SSHLifeCycle
-
.
- ServerAutomaton - Class in org.crsh.shell.impl.remoting
-
- ServerAutomaton(ObjectOutputStream, ObjectInputStream) - Constructor for class org.crsh.shell.impl.remoting.ServerAutomaton
-
- ServerAutomaton(InputStream, OutputStream) - Constructor for class org.crsh.shell.impl.remoting.ServerAutomaton
-
- ServerMessage - Class in org.crsh.shell.impl.remoting
-
- ServerMessage() - Constructor for class org.crsh.shell.impl.remoting.ServerMessage
-
- ServerMessage.Chunk - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.Chunk() - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.Chunk
-
- ServerMessage.Chunk.Cls - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.Chunk.Cls() - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.Chunk.Cls
-
- ServerMessage.Chunk.Style - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.Chunk.Style(Style) - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.Chunk.Style
-
- ServerMessage.Chunk.Text - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.Chunk.Text(CharSequence) - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.Chunk.Text
-
- ServerMessage.Completion - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.Completion(CompletionMatch) - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.Completion
-
- ServerMessage.End - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.End(ShellResponse) - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.End
-
- ServerMessage.Flush - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.Flush() - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.Flush
-
- ServerMessage.GetSize - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.GetSize() - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.GetSize
-
- ServerMessage.Prompt - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.Prompt(String) - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.Prompt
-
- ServerMessage.ReadLine - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.ReadLine() - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.ReadLine
-
- ServerMessage.UseAlternateBuffer - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.UseAlternateBuffer() - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.UseAlternateBuffer
-
- ServerMessage.UseMainBuffer - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.UseMainBuffer() - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.UseMainBuffer
-
- ServerMessage.Welcome - Class in org.crsh.shell.impl.remoting
-
- ServerMessage.Welcome(String) - Constructor for class org.crsh.shell.impl.remoting.ServerMessage.Welcome
-
- ServerProcess - Class in org.crsh.shell.impl.remoting
-
- ServerProcess(ServerAutomaton, String) - Constructor for class org.crsh.shell.impl.remoting.ServerProcess
-
- ServiceLoaderDiscovery - Class in org.crsh.plugin
-
- ServiceLoaderDiscovery(ClassLoader) - Constructor for class org.crsh.plugin.ServiceLoaderDiscovery
-
Create a new instance.
- servletContext - Variable in class org.crsh.spring.SpringWebBootstrap
-
.
- ServletContextDriver - Class in org.crsh.vfs.spi.servlet
-
- ServletContextDriver(ServletContext, String) - Constructor for class org.crsh.vfs.spi.servlet.ServletContextDriver
-
- ServletContextMap - Class in org.crsh.util
-
- ServletContextMap(ServletContext) - Constructor for class org.crsh.util.ServletContextMap
-
- session - Variable in class org.crsh.lang.impl.groovy.ShellBinding
-
.
- session - Variable in class org.crsh.shell.impl.command.CRaSHCommandProcess
-
.
- session - Variable in class org.crsh.shell.impl.command.CRaSHProcessContext
-
.
- session - Variable in class org.crsh.shell.impl.command.RuntimeContextImpl
-
.
- session - Variable in class org.crsh.ssh.term.AbstractCommand
-
.
- set(Object, Object[], Object) - Method in interface org.crsh.cli.impl.lang.Binding
-
- set(Object, Object[], Object) - Method in class org.crsh.cli.impl.lang.BoundArgumentDescriptor
-
- set(Object, Object[], Object) - Method in class org.crsh.cli.impl.lang.BoundOptionDescriptor
-
- set(Object, Object[], Object) - Method in class org.crsh.cli.impl.lang.ClassFieldBinding
-
- set(Object, Object[], Object) - Method in class org.crsh.cli.impl.lang.MethodArgumentBinding
-
- set(E...) - Static method in class org.crsh.util.Utils
-
- setAttributes(Map<String, Object>) - Method in class org.crsh.standalone.Bootstrap
-
Replaces the attributes to use, the new attributes map will be used as is and not copied.
- setBeanClassLoader(ClassLoader) - Method in class org.crsh.spring.SpringBootstrap
-
- setBeanFactory(BeanFactory) - Method in class org.crsh.spring.SpringBootstrap
-
- setBorder(BorderStyle) - Method in class org.crsh.text.ui.TableElement
-
- setCmdMountPointConfig(String) - Method in class org.crsh.spring.SpringBootstrap
-
- setColumnLayout(Layout) - Method in class org.crsh.text.ui.TableElement
-
- setConfig(Properties) - Method in class org.crsh.plugin.PluginLifeCycle
-
- setConfig(Resource) - Method in class org.crsh.telnet.term.TelnetLifeCycle
-
- setConfMountPointConfig(String) - Method in class org.crsh.spring.SpringBootstrap
-
- setCRaSHLoader() - Method in class org.crsh.shell.impl.command.CRaSHSession
-
- setCurrent(InvocationContext<Object>) - Method in class org.crsh.lang.impl.groovy.ShellBinding
-
- setDirectory(Boolean) - Method in class org.crsh.ssh.term.scp.SCPAction
-
- setEcho(boolean) - Method in class org.crsh.telnet.term.console.ConsoleTerm
-
- setEcho(boolean) - Method in interface org.crsh.telnet.term.Term
-
Set the echo mode on the term.
- setEchoEnabled(boolean) - Method in class org.crsh.ssh.term.CRaSHCommand
-
- setEchoing(boolean) - Method in class org.crsh.telnet.term.console.TermIOBuffer
-
- setErrorStream(OutputStream) - Method in class org.crsh.ssh.term.AbstractCommand
-
- setExitCallback(ExitCallback) - Method in class org.crsh.ssh.term.AbstractCommand
-
- setInputStream(InputStream) - Method in class org.crsh.ssh.term.AbstractCommand
-
- setKillBuffer(CharSequence) - Method in class org.crsh.console.Editor
-
- setLeftCellPadding(int) - Method in class org.crsh.text.ui.TableElement
-
- setMetaClass(MetaClass) - Method in class org.crsh.groovy.GroovyCommand
-
- setMode(Mode) - Method in class org.crsh.console.Console
-
- setMode(Mode) - Method in class org.crsh.console.Editor
-
- setOutputStream(OutputStream) - Method in class org.crsh.ssh.term.AbstractCommand
-
- setOverflow(Overflow) - Method in class org.crsh.text.ui.TableElement
-
- setParent(Object, Object) - Method in class org.crsh.text.ui.UIBuilder
-
- setPort(Integer) - Method in class org.crsh.telnet.term.TelnetLifeCycle
-
- setPreserve(Boolean) - Method in class org.crsh.ssh.term.scp.SCPAction
-
- setPreviousLoader(ClassLoader) - Method in class org.crsh.shell.impl.command.CRaSHSession
-
- setProperty(String, Object) - Method in class org.crsh.groovy.GroovyCommand
-
- setProperty(PropertyDescriptor<T>, T) - Method in class org.crsh.plugin.PluginContext
-
Set a context property to a new value.
- setProperty(PropertyDescriptor<T>, String) - Method in class org.crsh.plugin.PluginContext
-
Set a context property to a new value.
- setProperty(PropertyDescriptor<T>, T) - Method in class org.crsh.plugin.PropertyManager
-
Set a context property to a new value.
- setRecursive(Boolean) - Method in class org.crsh.ssh.term.scp.SCPAction
-
- setRepl(Repl) - Method in class org.crsh.shell.impl.command.CRaSHSession
-
- setRepl(Repl) - Method in interface org.crsh.shell.impl.command.ShellSession
-
Set the current repl of this session.
- setRest(String) - Method in class org.crsh.cli.impl.invocation.InvocationMatch
-
- setRightCellPadding(int) - Method in class org.crsh.text.ui.TableElement
-
- setRowLayout(Layout) - Method in class org.crsh.text.ui.TableElement
-
- setSeparator(BorderStyle) - Method in class org.crsh.text.ui.TableElement
-
- setServletContext(ServletContext) - Method in class org.crsh.spring.SpringWebBootstrap
-
- setSession(ServerSession) - Method in class org.crsh.ssh.term.AbstractCommand
-
- setSink(Boolean) - Method in class org.crsh.ssh.term.scp.SCPAction
-
- setSource(Boolean) - Method in class org.crsh.ssh.term.scp.SCPAction
-
- setStyle(Style.Composite) - Method in class org.crsh.text.ui.Element
-
- setTarget(String) - Method in class org.crsh.ssh.term.scp.SCPAction
-
- setVerbose(Boolean) - Method in class org.crsh.ssh.term.scp.SCPAction
-
- shell - Variable in class org.crsh.console.Console
-
.
- shell - Variable in class org.crsh.shell.impl.async.AsyncProcess
-
.
- shell - Variable in class org.crsh.shell.impl.async.AsyncShell
-
.
- shell - Variable in class org.crsh.shell.impl.remoting.ClientAutomaton
-
.
- shell - Variable in class org.crsh.shell.impl.remoting.RemoteClient
-
.
- Shell - Interface in org.crsh.shell
-
- shell - Variable in class org.crsh.telnet.term.processor.Processor
-
.
- ShellBinding - Class in org.crsh.lang.impl.groovy
-
- ShellBinding(Map, ShellSession) - Constructor for class org.crsh.lang.impl.groovy.ShellBinding
-
- ShellFactory - Interface in org.crsh.shell
-
- shellFactory - Variable in class org.crsh.ssh.term.CRaSHCommandFactory
-
.
- ShellProcess - Interface in org.crsh.shell
-
A shell process.
- ShellProcessContext - Interface in org.crsh.shell
-
- ShellResponse - Class in org.crsh.shell
-
- ShellResponse() - Constructor for class org.crsh.shell.ShellResponse
-
- ShellResponse.Cancelled - Class in org.crsh.shell
-
- ShellResponse.Cancelled() - Constructor for class org.crsh.shell.ShellResponse.Cancelled
-
- ShellResponse.Close - Class in org.crsh.shell
-
- ShellResponse.Close() - Constructor for class org.crsh.shell.ShellResponse.Close
-
- ShellResponse.Error - Class in org.crsh.shell
-
- ShellResponse.Error(ErrorKind, String) - Constructor for class org.crsh.shell.ShellResponse.Error
-
- ShellResponse.Error(ErrorKind, String, Throwable) - Constructor for class org.crsh.shell.ShellResponse.Error
-
- ShellResponse.NoCommand - Class in org.crsh.shell
-
- ShellResponse.NoCommand() - Constructor for class org.crsh.shell.ShellResponse.NoCommand
-
- ShellResponse.Ok - Class in org.crsh.shell
-
Command execution is terminated.
- ShellResponse.Ok() - Constructor for class org.crsh.shell.ShellResponse.Ok
-
- ShellResponse.Ok(Iterable<?>) - Constructor for class org.crsh.shell.ShellResponse.Ok
-
- ShellResponse.UnknownCommand - Class in org.crsh.shell
-
- ShellResponse.UnknownCommand(String) - Constructor for class org.crsh.shell.ShellResponse.UnknownCommand
-
- ShellSession - Interface in org.crsh.shell.impl.command
-
- shortOptionNames - Variable in class org.crsh.cli.descriptor.CommandDescriptor
-
.
- show(Element) - Method in class org.crsh.text.RenderPrintWriter
-
- shutdown() - Method in class org.crsh.plugin.PluginManager
-
- shutdown() - Method in class org.crsh.standalone.Bootstrap
-
- SIMPLE_PASSWORD - Static variable in class org.crsh.auth.SimpleAuthenticationPlugin
-
The password.
- SIMPLE_USERNAME - Static variable in class org.crsh.auth.SimpleAuthenticationPlugin
-
The username.
- SimpleAuthenticationPlugin - Class in org.crsh.auth
-
- SimpleAuthenticationPlugin() - Constructor for class org.crsh.auth.SimpleAuthenticationPlugin
-
- SimpleMap<K,V> - Class in org.crsh.util
-
- SimpleMap() - Constructor for class org.crsh.util.SimpleMap
-
- SimplePluginDiscovery - Class in org.crsh.plugin
-
- SimplePluginDiscovery() - Constructor for class org.crsh.plugin.SimplePluginDiscovery
-
- SimplePluginDiscovery(CRaSHPlugin<?>...) - Constructor for class org.crsh.plugin.SimplePluginDiscovery
-
- sink - Variable in class org.crsh.ssh.term.scp.SCPAction
-
.
- size - Variable in class org.crsh.telnet.term.console.TermIOBuffer
-
.
- size - Variable in class org.crsh.util.CharSlicer
-
.
- size() - Method in class org.crsh.util.CharSlicer
-
- size(String, int, int) - Static method in class org.crsh.util.CharSlicer
-
- slicer - Variable in class org.crsh.text.ui.LabelElement
-
.
- socket - Variable in class org.crsh.util.AbstractSocketClient
-
.
- socket - Variable in class org.crsh.util.AbstractSocketServer
-
.
- socketServer - Variable in class org.crsh.util.AbstractSocketServer
-
.
- source - Variable in class org.crsh.lang.impl.java.JavaSourceFileObject
-
.
- source - Variable in class org.crsh.ssh.term.scp.SCPAction
-
.
- SpaceCompletion - Class in org.crsh.cli.impl.completion
-
- SpaceCompletion() - Constructor for class org.crsh.cli.impl.completion.SpaceCompletion
-
- split(CharSequence, char) - Static method in class org.crsh.util.Utils
-
- split(CharSequence, char, int) - Static method in class org.crsh.util.Utils
-
- SpringBootstrap - Class in org.crsh.spring
-
- SpringBootstrap() - Constructor for class org.crsh.spring.SpringBootstrap
-
- SpringMap - Class in org.crsh.spring
-
- SpringMap(ListableBeanFactory) - Constructor for class org.crsh.spring.SpringMap
-
- SpringPluginDiscovery - Class in org.crsh.spring
-
- SpringPluginDiscovery(ClassLoader, BeanFactory) - Constructor for class org.crsh.spring.SpringPluginDiscovery
-
- SpringWebBootstrap - Class in org.crsh.spring
-
- SpringWebBootstrap() - Constructor for class org.crsh.spring.SpringWebBootstrap
-
- SSH_ENCODING - Static variable in class org.crsh.ssh.SSHPlugin
-
The SSH charset.
- SSH_PORT - Static variable in class org.crsh.ssh.SSHPlugin
-
The SSH port.
- SSH_SERVER_AUTH_DEFAULT_TIMEOUT - Static variable in class org.crsh.ssh.SSHPlugin
-
The SSH server authentication timeout value.
- SSH_SERVER_AUTH_TIMEOUT - Static variable in class org.crsh.ssh.SSHPlugin
-
The SSH server authentication timeout property.
- SSH_SERVER_IDLE_DEFAULT_TIMEOUT - Static variable in class org.crsh.ssh.SSHPlugin
-
The SSH server idle timeout value.
- SSH_SERVER_IDLE_TIMEOUT - Static variable in class org.crsh.ssh.SSHPlugin
-
The SSH server idle timeout property.
- SSH_SERVER_KEYGEN - Static variable in class org.crsh.ssh.SSHPlugin
-
SSH host key auto generate
- SSH_SERVER_KEYPATH - Static variable in class org.crsh.ssh.SSHPlugin
-
The SSH server key path.
- SSHContext - Class in org.crsh.ssh.term
-
- SSHContext(Environment) - Constructor for class org.crsh.ssh.term.SSHContext
-
- SSHInlineCommand - Class in org.crsh.ssh.term.inline
-
SSH inline command
- SSHInlineCommand(String, PluginContext) - Constructor for class org.crsh.ssh.term.inline.SSHInlineCommand
-
- SSHInlinePlugin - Class in org.crsh.ssh.term.inline
-
SSH inline command plugin
- SSHInlinePlugin() - Constructor for class org.crsh.ssh.term.inline.SSHInlinePlugin
-
- SSHInlineShellProcessContext - Class in org.crsh.ssh.term.inline
-
ShellProcessContext for SSH inline commands
- SSHInlineShellProcessContext(SSHContext, ShellProcess, PrintStream, PrintStream) - Constructor for class org.crsh.ssh.term.inline.SSHInlineShellProcessContext
-
- SSHLifeCycle - Class in org.crsh.ssh.term
-
Interesting stuff here : http://gerrit.googlecode.com/git-history/4b9e5e7fb9380cfadd28d7ffe3dc496dc06f5892/gerrit-sshd/src/main/java/com/google/gerrit/sshd/DatabasePubKeyAuth.java
- SSHLifeCycle(PluginContext, Charset, int, int, int, KeyPairProvider, ArrayList<AuthenticationPlugin>) - Constructor for class org.crsh.ssh.term.SSHLifeCycle
-
- SSHPlugin - Class in org.crsh.ssh
-
- SSHPlugin() - Constructor for class org.crsh.ssh.SSHPlugin
-
- stack - Variable in class org.crsh.cli.impl.tokenizer.Tokenizer
-
.
- stack - Variable in class org.crsh.command.AbstractCommand
-
.
- stack - Variable in class org.crsh.lang.impl.groovy.command.GroovyScriptCommand
-
.
- stack - Variable in class org.crsh.text.RenderAppendable
-
.
- start - Variable in class org.crsh.cli.impl.invocation.ArgumentMatch
-
.
- start(Map<String, Object>, PluginDiscovery, ClassLoader) - Method in class org.crsh.plugin.Embedded
-
Create and start the plugin context.
- start() - Method in class org.crsh.plugin.PluginContext
-
- start(PluginContext) - Method in class org.crsh.plugin.PluginLifeCycle
-
- start(Environment) - Method in class org.crsh.ssh.term.CRaSHCommand
-
- start(Environment) - Method in class org.crsh.ssh.term.FailCommand
-
- start(Environment) - Method in class org.crsh.ssh.term.inline.SSHInlineCommand
-
- started - Variable in class org.crsh.plugin.PluginContext
-
.
- Statement - Class in org.crsh.util
-
An helper for chaining statements to execute.
- Statement() - Constructor for class org.crsh.util.Statement
-
- status - Variable in class org.crsh.cli.impl.line.LineParser
-
.
- status - Variable in class org.crsh.cli.impl.parser.Parser
-
.
- Status - Class in org.crsh.cli.impl.parser
-
- Status() - Constructor for class org.crsh.cli.impl.parser.Status
-
- status - Variable in class org.crsh.cli.impl.parser.Status.Response
-
.
- status - Variable in class org.crsh.cli.impl.tokenizer.Automaton
-
.
- status - Variable in class org.crsh.console.Console
-
.
- status - Variable in class org.crsh.plugin.CRaSHPlugin
-
.
- status - Variable in class org.crsh.shell.impl.async.AsyncProcess
-
.
- Status - Enum in org.crsh.shell.impl.async
-
- Status() - Constructor for enum org.crsh.shell.impl.async.Status
-
- status - Variable in class org.crsh.shell.impl.command.InvocationContextImpl
-
.
- status - Variable in class org.crsh.shell.impl.remoting.ServerProcess
-
.
- Status - Enum in org.crsh.ssh.term
-
- Status() - Constructor for enum org.crsh.ssh.term.Status
-
- status - Variable in class org.crsh.telnet.term.processor.Processor
-
.
- Status - Enum in org.crsh.telnet.term.processor
-
- Status() - Constructor for enum org.crsh.telnet.term.processor.Status
-
- status - Variable in class org.crsh.text.ui.TableRowReader
-
0 -> render top
1 -> render cells
2 -> render bottom
3 -> done
- status - Variable in class org.crsh.text.VirtualScreen
-
Do we need to clear screen.
- Status.ComputeArg - Class in org.crsh.cli.impl.parser
-
- Status.ComputeArg() - Constructor for class org.crsh.cli.impl.parser.Status.ComputeArg
-
- Status.Done - Class in org.crsh.cli.impl.parser
-
- Status.Done() - Constructor for class org.crsh.cli.impl.parser.Status.Done
-
- Status.ReadingArg - Class in org.crsh.cli.impl.parser
-
- Status.ReadingArg() - Constructor for class org.crsh.cli.impl.parser.Status.ReadingArg
-
- Status.ReadingArg(int) - Constructor for class org.crsh.cli.impl.parser.Status.ReadingArg
-
- Status.ReadingOption - Class in org.crsh.cli.impl.parser
-
- Status.ReadingOption() - Constructor for class org.crsh.cli.impl.parser.Status.ReadingOption
-
- Status.Request<T> - Class in org.crsh.cli.impl.parser
-
The input.
- Status.Request(Mode, Tokenizer, CommandDescriptor<T>) - Constructor for class org.crsh.cli.impl.parser.Status.Request
-
- Status.Response<T> - Class in org.crsh.cli.impl.parser
-
The output.
- Status.Response(Status) - Constructor for class org.crsh.cli.impl.parser.Status.Response
-
- Status.Response() - Constructor for class org.crsh.cli.impl.parser.Status.Response
-
- Status.WantReadArg - Class in org.crsh.cli.impl.parser
-
- Status.WantReadArg() - Constructor for class org.crsh.cli.impl.parser.Status.WantReadArg
-
- stop() - Method in class org.crsh.plugin.PluginContext
-
- stop() - Method in class org.crsh.plugin.PluginLifeCycle
-
- stream - Variable in class org.crsh.lang.impl.java.NodeJavaFileObject
-
.
- stream - Variable in class org.crsh.text.ui.TextElement
-
.
- streamFactory - Variable in class org.crsh.vfs.spi.url.Resource
-
.
- STRING - Static variable in class org.crsh.cli.type.ValueType
-
Identity.
- strings - Variable in class org.crsh.cli.impl.invocation.ParameterMatch
-
.
- STRONG_QUOTING - Static variable in class org.crsh.cli.impl.line.LineParser
-
.
- Style - Class in org.crsh.text
-
A control for the text stylistric attributes:
background color
foreground color
underline
bold
blink
A style is either a composite style or the
Style.reset
style.
- Style() - Constructor for class org.crsh.text.Style
-
- style(Color) - Static method in class org.crsh.text.Style
-
- style(Color, Color) - Static method in class org.crsh.text.Style
-
- style(Decoration, Color, Color) - Static method in class org.crsh.text.Style
-
- style(Boolean, Boolean, Boolean, Color, Color) - Static method in class org.crsh.text.Style
-
- style() - Static method in class org.crsh.text.Style
-
Create a new blank style.
- style(Decoration) - Static method in class org.crsh.text.Style
-
- style(Decoration, Color) - Static method in class org.crsh.text.Style
-
- style - Variable in class org.crsh.text.ui.Element
-
.
- style(Style.Composite) - Method in class org.crsh.text.ui.Element
-
- style(Style.Composite) - Method in class org.crsh.text.ui.LabelElement
-
- style(Style.Composite) - Method in class org.crsh.text.ui.RowElement
-
- style - Variable in class org.crsh.text.ui.RowLineRenderer
-
.
- style(Style.Composite) - Method in class org.crsh.text.ui.TableElement
-
- style - Variable in class org.crsh.text.ui.TableLineRenderer
-
.
- style(Style.Composite) - Method in class org.crsh.text.ui.TextElement
-
- style - Variable in class org.crsh.text.VirtualScreen.Foo
-
- style - Variable in class org.crsh.text.VirtualScreen
-
The current style for last chunk in the buffer.
- Style.Composite - Class in org.crsh.text
-
- Style.Composite(Boolean, Boolean, Boolean, Color, Color) - Constructor for class org.crsh.text.Style.Composite
-
- styleConsumer - Variable in class org.crsh.shell.impl.command.pipeline.CommandInvokerAdapter
-
.
- styleOff() - Method in class org.crsh.text.RenderAppendable
-
- styleOn() - Method in class org.crsh.text.RenderAppendable
-
- subordinate(String) - Method in class org.crsh.cli.impl.invocation.InvocationMatch
-
- subordinate(String) - Method in class org.crsh.cli.impl.invocation.InvocationMatcher
-
- subordinate - Variable in class org.crsh.lang.impl.groovy.closure.CommandElement
-
.
- subordinate(String) - Method in class org.crsh.lang.impl.groovy.closure.CommandElement
-
- subordinateOptions - Variable in class org.crsh.lang.impl.groovy.closure.CommandElement
-
.
- subordinates - Variable in class org.crsh.cli.impl.descriptor.HelpDescriptor
-
.
- subSequence(int, int) - Method in class org.crsh.util.BlankSequence
-
- SubsystemFactoryPlugin - Class in org.crsh.ssh.term.subsystem
-
- SubsystemFactoryPlugin() - Constructor for class org.crsh.ssh.term.subsystem.SubsystemFactoryPlugin
-
- SyntaxException - Exception in org.crsh.cli.impl
-
- SyntaxException(String) - Constructor for exception org.crsh.cli.impl.SyntaxException
-
- SystemPropertyNameCompleter - Class in org.crsh.cli.completers
-
A completer for system property names.
- SystemPropertyNameCompleter() - Constructor for class org.crsh.cli.completers.SystemPropertyNameCompleter
-
- SystemResolver - Class in org.crsh.shell.impl.command.system
-
- SystemResolver() - Constructor for class org.crsh.shell.impl.command.system.SystemResolver
-
- value - Variable in class org.crsh.cli.impl.completion.CompletionMatch
-
.
- value - Variable in enum org.crsh.cli.impl.Delimiter
-
.
- value - Variable in class org.crsh.cli.impl.LiteralValue
-
.
- value - Variable in class org.crsh.cli.impl.tokenizer.Token.Literal
-
.
- value - Variable in class org.crsh.lang.impl.script.Token
-
.
- value - Variable in class org.crsh.plugin.Property
-
.
- 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
-
.
- value - Variable in class org.crsh.text.ui.LabelElement
-
.
- value - Variable in class org.crsh.text.ui.TreeElement
-
An optional value element.
- value - Variable in class org.crsh.text.ui.TreeLineRenderer
-
.
- value - Variable in class org.crsh.util.BlankSequence
-
.
- value - Variable in class org.crsh.util.CharSlicer
-
.
- value - Variable in class org.crsh.vfs.Path
-
.
- value - Variable in class org.crsh.vfs.spi.Mount
-
.
- ValueLineVisitor - Class in org.crsh.cli.impl.line
-
- ValueLineVisitor() - Constructor for class org.crsh.cli.impl.line.ValueLineVisitor
-
- valueOf(String) - Static method in enum org.crsh.cli.impl.Delimiter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.cli.impl.line.Quoting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.cli.impl.Multiplicity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.cli.impl.parser.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.cli.impl.tokenizer.Automaton.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.console.At
-
Returns the enum constant of this type with the specified name.
- 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.ssh.term.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.crsh.telnet.term.CodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.crsh.telnet.term.CodeType
-
- valueOf(String) - Static method in enum org.crsh.telnet.term.processor.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.cli.impl.Delimiter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.crsh.cli.impl.invocation.ParameterMatch
-
.
- values() - Static method in enum org.crsh.cli.impl.line.Quoting
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.cli.impl.Multiplicity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.crsh.cli.impl.parser.Event.Parameter
-
.
- values() - Static method in enum org.crsh.cli.impl.parser.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.cli.impl.tokenizer.Automaton.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.crsh.cli.spi.Completion
-
.
- values() - Static method in enum org.crsh.console.At
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.ssh.term.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.telnet.term.CodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.crsh.telnet.term.processor.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.
- valueType - Variable in class org.crsh.cli.impl.ParameterType
-
.
- ValueType<V> - Class in org.crsh.cli.type
-
Defines a type for values, this is used for transforming a textual value into a type, for command
argument and options.
- ValueType(Class<V>, Class<? extends Completer>) - Constructor for class org.crsh.cli.type.ValueType
-
- ValueType(Class<V>) - Constructor for class org.crsh.cli.type.ValueType
-
- valueTypeFactory - Variable in class org.crsh.cli.impl.lang.CommandFactory
-
.
- ValueTypeFactory - Class in org.crsh.cli.type
-
A factory for value types.
- ValueTypeFactory() - Constructor for class org.crsh.cli.type.ValueTypeFactory
-
- ValueTypeFactory(ClassLoader) - Constructor for class org.crsh.cli.type.ValueTypeFactory
-
Create a value type factory for the the default value types and the value types that the specified
classloader will load.
- verase - Variable in class org.crsh.ssh.term.SSHContext
-
.
- verbose - Variable in class org.crsh.ssh.term.scp.SCPAction
-
.
- verbose - Variable in class org.crsh.text.renderers.BindingRenderer.BindingData
-
- verbose - Variable in class org.crsh.text.renderers.EntityTypeRenderer.EntityTypeData
-
- version - Variable in class org.crsh.plugin.PluginContext
-
.
- vertical(Iterable<? extends LineRenderer>) - Static method in class org.crsh.text.LineRenderer
-
- vertical - Variable in enum org.crsh.text.ui.BorderStyle
-
.
- 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
-
- VirtualScreen.Foo - Class in org.crsh.text
-
- VirtualScreen.Foo(CharSequence, Style) - Constructor for class org.crsh.text.VirtualScreen.Foo
-
- 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
-
- visitor - Variable in class org.crsh.console.Editor
-
.
- visitors - Variable in class org.crsh.cli.impl.line.LineParser
-
.