org.infinispan.cli.commands
Class ProcessedCommand
java.lang.Object
org.infinispan.cli.commands.ProcessedCommand
public class ProcessedCommand
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessedCommand
public ProcessedCommand(String raw)
ProcessedCommand
public ProcessedCommand(String raw,
int cursorPosition)
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()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.