Class FlexibleCompletor

java.lang.Object
org.htmlunit.corejs.javascript.tools.shell.FlexibleCompletor
All Implemented Interfaces:
InvocationHandler

class FlexibleCompletor extends Object implements InvocationHandler
The completors provided with JLine are pretty uptight, they only complete on a line that it can fully recognize (only composed of completed strings). This one completes whatever came before.