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(org.springframework.core.MethodParameter parameter,
CompletionContext completionContext,
String[] hints) |
boolean |
supports(org.springframework.core.MethodParameter parameter,
CompletionContext completionContext) |
public boolean supports(org.springframework.core.MethodParameter parameter,
CompletionContext completionContext)
supports in interface ValueProviderpublic List<CompletionProposal> complete(org.springframework.core.MethodParameter parameter, CompletionContext completionContext, String[] hints)
complete in interface ValueProviderCopyright © 2018 Pivotal Software, Inc.. All rights reserved.