Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4ACC6200B6C for ; Sun, 28 Aug 2016 18:43:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 495F0160AA6; Sun, 28 Aug 2016 16:43:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 750B1160AB4 for ; Sun, 28 Aug 2016 18:43:53 +0200 (CEST) Received: (qmail 35458 invoked by uid 500); 28 Aug 2016 16:43:52 -0000 Mailing-List: contact commits-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list commits@gora.apache.org Received: (qmail 35421 invoked by uid 99); 28 Aug 2016 16:43:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2016 16:43:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 80C47E040F; Sun, 28 Aug 2016 16:43:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lewismc@apache.org To: commits@gora.apache.org Date: Sun, 28 Aug 2016 16:43:52 -0000 Message-Id: <58f3d78510984efcab8861fcb0464831@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/12] gora git commit: GORA-490 added package-info files for gora-core archived-at: Sun, 28 Aug 2016 16:43:55 -0000 Repository: gora Updated Branches: refs/heads/master 97c488e7f -> ad7b3074a GORA-490 added package-info files for gora-core Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/c098f348 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/c098f348 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/c098f348 Branch: refs/heads/master Commit: c098f3486f4710d2f162b0bcac2bbc8149defada Parents: 259f163 Author: cihad guzel Authored: Sun Aug 28 04:58:23 2016 +0300 Committer: cihad guzel Committed: Sun Aug 28 13:48:10 2016 +0300 ---------------------------------------------------------------------- .../gora/examples/generated/package-info.java | 20 ++++++++++++++++ .../gora/examples/mapreduce/package-info.java | 20 ++++++++++++++++ .../org/apache/gora/examples/package-info.java | 21 +++++++++++++++++ .../gora/examples/spark/package-info.java | 20 ++++++++++++++++ .../gora/avro/mapreduce/package-info.java | 20 ++++++++++++++++ .../java/org/apache/gora/avro/package-info.java | 21 +++++++++++++++++ .../apache/gora/avro/query/package-info.java | 21 +++++++++++++++++ .../apache/gora/avro/store/package-info.java | 21 +++++++++++++++++ .../org/apache/gora/filter/package-info.java | 22 ++++++++++++++++++ .../org/apache/gora/mapreduce/package-info.java | 20 ++++++++++++++++ .../apache/gora/memory/store/package-info.java | 20 ++++++++++++++++ .../main/java/org/apache/gora/package-info.java | 24 ++++++++++++++++++++ .../gora/persistency/impl/package-info.java | 20 ++++++++++++++++ .../apache/gora/persistency/package-info.java | 20 ++++++++++++++++ .../persistency/ws/impl/PersistentWSBase.java | 2 +- .../gora/persistency/ws/impl/package-info.java | 21 +++++++++++++++++ .../apache/gora/query/impl/package-info.java | 20 ++++++++++++++++ .../org/apache/gora/query/package-info.java | 20 ++++++++++++++++ .../apache/gora/query/ws/impl/package-info.java | 20 ++++++++++++++++ .../org/apache/gora/spark/package-info.java | 20 ++++++++++++++++ .../apache/gora/store/impl/package-info.java | 21 +++++++++++++++++ .../org/apache/gora/store/package-info.java | 20 ++++++++++++++++ .../apache/gora/store/ws/impl/package-info.java | 20 ++++++++++++++++ .../java/org/apache/gora/util/package-info.java | 20 ++++++++++++++++ .../gora/avro/mapreduce/package-info.java | 20 ++++++++++++++++ .../apache/gora/avro/store/package-info.java | 20 ++++++++++++++++ .../org/apache/gora/examples/package-info.java | 20 ++++++++++++++++ .../org/apache/gora/filter/package-info.java | 20 ++++++++++++++++ .../org/apache/gora/mapreduce/package-info.java | 20 ++++++++++++++++ .../apache/gora/memory/store/package-info.java | 20 ++++++++++++++++ .../java/org/apache/gora/mock/package-info.java | 20 ++++++++++++++++ .../test/java/org/apache/gora/package-info.java | 22 ++++++++++++++++++ .../gora/persistency/impl/package-info.java | 20 ++++++++++++++++ .../apache/gora/query/impl/package-info.java | 20 ++++++++++++++++ .../org/apache/gora/store/package-info.java | 22 ++++++++++++++++++ .../java/org/apache/gora/util/package-info.java | 20 ++++++++++++++++ 36 files changed, 717 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/examples/java/org/apache/gora/examples/generated/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/examples/java/org/apache/gora/examples/generated/package-info.java b/gora-core/src/examples/java/org/apache/gora/examples/generated/package-info.java new file mode 100644 index 0000000..07bf58b --- /dev/null +++ b/gora-core/src/examples/java/org/apache/gora/examples/generated/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains generated example persistent classes. + */ +package org.apache.gora.examples.generated; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/package-info.java b/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/package-info.java new file mode 100644 index 0000000..19cd499 --- /dev/null +++ b/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains mapreduce examples. + */ +package org.apache.gora.examples.mapreduce; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/examples/java/org/apache/gora/examples/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/examples/java/org/apache/gora/examples/package-info.java b/gora-core/src/examples/java/org/apache/gora/examples/package-info.java new file mode 100644 index 0000000..8107bdc --- /dev/null +++ b/gora-core/src/examples/java/org/apache/gora/examples/package-info.java @@ -0,0 +1,21 @@ +/** + * 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. + */ +/** + * This package contains creates and stores releated classes and some data + * to be used in the tests. + */ +package org.apache.gora.examples; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/examples/java/org/apache/gora/examples/spark/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/examples/java/org/apache/gora/examples/spark/package-info.java b/gora-core/src/examples/java/org/apache/gora/examples/spark/package-info.java new file mode 100644 index 0000000..aae4a0e --- /dev/null +++ b/gora-core/src/examples/java/org/apache/gora/examples/spark/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains spark examples. + */ +package org.apache.gora.examples.spark; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/avro/mapreduce/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/avro/mapreduce/package-info.java b/gora-core/src/main/java/org/apache/gora/avro/mapreduce/package-info.java new file mode 100644 index 0000000..2f88a66 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/avro/mapreduce/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * {@link org.apache.gora.avro.mapreduce.FsInput} + */ +package org.apache.gora.avro.mapreduce; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/avro/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/avro/package-info.java b/gora-core/src/main/java/org/apache/gora/avro/package-info.java new file mode 100644 index 0000000..7267074 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/avro/package-info.java @@ -0,0 +1,21 @@ +/** + * 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. + */ +/** + * This package contains the query and store implementation and + * all their representing classes for Avro . + */ +package org.apache.gora.avro; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/avro/query/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/avro/query/package-info.java b/gora-core/src/main/java/org/apache/gora/avro/query/package-info.java new file mode 100644 index 0000000..47824e1 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/avro/query/package-info.java @@ -0,0 +1,21 @@ +/** + * 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. + */ +/** + * This package contains a query representation class for Avro as well as + * Result set representing class when query is executed. + */ +package org.apache.gora.avro.query; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/avro/store/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/avro/store/package-info.java b/gora-core/src/main/java/org/apache/gora/avro/store/package-info.java new file mode 100644 index 0000000..676ddf3 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/avro/store/package-info.java @@ -0,0 +1,21 @@ +/** + * 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. + */ +/** + * This package contains an adapter DataStore for binary-compatible Avro + * serializations and all its the related classes. + */ +package org.apache.gora.avro.store; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/filter/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/filter/package-info.java b/gora-core/src/main/java/org/apache/gora/filter/package-info.java new file mode 100644 index 0000000..1a18635 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/filter/package-info.java @@ -0,0 +1,22 @@ +/** + * 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. + */ +/** + * Defines filtering (possibly including modification) of rows. By default + * all filtering is done client side. (In generic Gora classes). Datastore + * implementations can decide if they install remote filters, when possible. + */ +package org.apache.gora.filter; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/mapreduce/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/mapreduce/package-info.java b/gora-core/src/main/java/org/apache/gora/mapreduce/package-info.java new file mode 100644 index 0000000..2a39934 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/mapreduce/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * MapReduce related utilities for Gora. + */ +package org.apache.gora.mapreduce; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/memory/store/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/memory/store/package-info.java b/gora-core/src/main/java/org/apache/gora/memory/store/package-info.java new file mode 100644 index 0000000..22ce192 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/memory/store/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains memory based {@link org.apache.gora.store.DataStore} implementation for tests. + */ +package org.apache.gora.memory.store; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/package-info.java b/gora-core/src/main/java/org/apache/gora/package-info.java new file mode 100644 index 0000000..654bb44 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/package-info.java @@ -0,0 +1,24 @@ +/** + * 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. + */ +/** + * Gora source code is organized in a modular architecture. The gora-core + * module is the main module which contains the core of the code. + * All other modules depend on the gora-core module. Each data store backend + * in Gora resides in it's own module. The documentation for the specific module + * can be found at the module's documentation directory. + */ +package org.apache.gora; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/persistency/impl/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/persistency/impl/package-info.java b/gora-core/src/main/java/org/apache/gora/persistency/impl/package-info.java new file mode 100644 index 0000000..589f226 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/persistency/impl/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains classes releated persistent. + */ +package org.apache.gora.persistency.impl; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/persistency/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/persistency/package-info.java b/gora-core/src/main/java/org/apache/gora/persistency/package-info.java new file mode 100644 index 0000000..a8711e3 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/persistency/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains all classes releated persistent. + */ +package org.apache.gora.persistency; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/PersistentWSBase.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/PersistentWSBase.java b/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/PersistentWSBase.java index fd17e94..3c15e23 100644 --- a/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/PersistentWSBase.java +++ b/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/PersistentWSBase.java @@ -25,7 +25,7 @@ import java.util.Map; import org.apache.gora.persistency.Persistent; /** - * Base classs implementing common functionality for Web services + * Base class implementing common functionality for Web services * backed persistent classes. */ public abstract class PersistentWSBase implements Persistent { http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/package-info.java b/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/package-info.java new file mode 100644 index 0000000..bbcfe05 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/persistency/ws/impl/package-info.java @@ -0,0 +1,21 @@ +/** + * 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. + */ +/** + * This package contains Base class implementing common functionality for + * Web services backed persistent classes. + */ +package org.apache.gora.persistency.ws.impl; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/query/impl/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/query/impl/package-info.java b/gora-core/src/main/java/org/apache/gora/query/impl/package-info.java new file mode 100644 index 0000000..1a44cec --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/query/impl/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains base classes releated query and result implementations. + */ +package org.apache.gora.query.impl; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/query/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/query/package-info.java b/gora-core/src/main/java/org/apache/gora/query/package-info.java new file mode 100644 index 0000000..a52b871 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/query/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains all classes releated query and result. + */ +package org.apache.gora.query; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/query/ws/impl/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/query/ws/impl/package-info.java b/gora-core/src/main/java/org/apache/gora/query/ws/impl/package-info.java new file mode 100644 index 0000000..961170c --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/query/ws/impl/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains classes releated query and result for webservices. + */ +package org.apache.gora.query.ws.impl; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/spark/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/spark/package-info.java b/gora-core/src/main/java/org/apache/gora/spark/package-info.java new file mode 100644 index 0000000..a2eb45e --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/spark/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains base class for Gora - Spark integration. + */ +package org.apache.gora.spark; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/store/impl/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/store/impl/package-info.java b/gora-core/src/main/java/org/apache/gora/store/impl/package-info.java new file mode 100644 index 0000000..19eecaf --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/store/impl/package-info.java @@ -0,0 +1,21 @@ +/** + * 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. + */ +/** + * This package contains classes releated store for webservices. + * This package contains base classes releated store implementations. + */ +package org.apache.gora.store.impl; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/store/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/store/package-info.java b/gora-core/src/main/java/org/apache/gora/store/package-info.java new file mode 100644 index 0000000..2a8307e --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/store/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains all classes releated store. + */ +package org.apache.gora.store; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/store/ws/impl/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/store/ws/impl/package-info.java b/gora-core/src/main/java/org/apache/gora/store/ws/impl/package-info.java new file mode 100644 index 0000000..f901b78 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/store/ws/impl/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains classes releated store for webservices. + */ +package org.apache.gora.store.ws.impl; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/main/java/org/apache/gora/util/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/main/java/org/apache/gora/util/package-info.java b/gora-core/src/main/java/org/apache/gora/util/package-info.java new file mode 100644 index 0000000..8287060 --- /dev/null +++ b/gora-core/src/main/java/org/apache/gora/util/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains the utility classes. + */ +package org.apache.gora.util; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/avro/mapreduce/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/avro/mapreduce/package-info.java b/gora-core/src/test/java/org/apache/gora/avro/mapreduce/package-info.java new file mode 100644 index 0000000..a3387ca --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/avro/mapreduce/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains mapreduce tests for {@link org.apache.gora.avro.store.DataFileAvroStore}. + */ +package org.apache.gora.avro.mapreduce; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/avro/store/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/avro/store/package-info.java b/gora-core/src/test/java/org/apache/gora/avro/store/package-info.java new file mode 100644 index 0000000..4841356 --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/avro/store/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains the test case for Avro store. + */ +package org.apache.gora.avro.store; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/examples/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/examples/package-info.java b/gora-core/src/test/java/org/apache/gora/examples/package-info.java new file mode 100644 index 0000000..0fcddb1 --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/examples/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * Creates and stores some data to be used in the tests. + */ +package org.apache.gora.examples; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/filter/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/filter/package-info.java b/gora-core/src/test/java/org/apache/gora/filter/package-info.java new file mode 100644 index 0000000..ff4930c --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/filter/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains test cases releated filtering. + */ +package org.apache.gora.filter; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/mapreduce/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/mapreduce/package-info.java b/gora-core/src/test/java/org/apache/gora/mapreduce/package-info.java new file mode 100644 index 0000000..cb7184b --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/mapreduce/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains test cases releated mapreduce. + */ +package org.apache.gora.mapreduce; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/memory/store/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/memory/store/package-info.java b/gora-core/src/test/java/org/apache/gora/memory/store/package-info.java new file mode 100644 index 0000000..3cdabf8 --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/memory/store/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * Testing for all standard gora-memory functionality. + */ +package org.apache.gora.memory.store; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/mock/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/mock/package-info.java b/gora-core/src/test/java/org/apache/gora/mock/package-info.java new file mode 100644 index 0000000..7786b5b --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/mock/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains mock object for testing. + */ +package org.apache.gora.mock; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/package-info.java b/gora-core/src/test/java/org/apache/gora/package-info.java new file mode 100644 index 0000000..a179be4 --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/package-info.java @@ -0,0 +1,22 @@ +/** + * 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. + */ +/** + * This package contains all test classes related gora-core module + * and all gora datastore modules. The gora data store test classes + * implement them. + */ +package org.apache.gora; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/persistency/impl/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/persistency/impl/package-info.java b/gora-core/src/test/java/org/apache/gora/persistency/impl/package-info.java new file mode 100644 index 0000000..5a1f7fa --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/persistency/impl/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * Testcases for Persistent + */ +package org.apache.gora.persistency.impl; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/query/impl/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/query/impl/package-info.java b/gora-core/src/test/java/org/apache/gora/query/impl/package-info.java new file mode 100644 index 0000000..a7210b4 --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/query/impl/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * Testcases for query + */ +package org.apache.gora.query.impl; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/store/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/store/package-info.java b/gora-core/src/test/java/org/apache/gora/store/package-info.java new file mode 100644 index 0000000..1eb96c4 --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/store/package-info.java @@ -0,0 +1,22 @@ +/** + * 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. + */ +/** + * Tests for DataStores. The tests begin in a fairly trivial fashion getting + * progressively more complex as we begin testing some more advanced features + * within the Gora API. + */ +package org.apache.gora.store; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/c098f348/gora-core/src/test/java/org/apache/gora/util/package-info.java ---------------------------------------------------------------------- diff --git a/gora-core/src/test/java/org/apache/gora/util/package-info.java b/gora-core/src/test/java/org/apache/gora/util/package-info.java new file mode 100644 index 0000000..f3e951c --- /dev/null +++ b/gora-core/src/test/java/org/apache/gora/util/package-info.java @@ -0,0 +1,20 @@ +/* + * 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. + */ +/** + * This package contains test cases for utils. + */ +package org.apache.gora.util; \ No newline at end of file