< prev index next >

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

Print this page




  35 
  36 class-for-name.description=\
  37 Class optimization: convert Class.forName calls to constant loads.
  38 
  39 compress.argument=<0|1|2>[:filter=<pattern-list>]
  40 
  41 compress.description=\
  42 Compress all resources in the output image.\n\
  43 Level 0: constant string sharing\n\
  44 Level 1: ZIP\n\
  45 Level 2: both.\n\
  46 An optional <pattern-list> filter can be specified to list the pattern of\n\
  47 files to be included.
  48 
  49 compact-cp.argument=<resource paths>
  50 
  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.: /home/me/myfile.txt=somewhere/conf.txt
  60 
  61 dedup-legal-notices.argument=[error-if-not-same-content]
  62 
  63 dedup-legal-notices.description=\
  64 De-duplicate all legal notices.  If error-if-not-same-content is\n\
  65 specified then it will be an error if two files of the same filename\n\
  66 are different.
  67 
  68 exclude-files.argument=<pattern-list> of files to exclude
  69 
  70 exclude-files.description=\
  71 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  72 
  73 exclude-resources.argument=<pattern-list> resources to exclude
  74 
  75 exclude-resources.description=\
  76 Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/**
  77 
  78 exclude-jmod-section.argument=<section-name>\n\
  79 where <section-name> is \"man\" or \"headers".
  80 




  35 
  36 class-for-name.description=\
  37 Class optimization: convert Class.forName calls to constant loads.
  38 
  39 compress.argument=<0|1|2>[:filter=<pattern-list>]
  40 
  41 compress.description=\
  42 Compress all resources in the output image.\n\
  43 Level 0: constant string sharing\n\
  44 Level 1: ZIP\n\
  45 Level 2: both.\n\
  46 An optional <pattern-list> filter can be specified to list the pattern of\n\
  47 files to be included.
  48 
  49 compact-cp.argument=<resource paths>
  50 
  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 dedup-legal-notices.argument=[error-if-not-same-content]
  56 
  57 dedup-legal-notices.description=\
  58 De-duplicate all legal notices.  If error-if-not-same-content is\n\
  59 specified then it will be an error if two files of the same filename\n\
  60 are different.
  61 
  62 exclude-files.argument=<pattern-list> of files to exclude
  63 
  64 exclude-files.description=\
  65 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  66 
  67 exclude-resources.argument=<pattern-list> resources to exclude
  68 
  69 exclude-resources.description=\
  70 Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/**
  71 
  72 exclude-jmod-section.argument=<section-name>\n\
  73 where <section-name> is \"man\" or \"headers".
  74 


< prev index next >