org.crsh.cmdline.matcher.impl
Class Parser<T>

java.lang.Object
  extended by org.crsh.cmdline.matcher.impl.Parser<T>

public final class Parser<T>
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Parser(org.crsh.cmdline.matcher.impl.Tokenizer tokenizer, ClassDescriptor<T> command, String mainName, boolean satisfyAllArguments)
           
 
Method Summary
 Event bilto()
           
 int getIndex()
           
 boolean isSatisfyAllArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser(org.crsh.cmdline.matcher.impl.Tokenizer tokenizer,
              ClassDescriptor<T> command,
              String mainName,
              boolean satisfyAllArguments)
Method Detail

isSatisfyAllArguments

public boolean isSatisfyAllArguments()

getIndex

public int getIndex()

bilto

public Event bilto()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.