Class Main

java.lang.Object
org.glassfish.rmic.Main
All Implemented Interfaces:
Constants, Constants, RuntimeConstants
Direct Known Subclasses:
Main

public class Main extends Object implements Constants
Main "rmic" program. 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 Details

    • sourcePathArg

      String sourcePathArg
    • sysClassPathArg

      String sysClassPathArg
    • classPathString

      String classPathString
    • destDir

      File destDir
    • flags

      int flags
    • tm

      long tm
    • classes

      Vector<String> classes
    • nowrite

      boolean nowrite
    • nocompile

      boolean nocompile
    • keepGenerated

      boolean keepGenerated
    • status

      boolean status
    • generatorArgs

      String[] generatorArgs
    • generators

      Vector<Generator> generators
    • environmentClass

      Class<? extends BatchEnvironment> environmentClass
    • iiopGeneration

      boolean iiopGeneration
    • program

      String program
      Name of the program.
    • out

      The stream where error message are printed.
    • resourcesInitialized

      private static boolean resourcesInitialized
    • resources

      private static ResourceBundle resources
    • resourcesExt

      private static ResourceBundle resourcesExt
  • Constructor Details

  • Method Details