Interface CommandAutoComplete
- All Known Implementing Classes:
AbstractCommandAutoComplete
public interface CommandAutoComplete
Created by vpc on 3/7/17.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCandidate(String value, String display) voidaddCandidate(ArgumentCandidate value) voidaddExpectedTypedValue(String type, String name) intgetLine()getWords()
-
Method Details
-
getLine
String getLine() -
getWords
-
getCandidates
List<ArgumentCandidate> getCandidates() -
getCurrentWordIndex
int getCurrentWordIndex() -
addCandidate
-
addExpectedTypedValue
-
addCandidate
-