public class Completion extends Object
| Constructor and Description |
|---|
Completion(List<String> input) |
Completion(String[] input) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getContexts() |
String[] |
getInput() |
Integer |
getWeight() |
void |
setContexts(Map<String,List<String>> contexts) |
void |
setInput(String[] input) |
void |
setWeight(Integer weight) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.