Class AbstractCommandAutoComplete
java.lang.Object
net.thevpc.common.commandline.AbstractCommandAutoComplete
- All Implemented Interfaces:
CommandAutoComplete
Created by vpc on 3/7/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCandidate(String value, String display) voidaddCandidate(ArgumentCandidate value) protected ArgumentCandidatevoidaddExpectedTypedValue(String type, String name) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CommandAutoComplete
getCurrentWordIndex, getLine, getWords
-
Constructor Details
-
AbstractCommandAutoComplete
public AbstractCommandAutoComplete()
-
-
Method Details
-
getCandidates
- Specified by:
getCandidatesin interfaceCommandAutoComplete
-
addCandidate
- Specified by:
addCandidatein interfaceCommandAutoComplete
-
addCandidate
- Specified by:
addCandidatein interfaceCommandAutoComplete
-
addCandidatesImpl
-
addExpectedTypedValue
- Specified by:
addExpectedTypedValuein interfaceCommandAutoComplete
-