Package org.tentackle.maven.plugin.jlink
Class JLinkGenerator
- java.lang.Object
-
- org.tentackle.maven.AbstractGenerator
-
- org.tentackle.maven.plugin.jlink.JLinkGenerator
-
public class JLinkGenerator extends org.tentackle.maven.AbstractGeneratorGenerator for the jlink image's run and update scripts.
-
-
Constructor Summary
Constructors Constructor Description JLinkGenerator(JLinkMojo mojo, JLinkResolver.Result result)Creates the generator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateScripts()Generates the scripts.
-
-
-
Constructor Detail
-
JLinkGenerator
public JLinkGenerator(JLinkMojo mojo, JLinkResolver.Result result)
Creates the generator.- Parameters:
mojo- the jlink mojoresult- the resolver results
-
-