org.crsh.cli.impl.parser
Class Status.Request<T>

java.lang.Object
  extended by org.crsh.cli.impl.parser.Status.Request<T>
Enclosing class:
Status

static class Status.Request<T>
extends Object

The input.


Field Summary
(package private)  CommandDescriptor<T> command
          .
(package private)  String mainName
          .
(package private)  Mode mode
          .
(package private)  Tokenizer tokenizer
          .
 
Constructor Summary
Status.Request(Mode mode, String mainName, Tokenizer tokenizer, CommandDescriptor<T> command)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

final Mode mode
.


mainName

final String mainName
.


tokenizer

Tokenizer tokenizer
.


command

final CommandDescriptor<T> command
.

Constructor Detail

Status.Request

Status.Request(Mode mode,
               String mainName,
               Tokenizer tokenizer,
               CommandDescriptor<T> command)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.