File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
gcloud-java-core/src/main/java/com/google/gcloud Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2016 Google Inc. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Core classes for the {@code gcloud-java} library.
19
+ */
20
+ package com .google .gcloud ;
Original file line number Diff line number Diff line change 389
389
<show >protected</show >
390
390
<nohelp >true</nohelp >
391
391
<outputDirectory >${project.build.directory} /javadoc</outputDirectory >
392
+ <groups >
393
+ <group >
394
+ <title >API packages</title >
395
+ <packages >com.google.gcloud*</packages >
396
+ </group >
397
+ <group >
398
+ <title >Test helpers packages</title >
399
+ <packages >com.google.gcloud.bigquery.testing:com.google.gcloud.datastore.testing:com.google.gcloud.resourcemanager.testing:com.google.gcloud.storage.testing</packages >
400
+ </group >
401
+ <group >
402
+ <title >Example packages</title >
403
+ <packages >com.google.gcloud.examples*</packages >
404
+ </group >
405
+ <group >
406
+ <title >SPI packages</title >
407
+ <packages >com.google.gcloud.spi:com.google.gcloud.bigquery.spi:com.google.gcloud.datastore.spi:com.google.gcloud.resourcemanager.spi:com.google.gcloud.storage.spi</packages >
408
+ </group >
409
+ </groups >
392
410
</configuration >
393
411
</plugin >
394
412
<plugin >
You can’t perform that action at this time.
0 commit comments