com.neeve.robin
Class Command

java.lang.Object
  extended by com.neeve.robin.Command

public abstract class Command
extends Object

Base class for all Robin command classes


Method Summary
protected  String[] getRemainingArgs(StringTokenizer tokenizer)
           
 String line()
           
 int lineNum()
           
 boolean mock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mock

public final boolean mock()

lineNum

public final int lineNum()

line

public final String line()

getRemainingArgs

protected final String[] getRemainingArgs(StringTokenizer tokenizer)


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.