public static class CompletionCandidates.Fixed
extends CompletionCandidates
Complete the parameter with a fixed set of string
CompletionCandidates.Fixed, CompletionCandidates.Hostname, CompletionCandidates.None, CompletionCandidates.Path, CompletionCandidates.Username| Constructor and Description |
|---|
Fixed(java.util.Set<java.lang.String> candidates)
Complete the parameter with a fixed set of string
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
component1() |
CompletionCandidates.Fixed |
copy(java.util.Set<java.lang.String> candidates)
Complete the parameter with a fixed set of string
|
boolean |
equals(java.lang.Object p) |
java.util.Set<java.lang.String> |
getCandidates() |
int |
hashCode() |
java.lang.String |
toString() |
public Fixed(@NotNull
java.util.Set<java.lang.String> candidates)
Complete the parameter with a fixed set of string
@NotNull public java.util.Set<java.lang.String> getCandidates()
@NotNull public java.util.Set<java.lang.String> component1()
@NotNull public CompletionCandidates.Fixed copy(@NotNull java.util.Set<java.lang.String> candidates)
Complete the parameter with a fixed set of string
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)