@Deprecated public interface EndpointCompleter
ComponentConfiguration.completeEndpointPath(String) method
to allow endpoint paths to be completed.
Component implementations should try to implement this API to make your component
behave nicer in command line, IDE and web based tools.| Modifier and Type | Method and Description |
|---|---|
List<String> |
completeEndpointPath(ComponentConfiguration configuration,
String completionText)
Deprecated.
Given the configuration and completion text, return a list of possible completion values
for a command line, IDE or web based tool.
|
List<String> completeEndpointPath(ComponentConfiguration configuration, String completionText)
Apache Camel