public class FileValueProvider extends Object implements ValueProvider
ValueProvider
that can populate names of local File
s, either absolute or relative to the
current working directory.Constructor and Description |
---|
FileValueProvider() |
Modifier and Type | Method and Description |
---|---|
List<CompletionProposal> |
complete(CompletionContext completionContext)
Complete completion proposals.
|
public List<CompletionProposal> complete(CompletionContext completionContext)
ValueProvider
complete
in interface ValueProvider
completionContext
- the contextCopyright © 2024. All rights reserved.