Package org.apache.tools.ant.taskdefs.modules
package org.apache.tools.ant.taskdefs.modules
Tasks for dealing with Java modules, which are supported starting with
Java 9.
- Since:
- 1.10.6
-
ClassDescriptionCreates a linkable .jmod file from a modular jar file, and optionally from other resource files such as native libraries and documents.Permissible reasons for jmod creation to emit warnings.Assembles jmod files into an executable image.Possible attribute values for compression level of a linked image:
0
none
no compression (default)1
strings
constant string sharing2
zip
zip compressionPossible values for linked image endianness:little
andbig
.Possible values for JVM type in linked image:client
,server
,minimal
, orall
.