Class Main

  • All Implemented Interfaces:
    Constants, RuntimeConstants

    @Deprecated
    public class Main
    extends java.lang.Object
    implements Constants
    Deprecated.
    As of J2SE 1.3, the preferred way to compile Java language sources is by using the new compiler, com.org.glassfish.rmic.tools.javac.Main.
    Main program of the Java compiler WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Field Detail

      • messageRB

        private static java.util.ResourceBundle messageRB
        Deprecated.
    • Constructor Detail

      • Main

        public Main()
        Deprecated.
    • Method Detail

      • initResource

        private static void initResource()
        Deprecated.
        Initialize ResourceBundle
      • getText

        public static java.lang.String getText​(java.lang.String key,
                                               java.lang.String fixed)
        Deprecated.
      • getText

        public static java.lang.String getText​(java.lang.String key,
                                               java.lang.String fixed1,
                                               java.lang.String fixed2)
        Deprecated.
      • getText

        static java.lang.String getText​(java.lang.String key,
                                        java.lang.String fixed1,
                                        java.lang.String fixed2,
                                        java.lang.String fixed3)
        Deprecated.