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.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.Display extends ShellResponse.Ok implements Serializable

Serialized Fields

text

String text
.

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
.



Copyright © 2012 eXo Platform SAS. All Rights Reserved.