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