jdk/src/jdk.compiler/share/classes/sun/tools/serialver/SerialVer.java
author chegar
Sun, 17 Aug 2014 15:54:13 +0100
changeset 25859 3317bb8137f4
parent 24969 jdk/src/share/classes/sun/tools/serialver/SerialVer.java@afa6934dd8e8
child 29485 5a4c74eeaeab
permissions -rw-r--r--
8054834: Modular Source Code Reviewed-by: alanb, chegar, ihse, mduigou Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
24510
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
     2
 * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
package sun.tools.serialver;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
import java.io.*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
import java.io.ObjectStreamClass;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
import java.util.Properties;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
import java.text.MessageFormat;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
import java.util.ResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
import java.util.MissingResourceException;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
import java.net.URLClassLoader;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
import java.net.URL;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
import java.net.MalformedURLException;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
import java.util.StringTokenizer;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
import sun.net.www.ParseUtil;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
24510
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
    40
public class SerialVer {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
    /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
     * A class loader that will load from the CLASSPATH environment
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
     * variable set by the user.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
    static URLClassLoader loader = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
    /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
     * Create a URL class loader that will load classes from the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
     * specified classpath.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
    static void initializeLoader(String cp)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
                                throws MalformedURLException, IOException {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
        URL[] urls;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
        StringTokenizer st = new StringTokenizer(cp, File.pathSeparator);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
        int count = st.countTokens();
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
        urls = new URL[count];
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
        for (int i = 0; i < count; i++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
            urls[i] = ParseUtil.fileToEncodedURL(
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
                new File(new File(st.nextToken()).getCanonicalPath()));
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        loader = new URLClassLoader(urls);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
    /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
     * From the classname find the serialVersionUID string formatted
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
     * for to be copied to a java class.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
    static String serialSyntax(String classname) throws ClassNotFoundException {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
        String ret = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
        boolean classFound = false;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
        // If using old style of qualifyling inner classes with '$'s.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
        if (classname.indexOf('$') != -1) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
            ret = resolveClass(classname);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
        } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
            /* Try to resolve the fully qualified name and if that fails, start
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
             * replacing the '.'s with '$'s starting from the last '.', until
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
             * the class is resolved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
             */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
            try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                ret = resolveClass(classname);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
                classFound = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
            } catch (ClassNotFoundException e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
                /* Class not found so far */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
            if (!classFound) {
24969
afa6934dd8e8 8041679: Replace uses of StringBuffer with StringBuilder within core library classes
psandoz
parents: 24510
diff changeset
    88
                StringBuilder workBuffer = new StringBuilder(classname);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                String workName = workBuffer.toString();
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                int i;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                while ((i = workName.lastIndexOf('.')) != -1 && !classFound) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                    workBuffer.setCharAt(i, '$');
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                    try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                        workName = workBuffer.toString();
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                        ret = resolveClass(workName);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                        classFound = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                    } catch (ClassNotFoundException e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                        /* Continue searching */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
            if (!classFound) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                throw new ClassNotFoundException();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
        return ret;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
    static String resolveClass(String classname) throws ClassNotFoundException {
11125
99b115114fa3 7117357: Warnings in sun.instrument, tools and other sun.* classes
alanb
parents: 5506
diff changeset
   110
        Class<?> cl = Class.forName(classname, false, loader);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
        ObjectStreamClass desc = ObjectStreamClass.lookup(cl);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
        if (desc != null) {
21651
07756e24916a 8028027: serialver should emit declaration with the 'private' modifier
smarks
parents: 14342
diff changeset
   113
            return "    private static final long serialVersionUID = " +
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
                desc.getSerialVersionUID() + "L;";
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
        } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
            return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
    public static void main(String[] args) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
        String envcp = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
        int i = 0;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
        if (args.length == 0) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
            usage();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
            System.exit(1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
        for (i = 0; i < args.length; i++) {
24510
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   130
            if (args[i].equals("-classpath")) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
                if ((i+1 == args.length) || args[i+1].startsWith("-")) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
                    System.err.println(Res.getText("error.missing.classpath"));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                    usage();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
                    System.exit(1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
                envcp = new String(args[i+1]);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                i++;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
            }  else if (args[i].startsWith("-")) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
                System.err.println(Res.getText("invalid.flag", args[i]));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
                usage();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
                System.exit(1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
            } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
                break;          // drop into processing class names
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
        /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
         * Get user's CLASSPATH environment variable, if the -classpath option
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
         * is not defined, and make a loader that can read from that path.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
         */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
        if (envcp == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
            envcp = System.getProperty("env.class.path");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
            /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
             * If environment variable not set, add current directory to path.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
             */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
            if (envcp == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
                envcp = ".";
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
            initializeLoader(envcp);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
        } catch (MalformedURLException mue) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
            System.err.println(Res.getText("error.parsing.classpath", envcp));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
            System.exit(2);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
        } catch (IOException ioe) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
            System.err.println(Res.getText("error.parsing.classpath", envcp));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
            System.exit(3);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
24510
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   172
        /*
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   173
         * Check if there are any class names specified
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   174
         */
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   175
        if (i == args.length) {
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   176
            usage();
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   177
            System.exit(1);
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   178
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
24510
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   180
        /*
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   181
         * The rest of the parameters are classnames.
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   182
         */
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   183
        boolean exitFlag = false;
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   184
        for (i = i; i < args.length; i++ ) {
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   185
            try {
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   186
                String syntax = serialSyntax(args[i]);
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   187
                if (syntax != null)
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   188
                    System.out.println(args[i] + ":" + syntax);
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   189
                else {
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   190
                    System.err.println(Res.getText("NotSerializable",
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   191
                        args[i]));
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
                    exitFlag = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
                }
24510
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   194
            } catch (ClassNotFoundException cnf) {
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   195
                System.err.println(Res.getText("ClassNotFound", args[i]));
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   196
                exitFlag = true;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
            }
24510
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   198
        }
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   199
        if (exitFlag) {
a96915fc059d 8042887: Remove serialver -show, this tool does not need a GUI
alanb
parents: 23010
diff changeset
   200
            System.exit(1);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
     * Usage
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
    public static void usage() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
        System.err.println(Res.getText("usage"));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
/**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
 * Utility for integrating with serialver and for localization.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
 * Handle Resources. Access to error and warning counts.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
 * Message formatting.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
 * @see java.util.ResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
 * @see java.text.MessageFormat
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
class Res {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
    private static ResourceBundle messageRB;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
     * Initialize ResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
    static void initResource() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
            messageRB =
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
                ResourceBundle.getBundle("sun.tools.serialver.resources.serialver");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
        } catch (MissingResourceException e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
            throw new Error("Fatal: Resource for serialver is missing");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
     * get and format message string from resource
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
     * @param key selects message from resource
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
    static String getText(String key) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
        return getText(key, (String)null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
     * get and format message string from resource
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
     * @param key selects message from resource
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
     * @param a1 first argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
    static String getText(String key, String a1) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
        return getText(key, a1, null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
     * get and format message string from resource
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
     * @param key selects message from resource
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
     * @param a1 first argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
     * @param a2 second argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
    static String getText(String key, String a1, String a2) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
        return getText(key, a1, a2, null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
     * get and format message string from resource
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
     * @param key selects message from resource
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
     * @param a1 first argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
     * @param a2 second argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
     * @param a3 third argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
    static String getText(String key, String a1, String a2, String a3) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
        if (messageRB == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
            initResource();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
            String message = messageRB.getString(key);
11125
99b115114fa3 7117357: Warnings in sun.instrument, tools and other sun.* classes
alanb
parents: 5506
diff changeset
   282
            return MessageFormat.format(message, a1, a2, a3);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
        } catch (MissingResourceException e) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
            throw new Error("Fatal: Resource for serialver is broken. There is no " + key + " key in resource.");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
}