Class ApplicationNameValueProvider

java.lang.Object
org.springframework.cloud.dataflow.shell.completer.ApplicationNameValueProvider
All Implemented Interfaces:
ValueProvider

@Component public class ApplicationNameValueProvider extends Object implements ValueProvider
A ValueProvider that provides completion for Data Flow registered application names.
Author:
Chris Bono