langtools/test/tools/javadoc/sampleapi/res/fx.xml
author shurailine
Tue, 21 Feb 2017 15:38:07 -0800
changeset 44015 27aa35eb727c
parent 38838 3d6ea76b35d6
child 45045 834233132ab1
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
<!--
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
     3
 Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved.
38838
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.fx" style="fx">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    27
            <class basename="FXClass">
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
                <member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    30
                    <field basename="id">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    31
                        <modifier>public</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    32
                        <type>int|boolean</type>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    33
                    </field>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    34
                    <method basename="setProp">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    35
                        <modifier>public|protected|private</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    36
                        <param>int|String</param>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    37
                        <type>void</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
                    <method basename="getProp">
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    40
                        <modifier>public|protected|private</modifier>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    41
                        <type>int|int|String</type>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    42
                    </method>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    43
                </member>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    44
            </class>
38838
3d6ea76b35d6 8157975: Remove duplicate files in sample API
ksrini
parents:
diff changeset
    45
44015
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    46
        </package>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    47
    </module>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    48
</sampleapi>
27aa35eb727c 8151220: Extend sample API to use modules.
shurailine
parents: 38838
diff changeset
    49