< prev index next >

jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties

Print this page




  98 
  99 zip.description=ZIP Compression
 100 
 101 include-locales.argument=\
 102 <langtag>[,<langtag>]*
 103 
 104 include-locales.description=\
 105 BCP 47 language tags separated by a comma, allowing locale matching\n\
 106 defined in RFC 4647. e.g.: en,ja,*-IN
 107 
 108 include-locales.missingpackages=\
 109 Missing locale data packages in jdk.localedata:\n\t
 110 
 111 include-locales.nomatchinglocales=\
 112 No matching locales found for \"%s\". Check the specified pattern.
 113 
 114 include-locales.invalidtag=\
 115 Invalid language tag: %s
 116 
 117 include-locales.localedatanotfound=\
 118 jdk.localedata module was not specified with --addmods option
 119 
 120 main.status.ok=Functional.
 121 
 122 main.status.not.ok= Not functional.
 123 
 124 plugin.plugins.header=\
 125 List of available plugin options:
 126 
 127 plugin.opt.list-plugins=\
 128 \  --list-plugins                    List available plugins
 129 
 130 plugin.opt.post-process-path=\
 131 \  --post-process-path <imagefile>   Post process an existing image
 132 
 133 plugin.opt.resources-last-sorter=\
 134 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
 135 
 136 plugin.opt.plugins-modulepath=\
 137 \  --plugin-module-path <modulepath> Custom plugins module path
 138 
 139 plugin.opt.c=\
 140 \  -c, --compress=2                  Enable compression of resources (level 2)
 141 
 142 plugin.opt.G=\
 143 \  -G, --strip-debug                 Strip debug information
 144 
 145 main.plugin.name=\
 146 \Plugin Name
 147 
 148 main.plugin.class=\
 149 \Plugin Class
 150 
 151 main.plugin.module=\
 152 \Plugin Module
 153 
 154 main.plugin.category=\
 155 \Category
 156 
 157 main.plugin.description=\




  98 
  99 zip.description=ZIP Compression
 100 
 101 include-locales.argument=\
 102 <langtag>[,<langtag>]*
 103 
 104 include-locales.description=\
 105 BCP 47 language tags separated by a comma, allowing locale matching\n\
 106 defined in RFC 4647. e.g.: en,ja,*-IN
 107 
 108 include-locales.missingpackages=\
 109 Missing locale data packages in jdk.localedata:\n\t
 110 
 111 include-locales.nomatchinglocales=\
 112 No matching locales found for \"%s\". Check the specified pattern.
 113 
 114 include-locales.invalidtag=\
 115 Invalid language tag: %s
 116 
 117 include-locales.localedatanotfound=\
 118 jdk.localedata module was not specified with --add-modules option
 119 
 120 main.status.ok=Functional.
 121 
 122 main.status.not.ok= Not functional.
 123 
 124 plugin.plugins.header=\
 125 List of available plugin options:
 126 
 127 plugin.opt.list-plugins=\
 128 \  --list-plugins                    List available plugins
 129 
 130 plugin.opt.post-process-path=\
 131 \  --post-process-path <imagefile>   Post process an existing image
 132 
 133 plugin.opt.resources-last-sorter=\
 134 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
 135 
 136 plugin.opt.plugin-module-path=\
 137 \  --plugin-module-path <modulepath> Custom plugin module path
 138 
 139 plugin.opt.c=\
 140 \  -c, --compress=2                  Enable compression of resources (level 2)
 141 
 142 plugin.opt.G=\
 143 \  -G, --strip-debug                 Strip debug information
 144 
 145 main.plugin.name=\
 146 \Plugin Name
 147 
 148 main.plugin.class=\
 149 \Plugin Class
 150 
 151 main.plugin.module=\
 152 \Plugin Module
 153 
 154 main.plugin.category=\
 155 \Category
 156 
 157 main.plugin.description=\


< prev index next >