Uses of Class
org.tentackle.maven.plugin.jlink.AbstractJLinkMojo
Packages that use AbstractJLinkMojo
-
Uses of AbstractJLinkMojo in org.tentackle.maven.plugin.jlink
Subclasses of AbstractJLinkMojo in org.tentackle.maven.plugin.jlinkModifier and TypeClassDescriptionclassInitializes the templates.
Copies the default templates to the project's template directory.classCreates a self-contained java application with thejlinktool.classCreates a java application installer with thejpackagetool.Methods in org.tentackle.maven.plugin.jlink with parameters of type AbstractJLinkMojoModifier and TypeMethodDescriptionorg.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 AbstractJLinkMojoModifierConstructorDescriptionJLinkResolver(AbstractJLinkMojo mojo, Set<org.apache.maven.artifact.Artifact> artifacts) Creates a resolver.