Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.commands
Class ProcessedCommand

java.lang.Object
  extended by org.infinispan.cli.commands.ProcessedCommand

public class ProcessedCommand
extends Object


Constructor Summary
ProcessedCommand(String raw)
           
ProcessedCommand(String raw, int cursorPosition)
           
 
Method Summary
 Argument getArgument(int n)
           
 List<Argument> getArguments()
           
 String getCommand()
           
 String getCommandLine()
           
 Argument getCurrentArgument()
           
 boolean isCommandComplete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessedCommand

public ProcessedCommand(String raw)

ProcessedCommand

public ProcessedCommand(String raw,
                        int cursorPosition)
Method Detail

getCommand

public String getCommand()

getCommandLine

public String getCommandLine()

getArguments

public List<Argument> getArguments()

getArgument

public Argument getArgument(int n)

getCurrentArgument

public Argument getCurrentArgument()

isCommandComplete

public boolean isCommandComplete()

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.