|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
String[] ) |
Change in type from void to String[] .Change in exceptions thrown from no exceptions to ( java.io.IOException, java.lang.InterruptedException ). |
Added Methods | |
void addToHistory(int, |
Makes a list of possible completions either for commands or for zk nodes if the token to complete begins with / |
void connectToZK(String ) |
|
List getCommands() |
|
boolean getPrintWatches() |
|
String getPrompt() |
|
void printMessage(String ) |
|
boolean processCmd(MyCommandOptions ) |
|
boolean processZKCmd(MyCommandOptions ) |
Changed Methods | ||
void main(String[] ) |
Change in exceptions: java.lang.NumberFormatException was removed.. |
Added Fields | |
MyCommandOptions cl |
|
int commandCount |
|
Map commandMap |
|
HashMap history |
|
String host |
|
boolean printWatches |
|
ZooKeeper zk |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |