Class History
java.lang.Object
org.apache.felix.gogo.shell.History
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidappend(CharSequence commandLine) (package private) CharSequenceevaluate(CharSequence commandLine) private Stringprivate CharSequencefindDelimiter(CharacterIterator ci, char delimiter) private Stringprivate StringReturns the command history, oldest command firstprivate Stringsubst(CharacterIterator ci, char delimiter, boolean replaceAll, String event)
-
Field Details
-
SIZE_DEFAULT
private static final int SIZE_DEFAULT- See Also:
-
commands
-
limit
private int limit
-
-
Constructor Details
-
History
public History()
-
-
Method Details
-
evaluate
-
getHistory
-
append
-
getCommand
-
findContains
-
findStartsWith
-
subst
-
findDelimiter
-