You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/08/09 05:10:38 UTC

[camel] 02/02: camel-support - javadoc summary

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ff5f4232b540664750ccdaee994b8762056dab81
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 9 07:10:05 2021 +0200

    camel-support - javadoc summary
---
 .../java/org/apache/camel/component/package.html   | 27 ++++++++++++++++++++++
 .../org/apache/camel/support/builder/package.html  | 27 ++++++++++++++++++++++
 .../org/apache/camel/support/cache/package.html    | 27 ++++++++++++++++++++++
 .../org/apache/camel/support/cluster/package.html  | 27 ++++++++++++++++++++++
 .../org/apache/camel/support/language/package.html | 27 ++++++++++++++++++++++
 .../apache/camel/support/management/package.html   | 27 ++++++++++++++++++++++
 .../support/processor/idempotent/package.html      | 27 ++++++++++++++++++++++
 .../apache/camel/support/processor/package.html    | 27 ++++++++++++++++++++++
 .../org/apache/camel/support/startup/package.html  | 27 ++++++++++++++++++++++
 .../java/org/apache/camel/throttling/package.html  | 27 ++++++++++++++++++++++
 10 files changed, 270 insertions(+)

diff --git a/core/camel-support/src/main/java/org/apache/camel/component/package.html b/core/camel-support/src/main/java/org/apache/camel/component/package.html
new file mode 100644
index 0000000..829d7ac
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/component/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes for components
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/builder/package.html b/core/camel-support/src/main/java/org/apache/camel/support/builder/package.html
new file mode 100644
index 0000000..f0b34dd
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/support/builder/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes for builders
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/cache/package.html b/core/camel-support/src/main/java/org/apache/camel/support/cache/package.html
new file mode 100644
index 0000000..1cda832
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/support/cache/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes for caching and pooling
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/cluster/package.html b/core/camel-support/src/main/java/org/apache/camel/support/cluster/package.html
new file mode 100644
index 0000000..f1a2885
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/support/cluster/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes for Camel clustering
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/language/package.html b/core/camel-support/src/main/java/org/apache/camel/support/language/package.html
new file mode 100644
index 0000000..ea1bec8
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/support/language/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes that help to implement custom languages
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/management/package.html b/core/camel-support/src/main/java/org/apache/camel/support/management/package.html
new file mode 100644
index 0000000..cf86e49
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/support/management/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes for JMX management support
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/processor/idempotent/package.html b/core/camel-support/src/main/java/org/apache/camel/support/processor/idempotent/package.html
new file mode 100644
index 0000000..1fc498d
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/support/processor/idempotent/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Basic idempotent repository implementations that can be extended by Camel end users
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/processor/package.html b/core/camel-support/src/main/java/org/apache/camel/support/processor/package.html
new file mode 100644
index 0000000..f44cf6a
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/support/processor/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes and utilities for EIP and Camel processors
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/startup/package.html b/core/camel-support/src/main/java/org/apache/camel/support/startup/package.html
new file mode 100644
index 0000000..2dafc1d
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/support/startup/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Camel startup recorder support (Java Flight Recorder)
+
+</body>
+</html>
diff --git a/core/camel-support/src/main/java/org/apache/camel/throttling/package.html b/core/camel-support/src/main/java/org/apache/camel/throttling/package.html
new file mode 100644
index 0000000..9a3c217
--- /dev/null
+++ b/core/camel-support/src/main/java/org/apache/camel/throttling/package.html
@@ -0,0 +1,27 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+<head>
+</head>
+<body>
+
+Base classes for throttler EIP
+
+</body>
+</html>