Uses of Class
com.mt_ag.jar.module.CompressEnum
-
-
Uses of CompressEnum in com.mt_ag.jar.module
Methods in com.mt_ag.jar.module that return CompressEnum Modifier and Type Method Description static CompressEnum
CompressEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompressEnum[]
CompressEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.mt_ag.jar.module with parameters of type CompressEnum Constructor Description JlinkMojo(org.apache.maven.plugin.logging.Log pLog, org.apache.maven.project.MavenProject pProject, org.apache.maven.project.MavenProjectHelper helper, CompressEnum pCompress, boolean minData, boolean openmodule, boolean createMissing, String... launcherArray)
The constructor for testing.
-