public class FileValueProvider extends Object implements ValueProvider
ValueProvider that can populate names of local Files, 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)
ValueProvidercomplete in interface ValueProvidercompletionContext - the contextCopyright © 2023. All rights reserved.