langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties
changeset 40308 274367a99f98
parent 36526 3b41f1c69604
child 42820 ae6d3b80c89c
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
    39 Usage: {0} <options> <classes>\n\
    39 Usage: {0} <options> <classes>\n\
    40 where possible options include:
    40 where possible options include:
    41 
    41 
    42 
    42 
    43 main.opt.help=\
    43 main.opt.help=\
    44 \  -help  --help  -?        Print this usage message
    44 \  -help  --help  -?                Print this usage message
    45 
    45 
    46 main.opt.version=\
    46 main.opt.version=\
    47 \  -version                 Version information
    47 \  -version                         Version information
    48 
    48 
    49 main.opt.v=\
    49 main.opt.v=\
    50 \  -v  -verbose             Print additional information
    50 \  -v  -verbose                     Print additional information
    51 
    51 
    52 main.opt.l=\
    52 main.opt.l=\
    53 \  -l                       Print line number and local variable tables
    53 \  -l                               Print line number and local variable tables
    54 
    54 
    55 main.opt.public=\
    55 main.opt.public=\
    56 \  -public                  Show only public classes and members
    56 \  -public                          Show only public classes and members
    57 
    57 
    58 main.opt.protected=\
    58 main.opt.protected=\
    59 \  -protected               Show protected/public classes and members
    59 \  -protected                       Show protected/public classes and members
    60 
    60 
    61 main.opt.package=\
    61 main.opt.package=\
    62 \  -package                 Show package/protected/public classes\n\
    62 \  -package                         Show package/protected/public classes\n\
    63 \                           and members (default)
    63 \                                   and members (default)
    64 
    64 
    65 main.opt.p=\
    65 main.opt.p=\
    66 \  -p  -private             Show all classes and members
    66 \  -p  -private                     Show all classes and members
    67 
    67 
    68 main.opt.c=\
    68 main.opt.c=\
    69 \  -c                       Disassemble the code
    69 \  -c                               Disassemble the code
    70 
    70 
    71 main.opt.s=\
    71 main.opt.s=\
    72 \  -s                       Print internal type signatures
    72 \  -s                               Print internal type signatures
       
    73 
       
    74 main.opt.class_path=\
       
    75 \  --class-path <path>              Specify where to find user class files
    73 
    76 
    74 main.opt.classpath=\
    77 main.opt.classpath=\
    75 \  -classpath <path>        Specify where to find user class files
    78 \  -classpath <path>                Specify where to find user class files
    76 
    79 
    77 main.opt.cp=\
    80 main.opt.cp=\
    78 \  -cp <path>               Specify where to find user class files
    81 \  -cp <path>                       Specify where to find user class files
    79 
    82 
    80 main.opt.bootclasspath=\
    83 main.opt.bootclasspath=\
    81 \  -bootclasspath <path>    Override location of bootstrap class files
    84 \  -bootclasspath <path>            Override location of bootstrap class files
    82 
    85 
    83 main.opt.upgrademodulepath=\
    86 main.opt.upgrade_module_path=\
    84 \  -upgrademodulepath <path>    Specify where to find upgradeable modules
    87 \  --upgrade-module-path <path>     Specify where to find upgradeable modules
    85 
    88 
    86 main.opt.system=\
    89 main.opt.system=\
    87 \  -system <jdk>            Specify where to find system modules
    90 \  --system <jdk>                   Specify where to find system modules
    88 
    91 
    89 main.opt.modulepath=\
    92 main.opt.module_path=\
    90 \  -modulepath <path>       Specify where to find application modules
    93 \  --module-path <path>             Specify where to find application modules
    91 
    94 
    92 main.opt.constants=\
    95 main.opt.constants=\
    93 \  -constants               Show final constants
    96 \  -constants                       Show final constants
    94 
       
    95 
    97 
    96 main.opt.sysinfo=\
    98 main.opt.sysinfo=\
    97 \  -sysinfo                 Show system info (path, size, date, MD5 hash)\n\
    99 \  -sysinfo                         Show system info (path, size, date, MD5 hash)\n\
    98 \                           of class being processed
   100 \                                   of class being processed
    99 
   101 
   100 main.opt.m=\
   102 main.opt.module=\
   101 \  -m <module-name>         Specify module containing classes to be disassembled
   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 of 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