console
Class Shell.CompletionInfo

java.lang.Object
  extended by console.Shell.CompletionInfo
Enclosing class:
Shell

public static class Shell.CompletionInfo
extends java.lang.Object


Field Summary
 java.lang.String[] completions
           
 int offset
           
 
Constructor Summary
Shell.CompletionInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

public int offset

completions

public java.lang.String[] completions
Constructor Detail

Shell.CompletionInfo

public Shell.CompletionInfo()