Uses of Class
org.tentackle.maven.plugin.jlink.AbstractJlinkMojo
-
-
Uses of AbstractJlinkMojo in org.tentackle.maven.plugin.jlink
Subclasses of AbstractJlinkMojo in org.tentackle.maven.plugin.jlink Modifier and Type Class Description classInitMojoInitializes the templates.
Copies the default templates to the configured templateDir.
Needs to be executed only to restore the templates to their defaults.classJlinkMojoCreates a self-contained java application zip-file withjlink.
This mojo works for modular, non-modular and even mixed applications.classJpackageMojoMojo to create an application installer package.
Still WIP.Constructors in org.tentackle.maven.plugin.jlink with parameters of type AbstractJlinkMojo Constructor Description JlinkResolver(AbstractJlinkMojo mojo, java.util.Set<org.apache.maven.artifact.Artifact> artifacts)Creates a resolver.RunGenerator(AbstractJlinkMojo mojo, JlinkResolver.Result result)Creates the generator.RunTemplateModel(AbstractJlinkMojo mojo, JlinkResolver.Result result)Creates the model.
-