Generated by
JDiff

Class org.apache.zookeeper.ZooKeeperMain

Changed Constructors
ZooKeeperMain(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, String) 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