public class TerminalAutoCompleteMatches extends JSONObject
NULL
Constructor and Description |
---|
TerminalAutoCompleteMatches() |
TerminalAutoCompleteMatches(String baseCommand) |
Modifier and Type | Method and Description |
---|---|
void |
addMatch(String match) |
void |
addMatch(TerminalCommand match) |
void |
extendBaseCommand(String argument) |
void |
extendBaseCommand(TerminalCommand argument) |
String |
getBaseCommand() |
Collection<String> |
getMatches() |
void |
setBaseCommand(String baseCommand) |
void |
setMatches(Collection<String> matches) |
accumulate, append, doubleToString, get, getBigDecimal, getBigInteger, getBoolean, getDouble, getEnum, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, increment, isNull, keys, keySet, length, names, numberToString, opt, optBigDecimal, optBigInteger, optBoolean, optBoolean, optDouble, optDouble, optEnum, optEnum, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOnce, putOpt, quote, quote, remove, similar, stringToValue, testValidity, toJSONArray, toString, toString, valueToString, wrap, write
public TerminalAutoCompleteMatches()
public TerminalAutoCompleteMatches(String baseCommand)
public String getBaseCommand()
public void setBaseCommand(String baseCommand)
public void extendBaseCommand(TerminalCommand argument)
public void extendBaseCommand(String argument)
public Collection<String> getMatches()
public void setMatches(Collection<String> matches)
public void addMatch(TerminalCommand match)
public void addMatch(String match)
Copyright © 2019. All rights reserved.