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 project's template directory.classJLinkMojoCreates a self-contained java application with thejlinktool.classJPackageMojoCreates a java application installer with thejpackagetool.Methods in org.tentackle.maven.plugin.jlink with parameters of type AbstractJLinkMojo Modifier and Type Method Description org.tentackle.maven.TemplateModelDefaultTemplateModelFactory. create(AbstractJLinkMojo mojo, JLinkResolver.Result result)org.tentackle.maven.TemplateModelTemplateModelFactory. create(AbstractJLinkMojo mojo, JLinkResolver.Result result)Creates the template model.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.
-