You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/03/27 20:16:32 UTC

[sling-org-apache-sling-clam] 09/44: [checkstyle] (javadoc) JavadocPackage

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git

commit bfe8cce0e010c7de9133adf7204e2c610c28da95
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Oct 28 18:07:56 2021 +0200

    [checkstyle] (javadoc) JavadocPackage
---
 .../sling/clam/http/internal/package-info.java     | 23 ++++++++++++++++++++++
 .../apache/sling/clam/internal/package-info.java   | 23 ++++++++++++++++++++++
 .../sling/clam/jcr/internal/package-info.java      | 23 ++++++++++++++++++++++
 .../sling/clam/job/internal/package-info.java      | 23 ++++++++++++++++++++++
 .../sling/clam/oak/internal/package-info.java      | 23 ++++++++++++++++++++++
 .../sling/clam/result/internal/package-info.java   | 23 ++++++++++++++++++++++
 6 files changed, 138 insertions(+)

diff --git a/src/main/java/org/apache/sling/clam/http/internal/package-info.java b/src/main/java/org/apache/sling/clam/http/internal/package-info.java
new file mode 100644
index 0000000..3a92346
--- /dev/null
+++ b/src/main/java/org/apache/sling/clam/http/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * Provides services to trigger and monitor JCR scans.
+ */
+package org.apache.sling.clam.http.internal;
diff --git a/src/main/java/org/apache/sling/clam/internal/package-info.java b/src/main/java/org/apache/sling/clam/internal/package-info.java
new file mode 100644
index 0000000..0e6af5b
--- /dev/null
+++ b/src/main/java/org/apache/sling/clam/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * Provides an util to deal with scan jobs and results.
+ */
+package org.apache.sling.clam.internal;
diff --git a/src/main/java/org/apache/sling/clam/jcr/internal/package-info.java b/src/main/java/org/apache/sling/clam/jcr/internal/package-info.java
new file mode 100644
index 0000000..a58f3a9
--- /dev/null
+++ b/src/main/java/org/apache/sling/clam/jcr/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * Provides an implementation of <code>NodeDescendingJcrPropertyDigger</code> which creates scan jobs.
+ */
+package org.apache.sling.clam.jcr.internal;
diff --git a/src/main/java/org/apache/sling/clam/job/internal/package-info.java b/src/main/java/org/apache/sling/clam/job/internal/package-info.java
new file mode 100644
index 0000000..2691e80
--- /dev/null
+++ b/src/main/java/org/apache/sling/clam/job/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * Provides a consumer for JCR scan jobs.
+ */
+package org.apache.sling.clam.job.internal;
diff --git a/src/main/java/org/apache/sling/clam/oak/internal/package-info.java b/src/main/java/org/apache/sling/clam/oak/internal/package-info.java
new file mode 100644
index 0000000..16ec55c
--- /dev/null
+++ b/src/main/java/org/apache/sling/clam/oak/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * Provides a service to observe JCR nodes which creates scan jobs.
+ */
+package org.apache.sling.clam.oak.internal;
diff --git a/src/main/java/org/apache/sling/clam/result/internal/package-info.java b/src/main/java/org/apache/sling/clam/result/internal/package-info.java
new file mode 100644
index 0000000..fff5a02
--- /dev/null
+++ b/src/main/java/org/apache/sling/clam/result/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+/**
+ * Provides implementations of <code>JcrPropertyScanResultHandler</code>.
+ */
+package org.apache.sling.clam.result.internal;