< prev index next >

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

Print this page




  51 compact-cp.description=Constant Pool strings sharing.\n\
  52 By default, all resources are compressed. You can express the set \n\
  53 of resources to compress or not compress (use ^ for negation).
  54 
  55 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  56 
  57 copy-files.description=\
  58 If files to copy are not absolute path, JDK home dir is used.\n\
  59 e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewhere/conf.txt
  60 
  61 exclude-files.argument=<pattern-list> of files to exclude
  62 
  63 exclude-files.description=\
  64 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  65 
  66 exclude-resources.argument=<pattern-list> resources to exclude
  67 
  68 exclude-resources.description=\
  69 Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/**
  70 
  71 generate-jli-classes.argument=<none|@filename>
  72 
  73 generate-jli-classes.description=\
  74 Takes a file hinting to jlink what java.lang.invoke classes to pre-generate. If\n\
  75 this flag is not specified a default set of classes will be generated. To \n\
  76 disable pre-generation specify none as the argument
  77 
  78 installed-modules.description=Fast loading of module descriptors (always enabled)
  79 
  80 onoff.argument=<on|off>
  81 
  82 order-resources.argument=<pattern-list> of paths in priority order.  If a @file\n\
  83 is specified, then each line should be an exact match for the path to be ordered
  84 
  85 order-resources.description=\
  86 Order resources. e.g.: **/module-info.class,@classlist,/java.base/java/lang/**
  87 
  88 strip-debug.description=\
  89 Strip debug information from the output image
  90 
  91 strip-native-commands.description=\
  92 Exclude native commands (such as java/java.exe) from the image
  93 
  94 vm.argument=<client|server|minimal|all>
  95 
  96 vm.description=\




  51 compact-cp.description=Constant Pool strings sharing.\n\
  52 By default, all resources are compressed. You can express the set \n\
  53 of resources to compress or not compress (use ^ for negation).
  54 
  55 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  56 
  57 copy-files.description=\
  58 If files to copy are not absolute path, JDK home dir is used.\n\
  59 e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewhere/conf.txt
  60 
  61 exclude-files.argument=<pattern-list> of files to exclude
  62 
  63 exclude-files.description=\
  64 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  65 
  66 exclude-resources.argument=<pattern-list> resources to exclude
  67 
  68 exclude-resources.description=\
  69 Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/**
  70 
  71 generate-jli-classes.argument=@filename
  72 
  73 generate-jli-classes.description=\
  74 Takes a file hinting to jlink what java.lang.invoke classes to pre-generate. If\n\
  75 this flag is not specified a default set of classes will be generated. To \n\
  76 disable pre-generation, use --disable-generate-jli-classes option.
  77 
  78 installed-modules.description=Fast loading of module descriptors (always enabled)
  79 
  80 onoff.argument=<on|off>
  81 
  82 order-resources.argument=<pattern-list> of paths in priority order.  If a @file\n\
  83 is specified, then each line should be an exact match for the path to be ordered
  84 
  85 order-resources.description=\
  86 Order resources. e.g.: **/module-info.class,@classlist,/java.base/java/lang/**
  87 
  88 strip-debug.description=\
  89 Strip debug information from the output image
  90 
  91 strip-native-commands.description=\
  92 Exclude native commands (such as java/java.exe) from the image
  93 
  94 vm.argument=<client|server|minimal|all>
  95 
  96 vm.description=\


< prev index next >