langtools/test/jdk/javadoc/tool/sampleapi/res/tiny.xml
author shurailine
Tue, 21 Feb 2017 15:38:07 -0800
changeset 44015 27aa35eb727c
parent 38838 3d6ea76b35d6
permissions -rw-r--r--
8151220: Extend sample API to use modules. Reviewed-by: ksrini
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38838
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     2
<!--
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     3
 Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     4
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     5
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     6
 This code is free software; you can redistribute it and/or modify it
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     7
 under the terms of the GNU General Public License version 2 only, as
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     8
 published by the Free Software Foundation.
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
     9
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    10
 This code is distributed in the hope that it will be useful, but WITHOUT
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    11
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    12
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    13
 version 2 for more details (a copy is included in the LICENSE file that
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    14
 accompanied this code).
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    15
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    16
 You should have received a copy of the GNU General Public License version
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    17
 2 along with this work; if not, write to the Free Software Foundation,
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    18
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    19
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    20
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    21
 or visit www.oracle.com if you need additional information or have any
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    22
 questions.
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    23
-->
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    24
<sampleapi>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    25
    <module name="UNNAMED">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    26
        <package name="sampleapi.tiny" module="sat.sampleapi">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    27
            <class basename="TinyClass">
38838
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    28
                <modifier>public</modifier>
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    29
                <modifier>none|abstract</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    30
                <member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    31
                    <field basename="id">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    32
                        <modifier>public</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    33
                        <type>int</type>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    34
                    </field>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    35
                    <method basename="get">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    36
                        <modifier>public</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    37
                        <type>int</type>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    38
                    </method>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    39
                </member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    40
            </class>
38838
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    41
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    42
            <interface basename="TinyInterface">
38838
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    43
                <modifier>public</modifier>
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    44
                <member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    45
                    <method basename="put">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    46
                        <modifier>public</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    47
                        <type>void</type>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    48
                        <param>int</param>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    49
                    </method>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    50
                </member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    51
            </interface>
38838
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    52
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    53
            <enum basename="TinyEnum">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    54
                <modifier>public</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    55
                <member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    56
                    <constant basename="YES" count="1"/>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    57
                    <constant basename="NO" count="1"/>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    58
                    <constant basename="MAYBE" count="1"/>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    59
                </member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    60
            </enum>
38838
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    61
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    62
            <annotation basename="TinyAnno">
38838
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    63
                <modifier>public</modifier>
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    64
                <member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    65
                    <method basename="value">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    66
                        <modifier>public</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    67
                        <type>boolean</type>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    68
                    </method>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    69
                </member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    70
            </annotation>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    71
        </package>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    72
    </module>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    73
</sampleapi>