[
https://issues.apache.org/jira/browse/CAMEL-6391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13666535#comment-13666535
]
Babak Vahdat commented on CAMEL-6391:
-------------------------------------
[ComponentConfiguration|https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob_plain;f=camel-core/src/main/java/org/apache/camel/ComponentConfiguration.java;hb=master]
will be part of the upcoming 2.12.0 release. However the online Javadoc is
about the Camel 2.11.0 release.
So when 2.12.0 is out the door we will updated the online Javadoc which should
turn that 404 to a 200. As an example see CAMEL-5991.
> provide an endpoint path completion API so that we can complete endpoint
> paths (e.g. directory names, queue names, database table names) inside Karaf
> commands, IDEs or web consoles
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-6391
> URL: https://issues.apache.org/jira/browse/CAMEL-6391
> Project: Camel
> Issue Type: New Feature
> Reporter: james strachan
> Assignee: james strachan
> Fix For: 2.12.0
>
>
> We've got the ComponentConfiguration API which is pretty cool for figuring
> out what parameters are available on an endpoint; but there's no help for
> completing the main name/path text of an endpoint. Most endpoints have a main
> 'path' string once you take away things like user/host/port or whatever
> parameters there are.
> e.g. name of queue / name of database table / directory/path for
> file/ftp/scp, name of hadoop file or whatever.
> Rather like the Completer APIs in Karaf commands, it'd be nice if we had a
> little API so Component implementors can implement a simple method in
> EndpointCompleter to expose completions for UIs/tools/shell.s
> Think of it as like bash completion but for endpoint names/paths.
> e.g. imagine a command where you want to create or send to an endpoint;
> picking the component name, you then need to be able to pick which
> queue/directory/table to use.
> This patch adds a simple API to the ComponentConfiguration API and to the
> MBean
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira