Serialized Form


Package org.crsh.cmdline

Class org.crsh.cmdline.CommandCompletion extends Object implements Serializable

Serialized Fields

delimiter

Delimiter delimiter
.


value

ValueCompletion value
.

Class org.crsh.cmdline.IllegalParameterException extends IntrospectionException implements Serializable

Class org.crsh.cmdline.IllegalValueTypeException extends IntrospectionException implements Serializable

Class org.crsh.cmdline.IntrospectionException extends Exception implements Serializable


Package org.crsh.cmdline.matcher

Class org.crsh.cmdline.matcher.CmdCompletionException extends CmdLineException implements Serializable

Class org.crsh.cmdline.matcher.CmdInvocationException extends CmdLineException implements Serializable

Class org.crsh.cmdline.matcher.CmdLineException extends Exception implements Serializable

Class org.crsh.cmdline.matcher.CmdSyntaxException extends CmdLineException implements Serializable


Package org.crsh.cmdline.spi

Class org.crsh.cmdline.spi.ValueCompletion extends Object implements Serializable

Serialized Fields

prefix

String prefix
.


entries

Map<K,V> entries
.


Package org.crsh.command

Class org.crsh.command.CommandClosure extends groovy.lang.Closure implements Serializable

Serialized Fields

options

HashMap<K,V> options
.


args

ArrayList<E> args
.

Class org.crsh.command.InvokeCommandClosure extends groovy.lang.Closure implements Serializable

Serialized Fields

command

ShellCommand command
.

Class org.crsh.command.NoSuchCommandException extends Exception implements Serializable

Serialized Fields

commandName

String commandName
.

Class org.crsh.command.ScriptException extends RuntimeException implements Serializable

Class org.crsh.command.SyntaxException extends ScriptException implements Serializable


Package org.crsh.shell

Class org.crsh.shell.ShellResponse extends Object implements Serializable

Class org.crsh.shell.ShellResponse.Cancelled extends ShellResponse implements Serializable

Class org.crsh.shell.ShellResponse.Close extends ShellResponse implements Serializable

Class org.crsh.shell.ShellResponse.Error extends ShellResponse implements Serializable

Serialized Fields

type

ErrorType type
.


throwable

Throwable throwable
.


msg

String msg
.

Class org.crsh.shell.ShellResponse.NoCommand extends ShellResponse implements Serializable

Class org.crsh.shell.ShellResponse.Ok extends ShellResponse implements Serializable

Class org.crsh.shell.ShellResponse.UnknownCommand extends ShellResponse implements Serializable

Serialized Fields

name

String name
.


Package org.crsh.shell.impl.command

Class org.crsh.shell.impl.command.CRaSHSession extends HashMap<String,Object> implements Serializable

Serialized Fields

groovyShell

groovy.lang.GroovyShell groovyShell
.


crash

CRaSH crash
.


user

Principal user
.


Package org.crsh.text

Class org.crsh.text.Chunk extends Object implements Serializable

Class org.crsh.text.ChunkBuffer extends Object implements Serializable

Serialized Fields

chunks

LinkedList<E> chunks
.


current

Style current
.


next

Style next
.


out

Pipe<E> out
Where we flush.

Class org.crsh.text.CLS extends Chunk implements Serializable

Class org.crsh.text.Style extends Chunk implements Serializable

Class org.crsh.text.Style.Composite extends Style implements Serializable

Serialized Fields

bold

Boolean bold
.


underline

Boolean underline
.


blink

Boolean blink
.


foreground

Color foreground
.


background

Color background
.

Class org.crsh.text.Text extends Chunk implements Serializable

Serialized Fields

buffer

StringBuilder buffer
.



Copyright © 2012 eXo Platform SAS. All Rights Reserved.