- java.lang.Object
-
- org.jline.reader.impl.DefaultExpander
-
-
Constructor Summary
Constructors Constructor Description DefaultExpander()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
expandHistory(History history, String line)
Expand event designator such as !!, !#, !3, etc...String
expandVar(String word)
protected int
searchBackwards(History history, String searchTerm, int startIndex, boolean startsWith)
-
-
-
Method Detail
-
expandHistory
public String expandHistory(History history, String line)
Expand event designator such as !!, !#, !3, etc... See http://www.gnu.org/software/bash/manual/html_node/Event-Designators.html- Specified by:
expandHistory
in interfaceExpander
-
-