< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties

Print this page




  54 
  55 main.opt.public=\
  56 \  -public                  Show only public classes and members
  57 
  58 main.opt.protected=\
  59 \  -protected               Show protected/public classes and members
  60 
  61 main.opt.package=\
  62 \  -package                 Show package/protected/public classes\n\
  63 \                           and members (default)
  64 
  65 main.opt.p=\
  66 \  -p  -private             Show all classes and members
  67 
  68 main.opt.c=\
  69 \  -c                       Disassemble the code
  70 
  71 main.opt.s=\
  72 \  -s                       Print internal type signatures
  73 



  74 main.opt.classpath=\
  75 \  -classpath <path>        Specify where to find user class files
  76 
  77 main.opt.cp=\
  78 \  -cp <path>               Specify where to find user class files
  79 
  80 main.opt.bootclasspath=\
  81 \  -bootclasspath <path>    Override location of bootstrap class files
  82 
  83 main.opt.upgrademodulepath=\
  84 \  -upgrademodulepath <path>    Specify where to find upgradeable modules
  85 
  86 main.opt.system=\
  87 \  -system <jdk>            Specify where to find system modules
  88 
  89 main.opt.modulepath=\
  90 \  -modulepath <path>       Specify where to find application modules
  91 
  92 main.opt.constants=\
  93 \  -constants               Show final constants
  94 
  95 
  96 main.opt.sysinfo=\
  97 \  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
  98 \                           of class being processed
  99 
 100 main.opt.m=\
 101 \  -m <module-name>         Specify module containing classes to be disassembled












  54 
  55 main.opt.public=\
  56 \  -public                          Show only public classes and members
  57 
  58 main.opt.protected=\
  59 \  -protected                       Show protected/public classes and members
  60 
  61 main.opt.package=\
  62 \  -package                         Show package/protected/public classes\n\
  63 \                                   and members (default)
  64 
  65 main.opt.p=\
  66 \  -p  -private                     Show all classes and members
  67 
  68 main.opt.c=\
  69 \  -c                               Disassemble the code
  70 
  71 main.opt.s=\
  72 \  -s                               Print internal type signatures
  73 
  74 main.opt.class_path=\
  75 \  --class-path <path>              Specify where to find user class files
  76 
  77 main.opt.classpath=\
  78 \  -classpath <path>                Specify where to find user class files
  79 
  80 main.opt.cp=\
  81 \  -cp <path>                       Specify where to find user class files
  82 
  83 main.opt.bootclasspath=\
  84 \  -bootclasspath <path>            Override location of bootstrap class files
  85 
  86 main.opt.upgrade_module_path=\
  87 \  --upgrade-module-path <path>     Specify where to find upgradeable modules
  88 
  89 main.opt.system=\
  90 \  --system <jdk>                   Specify where to find system modules
  91 
  92 main.opt.module_path=\
  93 \  --module-path <path>             Specify where to find application modules
  94 
  95 main.opt.constants=\
  96 \  -constants                       Show final constants
  97 

  98 main.opt.sysinfo=\
  99 \  -sysinfo                         Show system info (path, size, date, MD5 hash)\n\
 100 \                                   of class being processed
 101 
 102 main.opt.module=\
 103 \  --module <module>, -m <module>   Specify module containing classes to be disassembled
 104 
 105 main.usage.foot=\n\
 106 GNU-style options may use '=' instead whitespace to separate the name of an option\n\
 107 from its value.\n\
 108 \n\
 109 Each class to be shown may be specified by a filename, a URL, or by its fully\n\
 110 qualified class name. Examples:\n\
 111 \   path/to/MyClass.class\n\
 112 \   jar:file:///path/to/MyJar.jar!/mypkg/MyClass.class\n\
 113 \   java.lang.Object\n
< prev index next >