< prev index next >

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

Print this page




 122 main.status.ok=Functional.
 123 
 124 main.status.not.ok= Not functional.
 125 
 126 plugin.plugins.header=\
 127 List of available plugin options:
 128 
 129 plugin.opt.list-plugins=\
 130 \  --list-plugins                    List available plugins
 131 
 132 plugin.opt.post-process-path=\
 133 \  --post-process-path <imagefile>   Post process an existing image
 134 
 135 plugin.opt.resources-last-sorter=\
 136 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
 137 
 138 plugin.opt.plugin-module-path=\
 139 \  --plugin-module-path <modulepath> Custom plugin module path
 140 
 141 plugin.opt.c=\
 142 \  -c, --compress=2                  Enable compression of resources (level 2)

 143 
 144 plugin.opt.G=\
 145 \  -G, --strip-debug                 Strip debug information
 146 
 147 main.plugin.name=\
 148 \Plugin Name
 149 
 150 main.plugin.class=\
 151 \Plugin Class
 152 
 153 main.plugin.module=\
 154 \Plugin Module
 155 
 156 main.plugin.category=\
 157 \Category
 158 
 159 main.plugin.description=\
 160 \Description
 161 
 162 main.plugin.post.processors=\




 122 main.status.ok=Functional.
 123 
 124 main.status.not.ok= Not functional.
 125 
 126 plugin.plugins.header=\
 127 List of available plugin options:
 128 
 129 plugin.opt.list-plugins=\
 130 \  --list-plugins                    List available plugins
 131 
 132 plugin.opt.post-process-path=\
 133 \  --post-process-path <imagefile>   Post process an existing image
 134 
 135 plugin.opt.resources-last-sorter=\
 136 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
 137 
 138 plugin.opt.plugin-module-path=\
 139 \  --plugin-module-path <modulepath> Custom plugin module path
 140 
 141 plugin.opt.c=\
 142 \  -c, --compress=<0|1|2>            Enable compression of resources\
 143 \n                                    More details in --list-plugins option
 144 
 145 plugin.opt.G=\
 146 \  -G, --strip-debug                 Strip debug information
 147 
 148 main.plugin.name=\
 149 \Plugin Name
 150 
 151 main.plugin.class=\
 152 \Plugin Class
 153 
 154 main.plugin.module=\
 155 \Plugin Module
 156 
 157 main.plugin.category=\
 158 \Category
 159 
 160 main.plugin.description=\
 161 \Description
 162 
 163 main.plugin.post.processors=\


< prev index next >